Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcommon_shape_fns.h216 int num_inputs_to_concat);
221 Status QuantizedConcatV2Shape(InferenceContext* c, int num_inputs_to_concat);
H A Dcommon_shape_fns.cc2064 Status ConcatShape(InferenceContext* c, int num_inputs_to_concat) { in ConcatShape() argument
2066 1 + num_inputs_to_concat /* end_value_index */, in ConcatShape()
2076 Status QuantizedConcatV2Shape(InferenceContext* c, int num_inputs_to_concat) { in QuantizedConcatV2Shape() argument
2078 num_inputs_to_concat /* end_value_index */, in QuantizedConcatV2Shape()
2079 num_inputs_to_concat /* dim_index */); in QuantizedConcatV2Shape()