Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.cc98 auto transpose_shape = in Transpose() local
103 auto result_type = RankedTensorType::get(transpose_shape, elem_type); in Transpose()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.cc115 Shape transpose_shape, in MakeTransposeHlo()
118 HloInstruction::CreateTranspose(transpose_shape, operand, dimensions)); in MakeTransposeHlo()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc1109 std::vector<int64_t> transpose_shape(permutation.size()); in matchAndRewrite() local
1111 transpose_shape[it.index()] = reshaped_shape[it.value()]; in matchAndRewrite()
1115 op.getLoc(), RankedTensorType::get(transpose_shape, element_ty), in matchAndRewrite()