Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/
Dtensor.h61 …void set_quant_params(const Vector<LiteQuantParam> quant_params) override { this->quant_params_ = … in set_quant_params() function
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dtensor.h61 …void set_quant_params(const Vector<LiteQuantParam> quant_params) override { this->quant_params_ = … in set_quant_params() function
/third_party/mindspore/mindspore/lite/src/
Dtensor.cc370 void Tensor::set_quant_params(const std::vector<LiteQuantParam> quant_params) { this->quant_params_… in set_quant_params() function in mindspore::lite::Tensor