Searched refs:ImportAsFunc (Results 1 – 3 of 3) sorted by relevance
46 return HloFunctionImporter::ImportAsFunc( in Import()50 TF_RETURN_IF_ERROR(HloFunctionImporter::ImportAsFunc( in Import()
48 static Status ImportAsFunc(const xla::HloComputation& computation,94 StatusOr<mlir::FuncOp> ImportAsFunc(const xla::HloComputation& computation);
108 Status HloFunctionImporter::ImportAsFunc( in ImportAsFunc() function in xla::HloFunctionImporter113 return importer.ImportAsFunc(computation).status(); in ImportAsFunc()124 StatusOr<mlir::FuncOp> HloFunctionImporter::ImportAsFunc( in ImportAsFunc() function in xla::HloFunctionImporter308 ImportAsFunc(*instruction->to_apply())); in ImportInstructionImpl()