Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc938 SmallVector<int64_t, 4> outer_shape_ints; in matchAndRewrite() local
951 outer_shape_ints.push_back(-1); in matchAndRewrite()
953 outer_shape_ints.push_back(padded_shape_i / block_shape_ints_i); in matchAndRewrite()
963 reshaped_shape_ints.push_back(outer_shape_ints[i]); in matchAndRewrite()