Searched defs:FakeQuantWithMinMaxVarsGradientFunctor (Results 1 – 2 of 2) sorted by relevance
31 template struct FakeQuantWithMinMaxVarsGradientFunctor<GPUDevice>; variable
154 struct FakeQuantWithMinMaxVarsGradientFunctor { struct155 void operator()(const Device& d, ConstFlat<float> gradients, in operator()