Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_gpu.cu.cc29 template struct FakeQuantWithMinMaxArgsGradientFunctor<GPUDevice>; variable
Dfake_quant_ops_functor.h103 struct FakeQuantWithMinMaxArgsGradientFunctor { struct
104 void operator()(const Device& d, ConstFlat<float> gradients, in operator()