Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc262 EigenMatrixMap tensor_out_dup_mat( in Compute() local
309 T& output_ref = tensor_out_dup_mat.coeffRef(d, out_index); in Compute()
333 DCHECK_EQ(tensor_out_dup_mat(j, i), tensor_out_mat(j, i)); in Compute()