Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/encapsulate_util.cc

        }
      }
      return absl::OkStatus();
    }
    
    // Step 1 for `PostprocessEdgesBetweenOutsideCompilations`. See comments of
    // `PostprocessEdgesBetweenOutsideCompilations` for details.
    Status PostprocessDataEdgesBetweenOutsideCompilations(
        Graph* g, const string& outside_compilation_attr_name) {
      // Gather all outside compilation to outside compilation nodes.
      std::vector<Node*> placeholder_nodes;
      for (Node* n : g->nodes()) {
    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