Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/common_runtime/
Disolate_placer_inspection_required_ops_pass_test.cc36 using ::tensorflow::test::function::GDef;
92 GraphDef original = GDef( in TEST()
104 GraphDef expected = GDef( in TEST()
132 GraphDef original = GDef({ in TEST()
141 GraphDef expected = GDef({ in TEST()
172 GraphDef original = GDef( in TEST()
186 GraphDef expected = GDef( in TEST()
220 GraphDef original = GDef( in TEST()
233 GraphDef expected = GDef( in TEST()
267 GraphDef original = GDef( in TEST()
[all …]
Dplacer_inspection_required_ops_utils_test.cc32 using ::tensorflow::test::function::GDef;
68 GraphDef graph_def = GDef( in TEST()
95 GraphDef graph_def = GDef( in TEST()
120 GraphDef graph_def = GDef( in TEST()
Dplacer_test.cc51 using ::tensorflow::test::function::GDef;
1955 GraphDef graph = GDef( in TEST_P()
2000 GraphDef graph = GDef( in TEST_F()
2033 GraphDef graph = GDef({ in TEST_F()
2063 GraphDef graph = GDef( in TEST_P()
2131 GraphDef graph = GDef( in TEST_F()
2173 GraphDef graph = GDef( in TEST_F()
2218 GraphDef graph = GDef( in TEST_F()
2256 GraphDef graph = GDef( in TEST_F()
2295 GraphDef graph = GDef( in TEST_F()
[all …]
/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()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector_test.cc70 item.graph = test::function::GDef( in TEST_F()
94 item.graph = test::function::GDef( in TEST_F()
119 item.graph = test::function::GDef( in TEST_F()
150 item.graph = test::function::GDef( in TEST_F()
174 item.graph = test::function::GDef( in TEST_F()
211 item.graph = test::function::GDef( in TEST_F()
267 item.graph = test::function::GDef( in TEST_F()
318 item.graph = test::function::GDef( in TEST_F()
356 item.graph = test::function::GDef( in TEST_F()
394 item.graph = test::function::GDef( in TEST_F()
[all …]
Dfunction_optimizer_test.cc45 item.graph = test::function::GDef( in TEST_F()
61 GraphDef expected = test::function::GDef( in TEST_F()
114 item.graph = test::function::GDef( in TEST_F()
164 item.graph = test::function::GDef( in TEST_F()
212 item.graph = test::function::GDef( in TEST_F()
271 item.graph = test::function::GDef( in TEST_F()
317 item.graph = test::function::GDef( in TEST_F()
495 item.graph = test::function::GDef( in TEST_F()
519 GraphDef expected = test::function::GDef( in TEST_F()
554 GraphDef expected = 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()
Dmeta_optimizer_test.cc293 item.graph = test::function::GDef( in TEST_F()
442 item.graph = test::function::GDef( in TEST_F()
533 item.graph = test::function::GDef( in TEST_F()
647 item.graph = test::function::GDef( in TEST_F()
848 item.graph = test::function::GDef( in TEST_F()
922 item.graph = test::function::GDef( in TEST_F()
1169 item.graph = test::function::GDef( in TEST_P()
/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()
Dgraph_view_test.cc38 using ::tensorflow::test::function::GDef;
44 return GDef({NDef("a", kNoOp, {"b:2", "d:3", "b:2", "d:3", "^c"}), in SimpleTestGraph()
64 GDef({NDef("a", kNoOp, {}), NDef("a", kNoOp, {})}, /*funcs=*/{}); in TYPED_TEST()
76 GraphDef graph = GDef({NDef("a", kNoOp, {"b:3"})}, /*funcs=*/{}); in TYPED_TEST()
87 GraphDef graph = GDef({NDef("a", kNoOp, {"a:4"})}, /*funcs=*/{}); in TYPED_TEST()
99 GraphDef graph = GDef({NDef("a", kNoOp, {"^b", "b:4"}), NDef("b", kNoOp, {})}, in TYPED_TEST()
203 GraphDef graph = GDef( in TEST()
261 GraphDef graph = GDef({NDef("a", "op_a", {}), NDef("b", "op_b", {}), in TYPED_TEST()
288 GraphDef graph = GDef( in TYPED_TEST()
722 return GDef({NDef("a", kNoOp, {}), NDef("b", kNoOp, {}, {{"attr", 1}}), in SimpleAttrTestGraph()
[all …]
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()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_and_filter_fusion_test.cc38 item.graph = test::function::GDef( in TEST()
64 item.graph = test::function::GDef( in TEST()
100 item.graph = test::function::GDef( in TEST()
129 item.graph = test::function::GDef( in TEST()
Dmake_sloppy_test.cc35 item.graph = test::function::GDef( in TEST()
63 item.graph = test::function::GDef( in TEST()
89 item.graph = test::function::GDef( in TEST()
Dmap_parallelization_test.cc55 item.graph = test::function::GDef( in TEST_P()
86 item.graph = test::function::GDef( in TEST_P()
114 item.graph = test::function::GDef( in TEST()
Dbatch_parallelization_test.cc53 item.graph = test::function::GDef( in TEST_P()
85 item.graph = test::function::GDef( in TEST_P()
116 item.graph = test::function::GDef( in TEST()
Dfilter_with_random_uniform_fusion_test.cc36 item.graph = test::function::GDef( in TEST()
57 item.graph = test::function::GDef( in TEST()
Dparallel_batch_test.cc34 item.graph = test::function::GDef( in TEST()
56 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_fusion_test.cc37 item.graph = test::function::GDef( in TEST()
59 item.graph = test::function::GDef( in TEST()
Dautotune_buffer_sizes_test.cc51 item.graph = test::function::GDef( in TEST_P()
66 item.graph = test::function::GDef( in TEST_P()
83 item.graph = test::function::GDef( in TEST_P()
130 item.graph = test::function::GDef( in TEST_P()
Dlatency_all_edges_test.cc58 item.graph = test::function::GDef( in TEST_P()
62 item.graph = test::function::GDef({component_node, from_tensor_node, in TEST_P()
Dreorder_data_discarding_ops_test.cc34 item.graph = test::function::GDef( in TEST()
Ddisable_intra_op_parallelism_test.cc106 item.graph = test::function::GDef( in TEST_P()
161 item.graph = test::function::GDef( in TEST()
/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 …]

12