Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.h51 mlir::FuncOp>* function_map,
82 mlir::FuncOp>* function_map, in HloFunctionImporter() argument
87 function_map_(function_map) { in HloFunctionImporter()
Dhlo_function_importer.cc110 std::unordered_map<const HloComputation*, FuncOp>* function_map, in ImportAsFunc() argument
112 HloFunctionImporter importer(module, function_map, builder); in ImportAsFunc()