Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for group_deps_1 (0.1 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      AddCtrlEdge(scope, increment_op, group_deps);
      AddCtrlEdge(scope, weights_0_update_op, increment_op);
      AddCtrlEdge(scope, weights_1_update_op, increment_op);
    
      AddCtrlEdge(scope, some_ctrl_input, weights_0_update_op);
      AddCtrlEdge(scope, some_ctrl_input, weights_1_update_op);
    
      AddCtrlEdge(scope, matmul_0, group_deps);
      AddCtrlEdge(scope, matmul_1, group_deps);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

              return false;
            }
    
            return TryToContractEdge(from, to);
          }).status());
    
      // Phase 1: apply a heuristic to ensure that we don't mess up clustering due
      // to "group_deps".  After this phase most edges should have been contracted.
    
      VLOG(4) << "Running phase 1";
      TF_RETURN_IF_ERROR(
          ForEachEdgeInPostOrder([&](Cluster* from,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top