Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc958 SmallVector<int64_t, 6> reshaped_shape_ints{padded_shape[0]}; in matchAndRewrite() local
963 reshaped_shape_ints.push_back(outer_shape_ints[i]); in matchAndRewrite()
964 reshaped_shape_ints.push_back(block_shape_ints[i]); in matchAndRewrite()
968 reshaped_shape_ints.push_back(padded_shape[i]); in matchAndRewrite()
975 RankedTensorType::get(reshaped_shape_ints, input_type.getElementType()), in matchAndRewrite()