Home
last modified time | relevance | path

Searched refs:GDef (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc145 GraphDef graph_def = test::function::GDef( in TEST()
156 GraphDef subgraph = test::function::GDef( in TEST()
177 GraphDef subgraph = test::function::GDef({}, {x_times_two}); in TEST()
186 GraphDef graph_def = test::function::GDef({}, {x_times_two}); in TEST()
189 GraphDef subgraph = test::function::GDef({}, {x_times_two}); in TEST()
199 GraphDef graph_def = test::function::GDef({}, {x_times_four}); in TEST()
203 GraphDef subgraph = test::function::GDef({}, {x_times_two}); in TEST()
214 GraphDef graph_def = test::function::GDef( in TEST()
242 GraphDef graph_def = test::function::GDef( in TEST()
267 test::function::GDef({NDef("foo", "NotImportant", {}, {}), in TEST()
[all …]
Dgrappler_item_test.cc57 item.graph = test::function::GDef( in TEST_F()
Dgrappler_item_builder_test.cc172 *meta_graph.mutable_graph_def() = test::function::GDef( in TEST_F()
196 *meta_graph.mutable_graph_def() = test::function::GDef( in TEST_F()
/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal_test.cc41 GraphDef graph = ::tensorflow::test::function::GDef( // in TEST()
72 GraphDef graph = ::tensorflow::test::function::GDef( // in TEST()
102 GraphDef graph = ::tensorflow::test::function::GDef( // in TEST()
133 GraphDef graph = ::tensorflow::test::function::GDef( // in TEST()
165 GraphDef graph = ::tensorflow::test::function::GDef( // in TEST()
202 GraphDef graph = ::tensorflow::test::function::GDef( // in TEST()
Dcolocation_test.cc49 GraphDef gdef = test::function::GDef({ndef}); in TEST()
91 test::function::GDef({ndef_a, ndef_b, ndef_c, ndef_d, ndef_e}); in TEST()
158 GraphDef gdef = test::function::GDef( in TEST()
Dfunctions_test.cc824 GraphDef id_func_body = test::function::GDef( in TEST_F()
/external/tensorflow/tensorflow/core/ops/
Darray_grad_test.cc39 auto gdef = test::function::GDef( in PackGrad()
80 auto gdef = test::function::GDef( in UnpackGrad()
120 auto gdef = test::function::GDef( in ConcatGrad()
144 auto gdef = test::function::GDef( in ConcatGradV2()
216 auto gdef = test::function::GDef( in SplitGrad()
245 auto gdef = test::function::GDef( in SplitVGrad()
310 auto gdef = test::function::GDef( in ReshapeGrad()
349 auto gdef = test::function::GDef( in ExpandDimsGrad()
387 auto gdef = test::function::GDef( in SqueezeGrad()
417 auto gdef = test::function::GDef( in TransposeGrad()
[all …]
Dmath_grad_test.cc77 auto gdef = test::function::GDef( in Unary()
153 auto gdef = test::function::GDef( in SymGrad()
208 auto gdef = test::function::GDef( in ReductionGrad()
231 auto gdef = test::function::GDef( in MatMulCommon()
297 auto gdef = test::function::GDef( in MatMulGradCommon()
359 auto gdef = test::function::GDef( in SelectGrad()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer_test.cc50 item.graph = test::function::GDef( in TEST_F()
144 item.graph = test::function::GDef( in TEST_F()
224 item.graph = test::function::GDef( in TEST_F()
315 item.graph = test::function::GDef( in TEST_F()
398 item.graph = test::function::GDef( in TEST_F()
451 item.graph = test::function::GDef( in TEST_F()
487 item.graph = test::function::GDef( in TEST_F()
725 item.graph = test::function::GDef( in TEST_F()
740 GraphDef expected = test::function::GDef( in TEST_F()
803 item.graph = test::function::GDef( in TEST_F()
[all …]
Dgraph_optimizer_stage_test.cc29 using ::tensorflow::test::function::GDef;
87 GDef({NDef("a/b/c/A", "NotImportant", {}), in TEST_F()
113 GraphDef graph = GDef( in TEST_F()
Dimplementation_selector_test.cc75 item.graph = test::function::GDef( in TEST_F()
113 item.graph = test::function::GDef( in TEST_F()
208 item.graph = test::function::GDef( in TEST_F()
Dmeta_optimizer_test.cc288 item.graph = test::function::GDef( in TEST_F()
444 item.graph = test::function::GDef( in TEST_F()
535 item.graph = test::function::GDef( in TEST_F()
649 item.graph = test::function::GDef( in TEST_F()
823 item.graph = test::function::GDef( in TEST_F()
897 item.graph = test::function::GDef( in TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmake_sloppy_test.cc39 item.graph = test::function::GDef( in TEST()
67 item.graph = test::function::GDef( in TEST()
92 item.graph = test::function::GDef( in TEST()
Dmap_and_filter_fusion_test.cc38 item.graph = test::function::GDef( in TEST()
65 item.graph = test::function::GDef( in TEST()
100 item.graph = test::function::GDef( in TEST()
145 item.graph = test::function::GDef( in TEST()
Dfilter_fusion_test.cc36 item.graph = test::function::GDef( in TEST()
59 item.graph = test::function::GDef( in TEST()
Dmap_parallelization_test.cc38 item.graph = test::function::GDef( in TEST()
60 item.graph = test::function::GDef( in TEST()
Dmap_fusion_test.cc37 item.graph = test::function::GDef( in TEST()
59 item.graph = test::function::GDef( in TEST()
Dmake_numa_aware_test.cc35 item.graph = test::function::GDef( in TEST()
69 item.graph = test::function::GDef( in TEST()
Dhoist_random_uniform_test.cc34 item.graph = test::function::GDef( in TEST()
Dlatency_all_edges_test.cc52 item.graph = test::function::GDef({component_node, from_tensor_node, in TEST()
/external/tensorflow/tensorflow/core/framework/
Dfunction_testlib.h57 GraphDef GDef(gtl::ArraySlice<NodeDef> nodes,
Dfunction_testlib.cc31 GraphDef GDef(gtl::ArraySlice<NodeDef> nodes, in GDef() function
Dfunction_test.cc1351 using ::tensorflow::test::function::GDef; in TEST()
1381 GraphDef graph = GDef( in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_op_test.cc142 using ::tensorflow::test::function::GDef; in TEST()
Dplacer_test.cc48 using ::tensorflow::test::function::GDef;
1694 GraphDef graph = GDef( in TEST_P()
1739 GraphDef graph = GDef( in TEST_F()
1777 GraphDef graph = GDef( in TEST_P()

12