Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FindOutputSlotOfEdgeSrc (0.52 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

      // Finds an edge source slot in the output graph. If the edge crosses a
      // subgraph boundary it is a slot on the output of a call node, otherwise it
      // is a slot on a node in the output graph.
      int FindOutputSlotOfEdgeSrc(const string& src_func_id,
                                  const string& dst_func_id,
                                  const Edge* edge);
    
      // Finds the image of an edge destination in the output graph. If the edge
    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