/external/tensorflow/tensorflow/core/common_runtime/ |
D | isolate_placer_inspection_required_ops_pass_test.cc | 36 using ::tensorflow::test::function::GDef; 96 GraphDef original = GDef( in TEST() 108 GraphDef expected = GDef( in TEST() 136 GraphDef original = GDef({ in TEST() 145 GraphDef expected = GDef({ in TEST() 176 GraphDef original = GDef( in TEST() 190 GraphDef expected = GDef( in TEST() 224 GraphDef original = GDef( in TEST() 237 GraphDef expected = GDef( in TEST() 271 GraphDef original = GDef( in TEST() [all …]
|
D | placer_inspection_required_ops_utils_test.cc | 33 using ::tensorflow::test::function::GDef; 70 GraphDef graph_def = GDef( in TEST() 97 GraphDef graph_def = GDef( in TEST() 122 GraphDef graph_def = GDef( in TEST()
|
D | inline_function_utils_test.cc | 30 using ::tensorflow::test::function::GDef; 59 GraphDef gdef = GDef( in TEST() 87 GraphDef expected_gdef = GDef( in TEST()
|
D | placer_test.cc | 51 using ::tensorflow::test::function::GDef; 1967 GraphDef graph = GDef( in TEST_P() 2012 GraphDef graph = GDef( in TEST_F() 2045 GraphDef graph = GDef({ in TEST_F() 2075 GraphDef graph = GDef( in TEST_P() 2143 GraphDef graph = GDef( in TEST_F() 2185 GraphDef graph = GDef( in TEST_F() 2230 GraphDef graph = GDef( in TEST_F() 2268 GraphDef graph = GDef( in TEST_F() 2307 GraphDef graph = GDef( in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | auto_shard_test.cc | 41 using ::tensorflow::test::function::GDef; 76 item.graph = GDef({ in TEST() 106 item.graph = GDef({ in TEST() 138 item.graph = GDef({ in TEST() 171 item.graph = GDef({ in TEST() 197 item.graph = GDef({ in TEST() 224 item.graph = GDef({ in TEST() 251 item.graph = GDef({ in TEST() 277 item.graph = GDef({ in TEST() 301 item.graph = GDef({ in TEST() [all …]
|
D | make_sloppy_test.cc | 35 item.graph = test::function::GDef( in TEST() 63 item.graph = test::function::GDef( in TEST() 89 item.graph = test::function::GDef( in TEST() 113 item.graph = test::function::GDef( in TEST() 141 item.graph = test::function::GDef( in TEST() 167 item.graph = test::function::GDef( in TEST()
|
D | inject_prefetch_test.cc | 62 item.graph = test::function::GDef( in TEST_P() 88 item.graph = test::function::GDef( in TEST() 106 item.graph = test::function::GDef( in TEST() 126 item.graph = test::function::GDef( in TEST() 149 item.graph = test::function::GDef( in TEST()
|
D | map_and_filter_fusion_test.cc | 38 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()
|
D | make_deterministic_test.cc | 99 item.graph = test::function::GDef( in TEST_P() 284 item.graph = test::function::GDef( in TEST_P() 315 item.graph = test::function::GDef( in TEST_P() 345 item.graph = test::function::GDef( in TEST_P() 379 item.graph = test::function::GDef( in TEST_P() 425 item.graph = test::function::GDef( in TEST_P() 492 item.graph = test::function::GDef( in TEST_P() 538 item.graph = test::function::GDef( in TEST_P() 579 item.graph = test::function::GDef( in TEST_P() 622 item.graph = test::function::GDef( in TEST() [all …]
|
D | map_parallelization_test.cc | 55 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()
|
D | filter_parallelization_test.cc | 55 item.graph = test::function::GDef( in TEST_P() 87 item.graph = test::function::GDef( in TEST_P() 115 item.graph = test::function::GDef( in TEST()
|
D | batch_parallelization_test.cc | 53 item.graph = test::function::GDef( in TEST_P() 86 item.graph = test::function::GDef( in TEST_P() 121 item.graph = test::function::GDef( in TEST_P()
|
D | parallel_batch_test.cc | 34 item.graph = test::function::GDef( in TEST() 56 item.graph = test::function::GDef( in TEST()
|
D | filter_fusion_test.cc | 36 item.graph = test::function::GDef( in TEST() 59 item.graph = test::function::GDef( in TEST()
|
D | map_fusion_test.cc | 37 item.graph = test::function::GDef( in TEST() 59 item.graph = test::function::GDef( in TEST()
|
D | autotune_buffer_sizes_test.cc | 51 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()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 145 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 …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | implementation_selector_test.cc | 70 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 …]
|
D | function_optimizer_test.cc | 45 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 …]
|
D | graph_optimizer_stage_test.cc | 29 using ::tensorflow::test::function::GDef; 87 GDef({NDef("a/b/c/A", "NotImportant", {}), in TEST_F() 113 GraphDef graph = GDef( in TEST_F()
|
/external/tensorflow/tensorflow/core/data/service/ |
D | test_util.cc | 49 using ::tensorflow::test::function::GDef; 93 *dataset_def.mutable_graph() = GDef( in RangeDataset() 111 *dataset_def.mutable_graph() = GDef( in RangeSquareDataset() 130 *dataset_def.mutable_graph() = GDef( in RangeDatasetWithShardHint() 156 *dataset_def.mutable_graph() = GDef( in InfiniteDataset()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | traversal_test.cc | 41 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()
|
D | graph_view_test.cc | 38 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 …]
|
D | colocation_test.cc | 49 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/ops/ |
D | array_grad_test.cc | 39 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 …]
|