Searched refs:maybe_module (Results 1 – 2 of 2) sorted by relevance
156 auto maybe_module = in main() local158 if (!maybe_module.hasValue()) { in main()163 tflite::Model::Pack(builder, maybe_module.getValue().get()); in main()
1552 StatusOr<std::unique_ptr<HloModule>> maybe_module = in HloTextToLhloTranslateFunction() local1555 TF_CHECK_OK(maybe_module.status()); in HloTextToLhloTranslateFunction()1560 ConvertModule(maybe_module.ConsumeValueOrDie(), module.get(), "Host")); in HloTextToLhloTranslateFunction()