Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc250 Tensor tensor_out_dup; in Compute() local
253 &tensor_out_dup)); in Compute()
263 tensor_out_dup.flat<T>().data(), output_size[3], in Compute()
271 tensor_out_dup.flat<T>().setConstant(Eigen::NumTraits<T>::lowest()); in Compute()
Dmaxpooling_op.cc262 Tensor tensor_out_dup; in Compute() local
265 &tensor_out_dup)); in Compute()
309 context, &tensor_out_dup, &tensor_out_arg_max, output, tensor_in, in Compute()