Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dimporter_test_min_max.cc156 auto maybe_module = in main() local
158 if (!maybe_module.hasValue()) { in main()
163 tflite::Model::Pack(builder, maybe_module.getValue().get()); in main()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1552 StatusOr<std::unique_ptr<HloModule>> maybe_module = in HloTextToLhloTranslateFunction() local
1555 TF_CHECK_OK(maybe_module.status()); in HloTextToLhloTranslateFunction()
1560 ConvertModule(maybe_module.ConsumeValueOrDie(), module.get(), "Host")); in HloTextToLhloTranslateFunction()