Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateCondGraph (0.23 sec)

  1. tensorflow/c/while_loop_test.cc

    TEST_F(CApiWhileLoopTest, UnsetBodyOutput) {
      Init(1);
      CreateCondGraph();
      ExpectError(TF_INVALID_ARGUMENT,
                  "TF_WhileParams `body_outputs[0]` field isn't set");
    }
    
    // TODO(skyewm): enable this when it works (currently doesn't error)
    // TEST_F(CApiWhileLoopTest, WrongBodyOutputType) {
    //   Init(1);
    //   CreateCondGraph();
    //   TF_Operation* double_scalar =
    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