Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for rhs_dilation (0.2 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/utils/tf_to_uniform_attribute_utils.cc

          attribute_getter_map;
    
      attribute_getter_map = {{"window_strides", GetWindowStridesValue},
                              {"lhs_dilation", GetLhsDilationValue},
                              {"rhs_dilation", GetRhsDilationValue},
                              {"padding", GetPaddingValue},
                              {"explicit_padding", GetExplicitPaddingValue},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/vhlo.mlir

                                                 precision_config = #vhlo.array_v1<[#vhlo<precision_v1 DEFAULT>, #vhlo<precision_v1 DEFAULT>]>,
                                                 rhs_dilation = #vhlo.tensor_v1<dense<1> : tensor<2xi64>>,
                                                 window_reversal = #vhlo.tensor_v1<dense<false> : tensor<2xi1>>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 14 19:15:40 UTC 2024
    - 31.9K bytes
    - Viewed (1)
  3. tensorflow/compiler/mlir/lite/schema/schema.fbs

    table StablehloSliceOptions{
      start_indices : [long];
      limit_indices : [long];
      strides : [long];
    }
    
    table StablehloConvolutionOptions{
      window_strides : [long];
      padding : [long];
      lhs_dilation : [long];
      rhs_dilation : [long];
      window_reversal : [bool];
      input_batch_dimension : long;
      input_feature_dimension : long;
      input_spatial_dimensions : [long];
      kernel_input_feature_dimension : long;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top