Searched defs:FakeQuantWithMinMaxVarsPerChannelGradientFunctor (Results 1 – 2 of 2) sorted by relevance
33 template struct FakeQuantWithMinMaxVarsPerChannelGradientFunctor<GPUDevice>; variable
232 struct FakeQuantWithMinMaxVarsPerChannelGradientFunctor { struct233 void operator()(const Device& d, TTypes<float>::ConstMatrix gradients, in operator()