Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PreprocessEdgesBetweenOutsideCompilations (0.37 sec)

  1. tensorflow/compiler/jit/encapsulate_util.cc

    template <typename T>
    void ReplaceAttr(Node* n, const string& attr_name, const T& value) {
      n->ClearAttr(attr_name);
      n->AddAttr(attr_name, value);
    }
    
    // Step 1 for `PreprocessEdgesBetweenOutsideCompilations`. See comments of
    // `PreprocessEdgesBetweenOutsideCompilations` for details.
    Status PreprocessControlEdgesBetweenOutsideCompilations(
        Graph* g, const string& outside_compilation_attr_name) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top