Searched refs:CApiColocationTest (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc1173 class CApiColocationTest : public ::testing::Test { class in namespace:tensorflow::__anon25330
1175 CApiColocationTest() : s_(TF_NewStatus()), graph_(TF_NewGraph()) {} function in class:tensorflow::__anon25330::CApiColocationTest
1192 ~CApiColocationTest() override {
1261 TEST_F(CApiColocationTest, ColocateWith) {
1266 TEST_F(CApiColocationTest, StringList) {
1271 TEST_F(CApiColocationTest, Proto) {
1276 TEST_F(CApiColocationTest, ColocateWith_StringList) {
1282 TEST_F(CApiColocationTest, ColocateWith_Proto) {
1288 TEST_F(CApiColocationTest, StringList_ColocateWith) {
1294 TEST_F(CApiColocationTest, Proto_ColocateWit
[all...]

Completed in 60 milliseconds