Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Davgpooling_op_gpu.cu.cc84 bool RunAvePoolBackwardNHWC(const T* const top_diff, const int num, in RunAvePoolBackwardNHWC() function
103 template bool RunAvePoolBackwardNHWC(
109 template bool RunAvePoolBackwardNHWC(
115 template bool RunAvePoolBackwardNHWC(
Davgpooling_op.h68 bool RunAvePoolBackwardNHWC(const T* const top_diff, const int num,
Davgpooling_op.cc534 RunAvePoolBackwardNHWC<T>(out_backprop.flat<T>().data(), // top_diff in Compute()