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