Home
last modified time | relevance | path

Searched defs:CApiAttributesTest (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api_test.cc1923 class CApiAttributesTest : public ::testing::Test { class
1925 CApiAttributesTest() in CApiAttributesTest() function in tensorflow::__anon339b47360111::CApiAttributesTest
1971 TEST_F(CApiAttributesTest, String) { in TEST_F() argument
1985 TEST_F(CApiAttributesTest, StringList) { in TEST_F() argument
2017 TEST_F(CApiAttributesTest, Int) { in TEST_F() argument
2031 TEST_F(CApiAttributesTest, IntList) { in TEST_F() argument
2048 TEST_F(CApiAttributesTest, Float) { in TEST_F() argument
2062 TEST_F(CApiAttributesTest, FloatList) { in TEST_F() argument
2079 TEST_F(CApiAttributesTest, Bool) { in TEST_F() argument
2093 TEST_F(CApiAttributesTest, BoolList) { in TEST_F() argument
[all …]