Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc1186 Tensor casted_out_backprop = out_backprop; in Compute() local
1194 &casted_out_backprop)); in Compute()
1195 cast(device, casted_out_backprop.template flat<float>(), in Compute()
1206 auto out_backprop_ptr = casted_out_backprop.template flat<U>().data(); in Compute()