Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_test.cc1262 TF_ColocateWith(desc_, feed1_); in TEST_F()
1277 TF_ColocateWith(desc_, feed1_); in TEST_F()
1283 TF_ColocateWith(desc_, feed1_); in TEST_F()
1290 TF_ColocateWith(desc_, feed1_); in TEST_F()
1296 TF_ColocateWith(desc_, feed1_); in TEST_F()
1301 TF_ColocateWith(desc_, feed1_); in TEST_F()
1302 TF_ColocateWith(desc_, feed2_); in TEST_F()
1319 TF_ColocateWith(desc_, feed1_); in TEST_F()
1325 TF_ColocateWith(desc_, feed1_); in TEST_F()
Dc_api.h474 TF_CAPI_EXPORT extern void TF_ColocateWith(TF_OperationDescription* desc,
Dc_api.cc1130 void TF_ColocateWith(TF_OperationDescription* desc, TF_Operation* op) { in TF_ColocateWith() function
/external/tensorflow/tensorflow/docs_src/extend/
Dlanguage_bindings.md151 - `TF_ColocateWith()` to colocate one op with another