/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | fold_old_batch_norms_test.cc | 80 GraphDef original_graph_def; in TestFoldOldBatchNorms() local 81 TF_ASSERT_OK(root.ToGraphDef(&original_graph_def)); in TestFoldOldBatchNorms() 100 *(original_graph_def.mutable_node()->Add()) = batch_norm_node; in TestFoldOldBatchNorms() 101 original_graph_def.mutable_versions()->set_producer(8); in TestFoldOldBatchNorms() 104 TF_ASSERT_OK(original_session->Create(original_graph_def)); in TestFoldOldBatchNorms() 109 TF_ASSERT_OK(FoldOldBatchNorms(original_graph_def, {{}, {"output"}}, in TestFoldOldBatchNorms() 164 GraphDef original_graph_def; in TestFoldOldBatchNormsAfterDepthwiseConv2dNative() local 165 TF_ASSERT_OK(root.ToGraphDef(&original_graph_def)); in TestFoldOldBatchNormsAfterDepthwiseConv2dNative() 178 *(original_graph_def.mutable_node()->Add()) = batch_norm_node; in TestFoldOldBatchNormsAfterDepthwiseConv2dNative() 179 original_graph_def.mutable_versions()->set_producer(8); in TestFoldOldBatchNormsAfterDepthwiseConv2dNative() [all …]
|
D | fold_batch_norms_test.cc | 66 GraphDef original_graph_def; in TestFoldBatchNormsConv2D() local 67 TF_ASSERT_OK(root.ToGraphDef(&original_graph_def)); in TestFoldBatchNormsConv2D() 70 TF_ASSERT_OK(original_session->Create(original_graph_def)); in TestFoldBatchNormsConv2D() 76 FoldBatchNorms(original_graph_def, {{}, {"output"}}, &fused_graph_def)); in TestFoldBatchNormsConv2D() 117 GraphDef original_graph_def; in TestFoldBatchNormsDepthwiseConv2dNative() local 118 TF_ASSERT_OK(root.ToGraphDef(&original_graph_def)); in TestFoldBatchNormsDepthwiseConv2dNative() 121 TF_ASSERT_OK(original_session->Create(original_graph_def)); in TestFoldBatchNormsDepthwiseConv2dNative() 127 FoldBatchNorms(original_graph_def, {{}, {"output"}}, &fused_graph_def)); in TestFoldBatchNormsDepthwiseConv2dNative() 176 GraphDef original_graph_def; in TestFoldBatchNormsConv2DShared() local 177 TF_ASSERT_OK(root.ToGraphDef(&original_graph_def)); in TestFoldBatchNormsConv2DShared() [all …]
|
D | fuse_convolutions_test.cc | 75 GraphDef original_graph_def; in TestFuseResizePadAndConv() local 76 TF_ASSERT_OK(root.ToGraphDef(&original_graph_def)); in TestFuseResizePadAndConv() 79 TF_ASSERT_OK(original_session->Create(original_graph_def)); in TestFuseResizePadAndConv() 84 TF_ASSERT_OK(FuseResizePadAndConv(original_graph_def, {{}, {"output"}}, in TestFuseResizePadAndConv() 125 GraphDef original_graph_def; in TestFuseResizeAndConv() local 126 TF_ASSERT_OK(root.ToGraphDef(&original_graph_def)); in TestFuseResizeAndConv() 129 TF_ASSERT_OK(original_session->Create(original_graph_def)); in TestFuseResizeAndConv() 134 TF_ASSERT_OK(FuseResizeAndConv(original_graph_def, {{}, {"output"}}, in TestFuseResizeAndConv() 177 GraphDef original_graph_def; in TestFusePadAndConv() local 178 TF_ASSERT_OK(root.ToGraphDef(&original_graph_def)); in TestFusePadAndConv() [all …]
|
D | quantize_weights_test.cc | 42 GraphDef* original_graph_def) { in BuildGraphDef() argument 58 TF_ASSERT_OK(root.ToGraphDef(original_graph_def)); in BuildGraphDef() 62 GraphDef original_graph_def; in TestQuantizeWeights() local 71 &original_graph_def); in TestQuantizeWeights() 78 QuantizeWeights(original_graph_def, context, &quantized_graph_def)); in TestQuantizeWeights() 98 TF_ASSERT_OK(original_session->Create(original_graph_def)); in TestQuantizeWeights() 118 GraphDef original_graph_def; in TEST_F() local 127 &original_graph_def); in TEST_F() 133 QuantizeWeights(original_graph_def, context, &quantized_graph_def)); in TEST_F()
|
D | round_weights_test.cc | 62 GraphDef original_graph_def; in TestRoundWeights() local 63 TF_ASSERT_OK(root.ToGraphDef(&original_graph_def)); in TestRoundWeights() 66 TF_ASSERT_OK(original_session->Create(original_graph_def)); in TestRoundWeights() 72 RoundWeights(original_graph_def, {{}, {"output"}}, &rounded_graph_def)); in TestRoundWeights()
|
D | flatten_atrous_test.cc | 81 GraphDef original_graph_def; in TestFlattenAtrousConv() local 82 TF_ASSERT_OK(root.ToGraphDef(&original_graph_def)); in TestFlattenAtrousConv() 85 TF_ASSERT_OK(original_session->Create(original_graph_def)); in TestFlattenAtrousConv() 90 TF_ASSERT_OK(FlattenAtrousConv(original_graph_def, {{}, {"output"}}, in TestFlattenAtrousConv()
|
D | fold_constants_lib.cc | 46 Status ReplaceSendRecvs(const GraphDef& original_graph_def, in ReplaceSendRecvs() argument 68 for (const NodeDef& node : original_graph_def.node()) { in ReplaceSendRecvs()
|
D | fold_constants_test.cc | 38 Status ReplaceSendRecvs(const GraphDef& original_graph_def,
|
/external/tensorflow/tensorflow/python/tools/ |
D | optimize_for_inference_test.py | 160 original_graph_def = sess.graph_def 163 original_graph_def) 212 original_graph_def = sess.graph_def 215 original_graph_def) 242 original_graph_def = sess.graph_def 245 original_graph_def, ["output"]) 272 original_graph_def = sess.graph_def 275 original_graph_def, ["output"]) 302 original_graph_def = sess.graph_def 305 original_graph_def, ["output"])
|
/external/tensorflow/tensorflow/python/framework/ |
D | importer_test.py | 704 original_graph_def = self._MakeGraphDef(""" 713 original_graph_def, return_elements=["B"], name="imported_graph") 721 original_graph_def = self._MakeGraphDef(""" 732 a, b = importer.import_graph_def(original_graph_def, 741 original_graph_def = self._MakeGraphDef(""" 752 a, b = importer.import_graph_def(original_graph_def, 763 original_graph_def = self._MakeGraphDef(""" 784 a, b = importer.import_graph_def(original_graph_def, 802 a, b = importer.import_graph_def(original_graph_def, 818 a, b = importer.import_graph_def(original_graph_def, [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_execution_state.h | 116 const GraphDef& original_graph_def, 162 const GraphDef& original_graph_def() { return original_graph_def_; } in original_graph_def() function
|
D | direct_session.cc | 1237 execution_state_->original_graph_def().versions().producer(); in CreateExecutors() 1478 execution_state_->original_graph_def().library(), prune_options, in CreateGraphs() 1479 execution_state_->original_graph_def(), subgraph_options, in CreateGraphs()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_op_test_utils.cc | 117 const GraphDef& original_graph_def, const std::vector<string>& inputs, in FuseRemoteGraph() argument 120 original_graph_def, inputs, outputs, "remote_fused_graph_node_names", in FuseRemoteGraph()
|
D | i_remote_fused_graph_executor.h | 64 virtual Status FuseRemoteGraph(const GraphDef& original_graph_def,
|
D | remote_fused_graph_execute_op_test_utils.h | 76 Status FuseRemoteGraph(const GraphDef& original_graph_def,
|
D | remote_fused_graph_execute_op_test.cc | 217 Status FuseRemoteGraph(const GraphDef& original_graph_def, in FuseRemoteGraph() argument 221 *fused_graph_def = original_graph_def; in FuseRemoteGraph()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_control_wrapper.cc | 397 const GraphDef& original_graph_def, const std::vector<string>& inputs, in FuseRemoteGraph() argument 401 original_graph_def, HexagonOpsDefinitions::getInstance()); in FuseRemoteGraph() 405 original_graph_def, inputs, outputs, REMOTE_FUSED_GRAPH_NODE_NAME_PREFIX, in FuseRemoteGraph()
|
D | hexagon_control_wrapper.h | 51 Status FuseRemoteGraph(const GraphDef& original_graph_def,
|