Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ResetAxisAndBroadcast (0.24 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.cc

      }
      return type;
    }
    
    // Changes the axis of the input per-channel quantized type to match the
    // dimension of the target type. Returns nullptr if it fails.
    quant::UniformQuantizedPerAxisType ResetAxisAndBroadcast(
        const ArrayRef<int64_t> shape,
        const quant::UniformQuantizedPerAxisType qtype, const Type target,
        const int quant_dim) {
      const auto shaped = dyn_cast<RankedTensorType>(target);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 02:10:16 UTC 2024
    - 43.2K bytes
    - Viewed (0)
Back to top