Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc593 ArrayRef<int64_t> lhs_tensor_shape = lhs_type.getShape(); in convertConcatV2Op() local
595 int input_tensor_rank = lhs_tensor_shape.size(); in convertConcatV2Op()
629 concat_result_shape.push_back(lhs_tensor_shape[i]); in convertConcatV2Op()
631 concat_result_shape[axis] = lhs_tensor_shape[axis] + rhs_tensor_shape[axis]; in convertConcatV2Op()