Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dreshape_util.cc36 int output_indices_idx, int output_shape_idx) { in Reshape() argument
105 context->set_output(output_shape_idx, input_shape_in); in Reshape()
144 OP_REQUIRES_OK(context, context->allocate_output(output_shape_idx, in Reshape()
Dreshape_util.h27 int output_indices_idx, int output_shape_idx);