Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeSequencingNode (0.12 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        Status RecordResult(
            const Edge* edge,
            const absl::flat_hash_map<const Node*, Node*>& node_images);
    
        // Creates the sequencer node if it doesn't exist, adding it to graph_out.
        Status MakeSequencingNode(const string& subgraph_name, Graph* graph_out);
    
        // If there is a sequencer node, adds a control edge from the sequencer to
        // the call node.
        void ConnectSequencerToCallNode(Graph* graph_out);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
Back to top