Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddEdgesFromOutsideCompilationNodes (0.4 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      }
      n->ClearAttr(type_attr_name);
      n->AddAttr(type_attr_name, data_types);
    
      return data_types;
    }
    
    // Add edges from lifted outside compilation argument nodes to `n` in Graph `g`.
    void AddEdgesFromOutsideCompilationNodes(
        const int original_arg_count, const int arg_to_input_edge_offset,
        const std::vector<DataType>& data_types,
        const std::vector<Node*>& outside_compilation_nodes, Graph* g, Node* n) {
    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