Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfake_quant_ops.cc450 FakeQuantWithMinMaxVarsPerChannelGradientFunctor<Device> functor; in Compute()
487 void FakeQuantWithMinMaxVarsPerChannelGradientFunctor<GPUDevice>::operator()(
495 extern template struct FakeQuantWithMinMaxVarsPerChannelGradientFunctor<
H A Dfake_quant_ops_gpu.cu.cc34 template struct FakeQuantWithMinMaxVarsPerChannelGradientFunctor<GPUDevice>; variable
H A Dfake_quant_ops_functor.h242 struct FakeQuantWithMinMaxVarsPerChannelGradientFunctor { struct