Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for group_deps_1 (0.53 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/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/saved_model.pbtxt

            }
          }
        }
        node {
          name: "init"
          op: "NoOp"
          input: "^a/Assign"
          input: "^b/Assign"
          input: "^c/Assign"
        }
        node {
          name: "group_deps"
          op: "NoOp"
          input: "^Assign"
        }
        node {
          name: "save/Const"
          op: "Const"
          attr {
            key: "_output_shapes"
            value {
              list {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 01:10:27 UTC 2017
    - 46.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/tests/keras_imagenet_main_graph_mode.pbtxt

      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "dtype"
        value {
          type: DT_INT64
        }
      }
    }
    node {
      name: "group_deps_1"
      op: "NoOp"
      input: "^bn2a_branch1_1/AssignMovingAvg/AssignSubVariableOp"
      input: "^bn2a_branch1_1/AssignMovingAvg_1/AssignSubVariableOp"
      input: "^bn2a_branch2a_1/AssignMovingAvg/AssignSubVariableOp"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.1M bytes
    - Viewed (0)
  4. 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