Home
last modified time | relevance | path

Searched defs:top_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()
240 __global__ void MaxPoolBackward(const int nthreads, const dtype* top_diff, in MaxPoolBackward()
271 const dtype* top_diff, dtype* bottom_diff) { in MaxPoolGradBackwardNoMaskNCHW()
311 const dtype* top_diff, dtype* bottom_diff) { in MaxPoolGradBackwardNoMaskNHWC()
367 __global__ void MaxPoolGradBackward(const int nthreads, const dtype* top_diff, in MaxPoolGradBackward()
436 const int stride_w, const int pad_t, const int pad_l, const T* top_diff, in operator ()()
457 const int output_size, const int input_size, const T* top_diff, in operator ()()
478 const int pad_l, const T* top_diff, T* bottom_diff, in operator ()()
502 const int output_size, const int input_size, const T* top_diff, in operator ()()
Dpooling_ops_3d_gpu.cu.cc36 const int pad_t, const int pad_l, const dtype* top_diff, in MaxPoolGradBackwardNoMaskNCDHW()
86 const int pad_t, const int pad_l, const dtype* top_diff, in MaxPoolGradBackwardNoMaskNDHWC()
142 const T* top_diff, T* bottom_diff, const Eigen::GpuDevice& d) { in operator ()()
Dresize_nearest_neighbor_op_gpu.cu.cc97 const int nthreads, const T* top_diff, const int in_height, in ResizeNearestNeighborBackwardNHWC()
128 const int nthreads, const T* top_diff, const int in_height, in LegacyResizeNearestNeighborBackwardNHWC()
Davgpooling_op_gpu.cu.cc84 bool RunAvePoolBackwardNHWC(const T* const top_diff, const int num, in RunAvePoolBackwardNHWC()
Dmaxpooling_op.cc540 const Tensor& top_diff, in SpatialMaxPoolGradGrad()