Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_gpu.cu.cc32 template struct FakeQuantWithMinMaxVarsPerChannelFunctor<GPUDevice>; variable
Dfake_quant_ops_functor.h199 struct FakeQuantWithMinMaxVarsPerChannelFunctor { struct
200 void operator()(const Device& d, TTypes<float>::ConstMatrix inputs, in operator()