Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h277 int num_inputs_to_concat);
282 Status QuantizedConcatV2Shape(InferenceContext* c, int num_inputs_to_concat);
Dcommon_shape_fns.cc1294 Status ConcatShape(InferenceContext* c, int num_inputs_to_concat) { in ConcatShape() argument
1296 1 + num_inputs_to_concat /* end_value_index */, in ConcatShape()
1306 Status QuantizedConcatV2Shape(InferenceContext* c, int num_inputs_to_concat) { in QuantizedConcatV2Shape() argument
1308 num_inputs_to_concat /* end_value_index */, in QuantizedConcatV2Shape()
1309 num_inputs_to_concat /* dim_index */); in QuantizedConcatV2Shape()