Searched defs:bottom_diff (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | maxpooling_op_gpu.cu.cc | 184 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 ()()
|
D | pooling_ops_3d_gpu.cu.cc | 37 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 ()()
|
D | resize_nearest_neighbor_op_gpu.cu.cc | 100 T* bottom_diff) { in ResizeNearestNeighborBackwardNHWC() 131 T* bottom_diff) { in LegacyResizeNearestNeighborBackwardNHWC()
|
D | avgpooling_op_gpu.cu.cc | 90 const int pad_l, T* const bottom_diff, in RunAvePoolBackwardNHWC()
|
D | maxpooling_op.cc | 538 void SpatialMaxPoolGradGrad(OpKernelContext* context, Tensor* bottom_diff, in SpatialMaxPoolGradGrad()
|