Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h69 struct SymmPerChannelQuantParams { struct
70 ANeuralNetworksSymmPerChannelQuantParams params; argument
73 SymmPerChannelQuantParams(std::vector<float> scalesVec, uint32_t channelDim) in SymmPerChannelQuantParams() argument
82 SymmPerChannelQuantParams(const SymmPerChannelQuantParams& other) in SymmPerChannelQuantParams() function
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py271 class SymmPerChannelQuantParams(): class