Home
last modified time | relevance | path

Searched defs:GetFetch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_executor.cc161 FetchOp GraphOp::GetFetch() { return llvm::cast<FetchOp>(GetBody().back()); } in GetFetch() function in mlir::tf_executor::GraphOp
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_range.cc702 InductionVarRange::Value InductionVarRange::GetFetch(const HBasicBlock* context, in GetFetch() function in art::InductionVarRange