| 1195 | class CApiColocationTest : public ::testing::Test { |
| 1196 | protected: |
| 1197 | CApiColocationTest() : s_(TF_NewStatus()), graph_(TF_NewGraph()) {} |
| 1198 | |
| 1199 | void SetUp() override { |
| 1200 | feed1_ = Placeholder(graph_, s_, "feed1"); |
nothing calls this directly
no test coverage detected