Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_input_batch_dimension (0.42 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      }
      void add_window_reversal(::flatbuffers::Offset<::flatbuffers::Vector<uint8_t>> window_reversal) {
        fbb_.AddOffset(StablehloConvolutionOptions::VT_WINDOW_REVERSAL, window_reversal);
      }
      void add_input_batch_dimension(int64_t input_batch_dimension) {
        fbb_.AddElement<int64_t>(StablehloConvolutionOptions::VT_INPUT_BATCH_DIMENSION, input_batch_dimension, 0);
      }
      void add_input_feature_dimension(int64_t input_feature_dimension) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top