Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlower_tf.cc968 SmallVector<int64_t, 4> outer_shape_ints; in matchAndRewrite() local
981 outer_shape_ints.push_back(-1); in matchAndRewrite()
983 outer_shape_ints.push_back(padded_shape_i / block_shape_ints_i); in matchAndRewrite()
993 reshaped_shape_ints.push_back(outer_shape_ints[i]); in matchAndRewrite()