Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_input_feature_dimension (0.2 sec)

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

      }
      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) {
        fbb_.AddElement<int64_t>(StablehloConvolutionOptions::VT_INPUT_FEATURE_DIMENSION, input_feature_dimension, 0);
      }
    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