Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inner_inputs (0.16 sec)

  1. tensorflow/c/while_loop_test.cc

      ExpectOutputValue(1, 2);
    }
    
    TEST_F(CApiWhileLoopTest, NestedLoop) {
      Init(2);
      // Create nested loop:
      //  while (input1 < 6) {
      //    inner_input1 = input1
      //    while (inner_input1 < 3) {
      //      input2 += 1
      //      inner_input1 += 2
      //    }
      //    input1 += input2
      //  }
      //
      // Expected execution with initial values input1 = input2 = 0:
      //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 06:05:56 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top