Home
last modified time | relevance | path

Searched refs:FakeQuantWithMinMaxVarsPerChannelGradientFunctor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_gpu.cu.cc33 template struct FakeQuantWithMinMaxVarsPerChannelGradientFunctor<GPUDevice>; variable
Dfake_quant_ops.cc394 FakeQuantWithMinMaxVarsPerChannelGradientFunctor<Device> functor; in Compute()
430 void FakeQuantWithMinMaxVarsPerChannelGradientFunctor<GPUDevice>::operator()(
438 extern template struct FakeQuantWithMinMaxVarsPerChannelGradientFunctor<
Dfake_quant_ops_functor.h232 struct FakeQuantWithMinMaxVarsPerChannelGradientFunctor { struct