Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc594 ArrayRef<int64_t> rhs_tensor_shape = rhs_type.getShape(); in convertConcatV2Op() local
631 concat_result_shape[axis] = lhs_tensor_shape[axis] + rhs_tensor_shape[axis]; in convertConcatV2Op()
693 rhs_tensor_shape = rhs_type.getShape(); in convertConcatV2Op()
701 concat_result_shape[axis] + rhs_tensor_shape[axis]; in convertConcatV2Op()