Home
last modified time | relevance | path

Searched defs:out_backprop_ptr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddilation_ops_gpu.cu.cc79 const T* __restrict__ filter_ptr, const T* __restrict__ out_backprop_ptr, in DilationBackpropInputKernel()
129 const T* __restrict__ filter_ptr, const T* __restrict__ out_backprop_ptr, in DilationBackpropFilterKernel()
H A Ddepthwise_conv_grad_op.cc685 auto out_backprop_ptr = out_backprop.template flat<T>().data(); in Compute() local
1218 auto out_backprop_ptr = casted_out_backprop.template flat<U>().data(); in Compute() local
H A Dconv_grad_input_ops.cc342 auto out_backprop_ptr = in operator ()() local
H A Dconv_grad_ops_3d.cc1486 auto out_backprop_ptr = in Compute() local
1887 auto out_backprop_ptr = in Compute() local
H A Davgpooling_op.cc342 const T* out_backprop_ptr = out_backprop.flat<T>().data(); in Compute() local
H A Dconv_grad_filter_ops.cc953 se::DeviceMemory<T> out_backprop_ptr = in operator ()() local