Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/xla_cluster_util.h

    //
    // We assume each node has a trivial path to itself so the returned set includes
    // all of the nodes that have ref variables as input or output.
    absl::StatusOr<absl::flat_hash_set<Node*>> GetNodesRelatedToRefVariables(
        const Graph& graph, FunctionLibraryRuntime* lib_runtime);
    
    // Deterministically serialized the graph to a byte string.
    absl::StatusOr<std::string> SerializeGraphDeterministic(const Graph& graph);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top