Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc497 std::vector<bool> callee_has_ref_nodes_cache; in GetNodesRelatedToRefVariablesInDirection() local
498 callee_has_ref_nodes_cache.resize(graph.num_node_ids()); in GetNodesRelatedToRefVariablesInDirection()
506 callee_has_ref_nodes_cache[n->id()] = callee_has_ref_nodes; in GetNodesRelatedToRefVariablesInDirection()
509 return {callee_has_ref_nodes_cache[n->id()]}; in GetNodesRelatedToRefVariablesInDirection()