- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AddWithCtrlDependency (0.17 sec)
-
tensorflow/c/c_api_function_test.cc
TF_Operation* feed1 = Placeholder(func_graph_, s_, "feed1"); TF_Operation* feed2 = Placeholder(func_graph_, s_, "feed2"); TF_Operation* five = ScalarConst(5, func_graph_, s_); TF_Operation* add = AddWithCtrlDependency(feed1, feed2, func_graph_, five, s_); EXPECT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); Define(-1, {}, {feed1, feed2}, {add}, {}); // Use, run, and verify
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Jul 20 22:08:54 UTC 2023 - 63.6K bytes - Viewed (0)