Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_kernel_output_feature_dimension (0.34 sec)

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

        fbb_.AddElement<int64_t>(StablehloConvolutionOptions::VT_KERNEL_INPUT_FEATURE_DIMENSION, kernel_input_feature_dimension, 0);
      }
      void add_kernel_output_feature_dimension(int64_t kernel_output_feature_dimension) {
        fbb_.AddElement<int64_t>(StablehloConvolutionOptions::VT_KERNEL_OUTPUT_FEATURE_DIMENSION, kernel_output_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