Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

      Status GetFunctionNameAttr(Node const* node, string* attr) const;
    
      // Copies edges local to a subgraph. Adds _Arg and _Retval nodes to
      // subgraphs for data edges that cross subgraph boundaries.
      Status CopySubgraphEdges(
          const absl::flat_hash_map<const Node*, Node*>& node_images,
          std::vector<std::pair<const Node*, Node*>>* src_arg_pairs);
    
      // Copies all marked nodes to a subgraph. Does nothing for unmarked nodes.
    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