- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TF_OperationNumOutputs (0.29 seconds)
-
tensorflow/c/c_api_test.cc
EXPECT_EQ(std::string("Placeholder"), std::string(TF_OperationOpType(feed))); EXPECT_EQ(std::string(""), std::string(TF_OperationDevice(feed))); EXPECT_EQ(1, TF_OperationNumOutputs(feed)); EXPECT_EQ(TF_INT32, TF_OperationOutputType(TF_Output{feed, 0})); EXPECT_EQ(1, TF_OperationOutputListLength(feed, "output", s)); ASSERT_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s);
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 97.3K bytes - Click Count (0)