Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.pyi47 mlir_api_version: int
Dxla_client.py49 mlir_api_version = 32 variable
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc187 TF_ASSIGN_OR_RETURN(auto mlir_api_version, in CustomCallInternal()
191 builder_.getContext(), mlir_api_version))); in CustomCallInternal()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc651 auto mlir_api_version, in ImportInstructionImpl()
664 builder_->getContext(), mlir_api_version))); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc762 auto mlir_api_version, in EmitCustomCallOp()
769 builder_.getContext(), mlir_api_version)); in EmitCustomCallOp()