Home
last modified time | relevance | path

Searched defs:reachable_funcs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtpu_identity_pruning.cc52 llvm::SmallPtrSet<func::FuncOp, 4> reachable_funcs; in CollectReachableFunctions() local
98 auto reachable_funcs = CollectReachableFunctions(cluster.body()); in runOnOperation() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dtrim_functions_tf.cc102 llvm::SetVector<func::FuncOp> reachable_funcs; in Verify() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.cc1675 std::set<string> reachable_funcs; in ReachableFunctions() local
1765 std::set<string> reachable_funcs = ReachableFunctions(flib, nodes); in ReachableFunctionLibraryDefinition() local