Home
last modified time | relevance | path

Searched defs:bottom_diff (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmaxpooling_op_gpu.cu.cc184 const dtype* top_diff, dtype* bottom_diff) { in MaxPoolBackwardNoMaskNHWC()
242 const int bottom_offset, dtype* bottom_diff, in MaxPoolBackward()
271 const dtype* top_diff, dtype* bottom_diff) { in MaxPoolGradBackwardNoMaskNCHW()
311 const dtype* top_diff, dtype* bottom_diff) { in MaxPoolGradBackwardNoMaskNHWC()
369 const int bottom_offset, dtype* bottom_diff, in MaxPoolGradBackward()
437 T* bottom_diff, const Eigen::GpuDevice& d) { in operator ()()
459 T* bottom_diff, const Eigen::GpuDevice& d, in operator ()()
478 const int pad_l, const T* top_diff, T* bottom_diff, in operator ()()
504 T* bottom_diff, const Eigen::GpuDevice& d, in operator ()()
Dpooling_ops_3d_gpu.cu.cc37 dtype* bottom_diff) { in MaxPoolGradBackwardNoMaskNCDHW()
87 dtype* bottom_diff) { in MaxPoolGradBackwardNoMaskNDHWC()
142 const T* top_diff, T* bottom_diff, const Eigen::GpuDevice& d) { in operator ()()
Dresize_nearest_neighbor_op_gpu.cu.cc100 T* bottom_diff) { in ResizeNearestNeighborBackwardNHWC()
131 T* bottom_diff) { in LegacyResizeNearestNeighborBackwardNHWC()
Davgpooling_op_gpu.cu.cc90 const int pad_l, T* const bottom_diff, in RunAvePoolBackwardNHWC()
Dmaxpooling_op.cc538 void SpatialMaxPoolGradGrad(OpKernelContext* context, Tensor* bottom_diff, in SpatialMaxPoolGradGrad()