Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc101 Status ConvertModule(std::unique_ptr<HloModule> hlo_module, ModuleOp module, in ConvertModule() function
191 return ConvertModule(std::move(hlo_module), module, platform_); in runOnOperation()
1560 ConvertModule(maybe_module.ConsumeValueOrDie(), module.get(), "Host")); in HloTextToLhloTranslateFunction()