Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.h60 static StatusOr<mlir::Value> ImportInstructions(
102 tensorflow::Status ImportInstructions(const HloComputation& computation,
Dhlo_function_importer.cc151 TF_RETURN_IF_ERROR(ImportInstructions(computation, block)); in ImportAsFunc()
166 return ImportInstructions(computation, block); in ImportAsRegion()
195 Status HloFunctionImporter::ImportInstructions( in ImportInstructions() function in xla::HloFunctionImporter
214 StatusOr<Value> HloFunctionImporter::ImportInstructions( in ImportInstructions() function in xla::HloFunctionImporter
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc497 xla::HloFunctionImporter::ImportInstructions( in EmitFusionOp()