Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmaxpooling_op_gpu.cu.cc207 dtype* __restrict__ bottom_diff, in MaxPoolBackward()
236 const dtype* __restrict__ top_diff, dtype* __restrict__ bottom_diff) { in MaxPoolGradBackwardNoMaskNCHW()
277 const dtype* __restrict__ top_diff, dtype* __restrict__ bottom_diff) { in MaxPoolGradBackwardNoMaskNHWC()
337 dtype* __restrict__ bottom_diff, in MaxPoolGradBackward()
408 T* bottom_diff, const Eigen::GpuDevice& d, in operator ()()
429 const int pad_l, const T* top_diff, T* bottom_diff, in operator ()()
457 T* bottom_diff, const Eigen::GpuDevice& d, in operator ()()
H A Dpooling_ops_3d_gpu.cu.cc38 dtype* __restrict__ bottom_diff) { in MaxPoolGradBackwardNoMaskNCDHW()
89 dtype* __restrict__ bottom_diff) { in MaxPoolGradBackwardNoMaskNDHWC()
144 const T* top_diff, T* bottom_diff, const Eigen::GpuDevice& d) { in operator ()()
H A Davgpooling_op_gpu.cu.cc88 const int pad_l, T* const bottom_diff, in RunAvePoolBackwardNHWC()
H A Dmaxpooling_op.cc570 void SpatialMaxPoolGradGrad(OpKernelContext* context, Tensor* bottom_diff, in SpatialMaxPoolGradGrad()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_nearest_neighbor_op_gpu.cu.cc99 T* __restrict__ bottom_diff) { in ResizeNearestNeighborBackwardNHWC()
130 T* __restrict__ bottom_diff) { in LegacyResizeNearestNeighborBackwardNHWC()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DAveragePool2d.cu136 scalar_t* const bottom_diff, const int divisor_override, in avg_pool2d_backward_out_cuda_frame()
193 scalar_t* const bottom_diff, const int divisor_override, in avg_pool2d_backward_out_cuda_frame_nhwc()
H A DDilatedMaxPool2d.cu183 scalar_t* bottom_diff) { in max_pool_backward_nchw()