Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dmkl_array_ops.cc51 TF_RETURN_IF_ERROR(shape_inference::QuantizedConcatV2Shape(c, n)); in __anond4979b3e0102()
81 TF_RETURN_IF_ERROR(shape_inference::QuantizedConcatV2Shape(c, n)); in __anond4979b3e0202()
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h282 Status QuantizedConcatV2Shape(InferenceContext* c, int num_inputs_to_concat);
Dcommon_shape_fns.cc1306 Status QuantizedConcatV2Shape(InferenceContext* c, int num_inputs_to_concat) { in QuantizedConcatV2Shape() function