Home
last modified time | relevance | path

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

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