Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_gpu.cu.cc28 template struct FakeQuantWithMinMaxArgsFunctor<GPUDevice>; variable
Dfake_quant_ops_functor.h79 struct FakeQuantWithMinMaxArgsFunctor { struct
80 void operator()(const Device& d, ConstFlat<float> inputs, const float min, in operator()