Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_gpu.cu.cc32 template struct FakeQuantWithMinMaxVarsPerChannelFunctor<GPUDevice>; variable
Dfake_quant_ops.cc335 FakeQuantWithMinMaxVarsPerChannelFunctor<Device> functor; in Compute()
416 void FakeQuantWithMinMaxVarsPerChannelFunctor<GPUDevice>::operator()(
421 extern template struct FakeQuantWithMinMaxVarsPerChannelFunctor<GPUDevice>;
Dfake_quant_ops_functor.h199 struct FakeQuantWithMinMaxVarsPerChannelFunctor { struct