Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d.cc269 Eigen::Tensor<T, 5, Eigen::RowMajor> tensor_in_slice(dst_sizes); in launch() local
270 tensor_in_slice.device(context->eigen_cpu_device()) = in launch()
289 ((tensor_in_slice - tensor_out_slice.broadcast(bcast)).abs() < in launch()
290 tensor_in_slice.constant(1e-5)) in launch()