Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CheckControlDependenciesForFunc (0.32 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/check_control_dependencies.cc

    // searches should terminate quickly (this makes BFS preferable to DFS).
    // If higher performance is needed, the paths can be cached during the first
    // traversal in function `CheckControlDependenciesForFunc`.
    void EmitDependencyWarningsForPath(IslandOp source_op, IslandOp target_op,
                                       int path_idx) {
      std::vector<IslandOp> path;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 23:50:19 UTC 2022
    - 10.2K bytes
    - Viewed (0)
Back to top