Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_identity_pruning.cc50 llvm::SmallPtrSet<FuncOp, 4> reachable_funcs; in CollectReachableFunctions() local
95 auto reachable_funcs = CollectReachableFunctions(cluster.body()); in runOnOperation() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dtrim_functions_tf.cc107 llvm::SetVector<FuncOp> reachable_funcs; in Verify() local
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1613 std::set<string> reachable_funcs; in ReachableFunctions() local
1703 std::set<string> reachable_funcs = ReachableFunctions(flib, nodes); in ReachableFunctionLibraryDefinition() local