Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dlayouts_and_names.mlir26 rhs_dilations = dense<1> : tensor<2xi64>,
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc691 llvm::SmallVector<int64_t, 4> strides, lhs_dilations, rhs_dilations; in ImportInstructionImpl() local
696 rhs_dilations.push_back(dim.window_dilation()); in ImportInstructionImpl()
707 builder_->getNamedAttr("rhs_dilation", Convert(rhs_dilations))); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1193 SmallVector<int64_t, num_spatial_dims> rhs_dilations; in matchAndRewrite() local
1207 rhs_dilations.push_back(dilation); in matchAndRewrite()
1231 "rhs_dilation", GetI64ElementsAttr(rhs_dilations, &rewriter)); in matchAndRewrite()