Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EXPECT_TRUE (0.22 sec)

  1. tensorflow/c/c_api_test.cc

        } else {
          ASSERT_TRUE(GetNodeDef(oper, &node_def));
          ADD_FAILURE() << "Unexpected Node: " << node_def.DebugString();
        }
      }
      EXPECT_TRUE(found_placeholder);
      EXPECT_TRUE(found_scalar_const);
      EXPECT_TRUE(found_add);
      EXPECT_TRUE(found_neg);
    
      // Clean up
      TF_DeleteGraph(graph);
      TF_DeleteStatus(s);
    }
    
    TEST(CAPI, UpdateEdge) {
      TF_Status* s = TF_NewStatus();
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 96.9K bytes
    - Viewed (3)
Back to top