Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h81 struct SymmPerChannelQuantParams { struct
82 ANeuralNetworksSymmPerChannelQuantParams params; argument
85 SymmPerChannelQuantParams(std::vector<float> scalesVec, uint32_t channelDim) in SymmPerChannelQuantParams() function
94 SymmPerChannelQuantParams(const SymmPerChannelQuantParams& other) in SymmPerChannelQuantParams() function
/frameworks/ml/nn/runtime/test/android_fuzzing/
DModel.proto154 message SymmPerChannelQuantParams { message
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py259 class SymmPerChannelQuantParams(): class