Home
last modified time | relevance | path

Searched refs:bottom_diff_ref (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d.cc629 T& bottom_diff_ref = in launch() local
631 bottom_diff_ref = top_diff_mat.coeffRef(d, in_index); in launch()
Dmaxpooling_op.cc633 T& bottom_diff_ref = bottom_diff_mat.coeffRef(d, out_index); in SpatialMaxPoolGradGrad() local
634 bottom_diff_ref = top_diff_mat.coeffRef(d, in_index); in SpatialMaxPoolGradGrad()