Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for lhs_dilation (0.24 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/lift_quantizable_spots_as_functions_simple.td

          (NamedAttr<"window_strides"> (DefaultOrNullAttr $window_strides)),
          (NamedAttr<"padding"> (DefaultOrNullAttr $padding)),
          (NamedAttr<"lhs_dilation"> (DefaultOrNullAttr $lhs_dilation)),
          (NamedAttr<"rhs_dilation"> (DefaultOrNullAttr $rhs_dilation)),
          (NamedAttr<"window_reversal"> (DefaultOrNullAttr $window_reversal)),
          (NamedAttr<"dimension_numbers"> $dimension_numbers),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:21:42 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantized_function_library_uniform_quantized_drq.mlir

            Tlhs = "tfdtype$DT_FLOAT",
            Trhs = "tfdtype$DT_QINT8",
            Tout = "tfdtype$DT_FLOAT",
            window_strides = [1, 1],
            padding = "",
            explicit_padding = [],
            lhs_dilation = [],
            rhs_dilation = [],
            dimension_numbers = "",
            batch_group_count = 1,
            feature_group_count = 1,
            rhs_quantization_axis = -1,
            rhs_quantization_min_val = -128,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Dec 01 12:06:54 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/xla_ops_on_regular_devices.cc

                                  .HostMemory("padding")                           \
                                  .HostMemory("lhs_dilation")                      \
                                  .HostMemory("rhs_dilation")                      \
                                  .HostMemory("feature_group_count")               \
                                  .Device(DEVICE),                                 \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 19 19:55:14 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/passes/nchw_convolution_to_nhwc.cc

        const TensorType new_conv_output_tensor_type =
            GetTransposedTensorType(output_tensor_type, kNchwToNhwcPermutation);
    
        // window_strides, padding, lhs_dilation, rhs_dilation, window_reversal are
        // reused without modification because the ordering of spatial dimensions
        // is not modified (i.e. before: [b, f, 0, 1], after: [b, 0, 1, f] => the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top