Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1396 std::unique_ptr<xla::XlaBuilder> builder_up; in RunOnFunction() local
1399 builder_up = module_builder_.CreateSubBuilder(f.getName().str()); in RunOnFunction()
1400 auto& builder = entry_function ? module_builder_ : *builder_up; in RunOnFunction()