Home
last modified time | relevance | path

Searched defs:quantize_tensor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/xnnpack/operators/
H A Dquant_params.py105 def quantize_tensor(self, tensor: torch.Tensor) -> torch.Tensor: member in QuantParams
/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/
H A DCPPBoxWithNonMaximaSuppressionLimit.cpp73 void quantize_tensor(const ITensor *input, ITensor *output) in quantize_tensor() function