Home
last modified time | relevance | path

Searched refs:TestGraphs (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dtest_tools.h78 class TestGraphs {
80 TestGraphs();
Dtest_tools.cc149 TestGraphs::TestGraphs() { in TestGraphs() function in tensorflow::grappler::graph_analyzer::test::TestGraphs
Dgraph_analyzer_test.cc36 class GraphAnalyzerTest : public ::testing::Test, protected TestGraphs {
Dsig_node_test.cc62 class SigBaseTest : public ::testing::Test, protected TestGraphs {
/external/python/cpython2/Lib/test/
Dtest_set.py1737 class TestGraphs(unittest.TestCase): class
1819 TestGraphs,
/external/python/cpython3/Lib/test/
Dtest_set.py1858 class TestGraphs(unittest.TestCase): class