Home
last modified time | relevance | path

Searched refs:TF_ColocateWith (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api_test.cc1283 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()
Dc_api.h508 TF_CAPI_EXPORT extern void TF_ColocateWith(TF_OperationDescription* desc,
Dc_api.cc1233 void TF_ColocateWith(TF_OperationDescription* desc, TF_Operation* op) { in TF_ColocateWith() function