Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_gpu.cu.cc33 template struct FakeQuantWithMinMaxVarsPerChannelGradientFunctor<GPUDevice>; variable
Dfake_quant_ops_functor.h232 struct FakeQuantWithMinMaxVarsPerChannelGradientFunctor { struct
233 void operator()(const Device& d, TTypes<float>::ConstMatrix gradients, in operator()