Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_module_importer.cc46 return HloFunctionImporter::ImportAsFunc( in Import()
50 TF_RETURN_IF_ERROR(HloFunctionImporter::ImportAsFunc( in Import()
Dhlo_function_importer.h48 static Status ImportAsFunc(const xla::HloComputation& computation,
94 StatusOr<mlir::FuncOp> ImportAsFunc(const xla::HloComputation& computation);
Dhlo_function_importer.cc108 Status HloFunctionImporter::ImportAsFunc( in ImportAsFunc() function in xla::HloFunctionImporter
113 return importer.ImportAsFunc(computation).status(); in ImportAsFunc()
124 StatusOr<mlir::FuncOp> HloFunctionImporter::ImportAsFunc( in ImportAsFunc() function in xla::HloFunctionImporter
308 ImportAsFunc(*instruction->to_apply())); in ImportInstructionImpl()