Searched defs:SymmPerChannelQuantParams (Results 1 – 2 of 2) sorted by relevance
69 struct SymmPerChannelQuantParams { struct70 ANeuralNetworksSymmPerChannelQuantParams params; argument73 SymmPerChannelQuantParams(std::vector<float> scalesVec, uint32_t channelDim) in SymmPerChannelQuantParams() argument82 SymmPerChannelQuantParams(const SymmPerChannelQuantParams& other) in SymmPerChannelQuantParams() function
271 class SymmPerChannelQuantParams(): class