Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmaxpooling_op_gpu.h56 struct MaxPoolBackwardWithArgmax { struct
Dmaxpooling_op_gpu.cu.cc456 bool MaxPoolBackwardWithArgmax<T>::operator()( in operator ()()
520 template struct MaxPoolBackwardWithArgmax<T>; \
Dmaxpooling_op.cc1349 bool status = functor::MaxPoolBackwardWithArgmax<T>()( in launch()