Searched refs:TF_ColocateWith (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 1283 TF_ColocateWith(desc_, feed1_); in TEST_F() 1298 TF_ColocateWith(desc_, feed1_); in TEST_F() 1304 TF_ColocateWith(desc_, feed1_); in TEST_F() 1311 TF_ColocateWith(desc_, feed1_); in TEST_F() 1317 TF_ColocateWith(desc_, feed1_); in TEST_F() 1322 TF_ColocateWith(desc_, feed1_); in TEST_F() 1323 TF_ColocateWith(desc_, feed2_); in TEST_F() 1340 TF_ColocateWith(desc_, feed1_); in TEST_F() 1346 TF_ColocateWith(desc_, feed1_); in TEST_F()
|
D | c_api.h | 508 TF_CAPI_EXPORT extern void TF_ColocateWith(TF_OperationDescription* desc,
|
D | c_api.cc | 1233 void TF_ColocateWith(TF_OperationDescription* desc, TF_Operation* op) { in TF_ColocateWith() function
|