MCPcopy Create free account
hub / github.com/OAID/Tengine / GetQuantParam

Method GetQuantParam

core/include/tensor.hpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 void BindStaticTensor(StaticConstTensor*);
226
227 std::vector<QuantParam>* GetQuantParam(void)
228 {
229 return &quant_param_;
230 }
231
232protected:
233 std::vector<QuantParam> quant_param_;

Callers 15

set_tensor_quant_paramFunction · 0.80
get_tensor_quant_paramFunction · 0.80
CreateNodeFromStaticMethod · 0.80
SaveTmTensorMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunNCHWMethod · 0.80
RunMethod · 0.80
get_scale_zeroFunction · 0.80
get_scale_zero_1Function · 0.80
PrerunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected