Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
232
protected:
233
std::vector<QuantParam> quant_param_;
Callers
15
set_tensor_quant_param
Function · 0.80
get_tensor_quant_param
Function · 0.80
CreateNodeFromStatic
Method · 0.80
SaveTmTensor
Method · 0.80
Run
Method · 0.80
Run
Method · 0.80
RunNCHW
Method · 0.80
Run
Method · 0.80
get_scale_zero
Function · 0.80
get_scale_zero_1
Function · 0.80
Prerun
Method · 0.80
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected