Searched defs:FakeQuantWithMinMaxArgsFunctor (Results 1 – 2 of 2) sorted by relevance
28 template struct FakeQuantWithMinMaxArgsFunctor<GPUDevice>; variable
79 struct FakeQuantWithMinMaxArgsFunctor { struct80 void operator()(const Device& d, ConstFlat<float> inputs, const float min, in operator()