Home
last modified time | relevance | path

Searched defs:quantize_per_tensor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/backends/xnnpack/test/runtime/
H A Dtest_runtime_utils.cpp49 TEST(TestUtils, quantize_per_tensor) { in TEST() argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DQuantizedTensor.cpp31 Tensor quantize_per_tensor( in quantize_per_tensor() function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_caffe2.py175 def quantize_per_tensor(g: jit_utils.GraphContext, input, scale, zero_point, dtype): function
H A Dsymbolic_opset10.py735 def quantize_per_tensor(g: jit_utils.GraphContext, input, scale, zero_point, dtype): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/
H A DQTensor.cpp57 Tensor quantize_per_tensor( in quantize_per_tensor() function
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A D_decomposed.py51 def quantize_per_tensor( function