Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_module_importer.cc47 *module.entry_computation(), module_, &function_map_, &builder_); in Import()
51 *computation, module_, &function_map_, &builder_)); in Import()
Dhlo_function_importer.h87 function_map_(function_map) { in HloFunctionImporter()
163 std::unordered_map<const xla::HloComputation*, mlir::FuncOp>* function_map_; variable
Dhlo_module_importer.h57 std::unordered_map<const xla::HloComputation*, mlir::FuncOp> function_map_; variable
Dhlo_function_importer.cc126 auto& imported = (*function_map_)[&computation]; in ImportAsFunc()