Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_gpu.cu.cc30 template struct FakeQuantWithMinMaxVarsFunctor<GPUDevice>; variable
Dfake_quant_ops_functor.h126 struct FakeQuantWithMinMaxVarsFunctor { struct
127 void operator()(const Device& d, ConstFlat<float> inputs, in operator()