MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetYield

Method GetYield

tensorflow/compiler/mlir/tensorflow/ir/tf_executor.cc:315–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313//===----------------------------------------------------------------------===//
314
315YieldOp IslandOp::GetYield() { return llvm::cast<YieldOp>(GetBody().back()); }
316
317// Checks if a tf_executor.island wraps a single operation and the single
318// operation results are perfectly forwarded to the islands yield.

Callers 13

PrintFunction · 0.80
matchAndRewriteMethod · 0.80
matchAndRewriteMethod · 0.80
MergeIslandFunction · 0.80
runOnModuleMethod · 0.80
GetDefiningOpFunction · 0.80
PopulateEmptyIslandFunction · 0.80

Calls 1

backMethod · 0.45

Tested by

no test coverage detected