Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeNodeImage (0.09 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

      class Subgraph {
       public:
        // Creates a graph to build the subgraph in, if it doesn't already exist,
        // using the same op registry and versions as graph_in.
        Node* MakeNodeImage(const Graph* graph_in, Node* node);
    
        // Returns the graph the subgraph is being built in.
        Graph* GetGraph() const;
    
        // Builds a FunctionDef, and adds it to 'library'. The value of the
    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