Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dlayouts_and_names.mlir22 lhs_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
695 lhs_dilations.push_back(dim.base_dilation()); in ImportInstructionImpl()
705 builder_->getNamedAttr("lhs_dilation", Convert(lhs_dilations))); in ImportInstructionImpl()