Home
last modified time | relevance | path

Searched defs:FakeQuantWithMinMaxVarsGradientFunctor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_gpu.cu.cc31 template struct FakeQuantWithMinMaxVarsGradientFunctor<GPUDevice>; variable
Dfake_quant_ops_functor.h154 struct FakeQuantWithMinMaxVarsGradientFunctor { struct
155 void operator()(const Device& d, ConstFlat<float> gradients, in operator()