Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc1324 llvm::SmallVector<int64_t, 2> cst_size; in matchAndRewrite() local
1326 cst_size.push_back(val.getSExtValue()); in matchAndRewrite()
1329 out_height_constant = cst_size[0]; in matchAndRewrite()
1330 out_width_constant = cst_size[1]; in matchAndRewrite()