Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dreduction_ops_common.h85 TensorShape out_reshape() const;
186 helper.out_reshape(), &tmp_out, alloc_attr));
Dreduction_ops_common.cc22 TensorShape ReductionHelper::out_reshape() const { in out_reshape() function in tensorflow::ReductionHelper