Home
last modified time | relevance | path

Searched refs:reachable_funcs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dtrim_functions_tf.cc106 llvm::SetVector<FuncOp> reachable_funcs; in Verify() local
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1571 std::set<string> reachable_funcs; in ReachableFunctions() local
1586 if (func && reachable_funcs.find(func_name) == reachable_funcs.end()) { in ReachableFunctions()
1639 reachable_funcs.insert(func_name); in ReachableFunctions()
1655 return reachable_funcs; in ReachableFunctions()
1661 std::set<string> reachable_funcs = ReachableFunctions(flib, nodes); in ReachableFunctionLibraryDefinition() local
1666 for (const string& func_name : reachable_funcs) { in ReachableFunctionLibraryDefinition()