Home
last modified time | relevance | path

Searched defs:quant_clusters (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/wrapper/fp32/
Ddequant_int8_to_fp32_wrapper.c61 float *quant_clusters = de_quant_arg->clusters; in DequantDataPerTensor() local
/third_party/mindspore/mindspore/lite/src/
Dtensor.cc372 std::vector<float> Tensor::quant_clusters() const { return this->quant_clusters_; } in quant_clusters() function in mindspore::lite::Tensor
Dweight_decoder.h191 auto quant_clusters = input_tensor->quant_clusters(); variable
Dlite_session.cc125 auto quant_clusters = src_tensor->quantClusters(); in ConvertTensorsQuantParam() local