MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST_F

Function TEST_F

tensorflow/c/c_api_test.cc:1283–1286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281};
1282
1283TEST_F(CApiColocationTest, ColocateWith) {
1284 TF_ColocateWith(desc_, feed1_);
1285 FinishAndVerify(desc_, {"loc:@feed1"});
1286}
1287
1288TEST_F(CApiColocationTest, StringList) {
1289 SetViaStringList(desc_, {"loc:@feed1"});

Callers

nothing calls this directly

Calls 15

TF_ColocateWithFunction · 0.85
TF_GetCodeFunction · 0.85
TF_MessageFunction · 0.85
TF_AddGradientsFunction · 0.85
TF_NewSessionOptionsFunction · 0.85
TF_NewSessionFunction · 0.85
TF_DeleteSessionOptionsFunction · 0.85
TF_SessionRunFunction · 0.85
TF_DeleteTensorFunction · 0.85
TF_DeleteSessionFunction · 0.85
ScalarFloatFromTensorFunction · 0.85
TF_SetAttrStringFunction · 0.85

Tested by

no test coverage detected