Home
last modified time | relevance | path

Searched refs:TF_EXPECT_GRAPH_EQ (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util_test.cc55 TF_EXPECT_GRAPH_EQ(expected_graph_def, graph_def); in TEST()
76 TF_EXPECT_GRAPH_EQ(expected_graph_def, graph_def); in TEST()
106 TF_EXPECT_GRAPH_EQ(expected_graph_def, produced_graph_def); in TEST()
139 TF_EXPECT_GRAPH_EQ(expected_graph_def, produced_graph_def); in TEST()
171 TF_EXPECT_GRAPH_EQ(expected_graph_def, produced_graph_def); in TEST()
219 TF_EXPECT_GRAPH_EQ(expected_graph_def, produced_graph_def); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc703 TF_EXPECT_GRAPH_EQ(expected, actual); in TEST_F()
725 TF_EXPECT_GRAPH_EQ(expected, actual); in TEST_F()
763 TF_EXPECT_GRAPH_EQ(e2, actual); in TEST_F()
771 TF_EXPECT_GRAPH_EQ(e2, actual); in TEST_F()
798 TF_EXPECT_GRAPH_EQ(expected, actual); in TEST_F()
840 TF_EXPECT_GRAPH_EQ(expected, actual); in TEST_F()
884 TF_EXPECT_GRAPH_EQ(expected, actual); in TEST_F()
954 TF_EXPECT_GRAPH_EQ(expected, actual); in TEST_F()
977 TF_EXPECT_GRAPH_EQ(expected, actual); in TEST_F()
1142 TF_EXPECT_GRAPH_EQ(expected, actual); in TEST_F()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc127 TF_EXPECT_GRAPH_EQ(expected, graph_def); in TEST()
152 TF_EXPECT_GRAPH_EQ(expected, result.gdef); in TEST()
177 TF_EXPECT_GRAPH_EQ(expected, result.gdef); in TEST()
274 TF_EXPECT_GRAPH_EQ(expected, graph_def); in TEST()
295 TF_EXPECT_GRAPH_EQ(expected, result.gdef); in TEST()
317 TF_EXPECT_GRAPH_EQ(expected, result.gdef); in TEST()
425 TF_EXPECT_GRAPH_EQ(expected, graph_def); in TEST()
457 TF_EXPECT_GRAPH_EQ(expected, result.gdef); in TEST()
545 TF_EXPECT_GRAPH_EQ(expected, graph_def); in TEST()
566 TF_EXPECT_GRAPH_EQ(expected, result.gdef); in TEST()
[all …]
/external/tensorflow/tensorflow/core/util/
Dequal_graph_def.h89 #define TF_EXPECT_GRAPH_EQ(expected, actual) \ macro
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass_test.cc584 TF_EXPECT_GRAPH_EQ(graphdef_in, graphdef_out); in TEST()
637 TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef); in TEST()
703 TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef); in TEST()
986 TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef); in TEST()
1181 TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef); in TEST()
1344 TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef); in TEST()
1490 TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef); in TEST()
1579 TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef); in TEST()
1671 TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef); in TEST()
1773 TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef); in TEST()
[all …]
Dencapsulate_xla_computations_pass_test.cc287 TF_EXPECT_GRAPH_EQ(expected_body_def, result.gdef); in TEST()
347 TF_EXPECT_GRAPH_EQ(expected_def, actual_def); in TEST()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime_test.cc301 TF_EXPECT_GRAPH_EQ(expected, actual); in TEST_F()
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc214 TF_EXPECT_GRAPH_EQ(graph_def, partitions_[a]); in ExpectMatchA()
221 TF_EXPECT_GRAPH_EQ(graph_def, partitions_[b]); in ExpectMatchB()
/external/tensorflow/tensorflow/cc/framework/
Dgradients_test.cc55 TF_EXPECT_GRAPH_EQ(gdef_exp, gdef_test); in CompareTestAndExpectedGraphs()
/external/tensorflow/tensorflow/c/
Dc_api_test.cc1549 TF_EXPECT_GRAPH_EQ(expected_gdef, gdef); in TestGradientsSuccess()