Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNodesRelatedToRefVariables (0.19 sec)

  1. tensorflow/compiler/jit/xla_cluster_util.cc

        // size of `callee_ref_nodes` but for now we don't ceare.
        if (!callee_ref_nodes.empty()) {
          return true;
        }
      }
    
      return false;
    }
    
    // Helper for GetNodesRelatedToRefVariables that traverses the graph in one
    // direction.
    Status GetNodesRelatedToRefVariablesInDirection(
        const Graph& graph, FunctionLibraryRuntime* lib_runtime,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 08:39:39 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top