Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/dequant/
Dde_quant.cc42 void Dequant::DeQuantFunctionPerChannel(const Tensor *quant_tensor, const std::vector<DeQuantArg> &… in DeQuantFunctionPerChannel()
65 void Dequant::DeQuantFunction(const Tensor *quant_tensor, const std::vector<DeQuantArg> &de_quant_a… in DeQuantFunction()
87 void Dequant::DeQuantFunctionPerTensor(const Tensor *quant_tensor, const std::vector<DeQuantArg> &d… in DeQuantFunctionPerTensor()
103 std::string Dequant::GetMicroDeQuantFunction(const Tensor *quant_tensor, const std::string &quant_t… in GetMicroDeQuantFunction()