Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IncrementIteration (0.17 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      // ResourceApplyGradientDescent and similar things).
      Output delta = ops::Placeholder(scope.WithOpName("delta"), DT_FLOAT);
    
      ops::AssignAddVariableOp increment_op(
          scope.WithOpName("IncrementIteration"), iter,
          ops::Const(scope.WithOpName("one"), static_cast<int64_t>(1)));
    
      ops::AssignAddVariableOp weights_0_update_op(
          scope.WithOpName("weights_0_update"), weights_0, delta);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
Back to top