Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for new_filter_constant_values (0.38 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

      ArrayRef<int64_t> filter_shape = filter_value_attr.getShapedType().getShape();
      SmallVector<int8_t> filter_constant_values{
          filter_value_attr.getValues<int8_t>()};
      SmallVector<int8_t> new_filter_constant_values(filter_constant_values.size(),
                                                     0);
      SmallVector<int64_t, 4> transpose_dims;
      if (is_depthwise) {
        transpose_dims = {2, 0, 1, 3};
      } else {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
Back to top