Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddMatchingRetvalNode (0.15 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      TF_ASSIGN_OR_RETURN(Node * arg_node, function_body.graph->AddNode(arg_def));
      return arg_node;
    }
    
    // Add _Retval node that matches newly added `arg_node` and connect `arg_node`
    // to it.
    Status AddMatchingRetvalNode(const FunctionBody& function_body,
                                 const int arg_idx, const DataType& data_type,
                                 Node* arg_node) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top