Home
last modified time | relevance | path

Searched refs:graph_transforms (Results 1 – 25 of 78) sorted by relevance

1234

/external/tensorflow/tensorflow/contrib/cmake/
Dtf_tools.cmake41 "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/*.h"
42 "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/*.cc"
46 "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/*test*.h"
47 "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/*test*.cc"
48 "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/compare_graphs.cc"
49 "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/summarize_graph_main.cc"
50 "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/transform_graph_main.cc"
64 "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/transform_graph_main.cc"
86 "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/summarize_graph_main.cc"
108 "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/compare_graphs.cc"
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_test.cc35 namespace graph_transforms { namespace
166 graph_transforms::TransformFuncContext context; in TestPreserveOutputShapes()
177 graph_transforms::TransformFuncContext context) { in TestConstantFolding()
191 graph_transforms::FoldConstants(graph_def, context, &folded_graph_def)); in TestConstantFolding()
249 TF_ASSERT_OK(graph_transforms::ReplaceSendRecvs( in TestReplaceSendRecvs()
254 graph_transforms::MapNamesToNodes(result_graph_def, &node_map); in TestReplaceSendRecvs()
283 TF_ASSERT_OK(graph_transforms::ReplaceSendRecvs( in TestReplaceSendRecvsPrefixNames()
288 graph_transforms::MapNamesToNodes(result_graph_def, &node_map); in TestReplaceSendRecvsPrefixNames()
320 TF_ASSERT_OK(graph_transforms::RemoveUnusedNodes( in TestRemoveUnusedNodes()
324 graph_transforms::MapNamesToNodes(result_graph_def, &node_map); in TestRemoveUnusedNodes()
[all …]
Dcompare_graphs.cc36 namespace graph_transforms { namespace
79 return tensorflow::graph_transforms::ParseFlagsAndCompareGraphs(argc, argv); in main()
Dtransform_graph_main.cc51 return tensorflow::graph_transforms::ParseFlagsAndTransformGraph(argc, argv, in main()
Dfile_utils.h23 namespace graph_transforms {
Dsort_by_execution_order.cc27 namespace graph_transforms { namespace
DREADME.md79 bazel build tensorflow/tools/graph_transforms:transform_graph
80 bazel-bin/tensorflow/tools/graph_transforms/transform_graph \
110 …tps://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/graph_transforms/summarize_gra…
117 bazel build tensorflow/tools/graph_transforms:summarize_graph
118 bazel-bin/tensorflow/tools/graph_transforms/summarize_graph --in_graph=tensorflow_inception_graph.pb
139 bazel build tensorflow/tools/graph_transforms:transform_graph
140 bazel-bin/tensorflow/tools/graph_transforms/transform_graph \
179 bazel build tensorflow/tools/graph_transforms:transform_graph
180 bazel-bin/tensorflow/tools/graph_transforms/transform_graph \
213 bazel build tensorflow/tools/graph_transforms:transform_graph
[all …]
Dfold_constants_lib.h24 namespace graph_transforms {
Dadd_default_attributes.cc21 namespace graph_transforms { namespace
Dremove_device.cc27 namespace graph_transforms { namespace
Dremove_control_dependencies.cc20 namespace graph_transforms { namespace
Dtransform_graph.h26 namespace graph_transforms {
Dset_device.cc20 namespace graph_transforms { namespace
Dfile_utils.cc21 namespace graph_transforms { namespace
Drename_op.cc27 namespace graph_transforms { namespace
Dtransform_utils.h32 namespace graph_transforms {
285 static tensorflow::graph_transforms::TransformRegistrar \
Dremove_attribute.cc27 namespace graph_transforms { namespace
Dtransform_graph_test.cc32 namespace graph_transforms { namespace
113 graph_transforms::MapNamesToNodes(out_graph_def, &out_node_map); in TestConstantFolding()
Drename_attribute.cc27 namespace graph_transforms { namespace
Dadd_default_attributes_test.cc29 namespace graph_transforms { namespace
Dfile_utils_test.cc29 namespace graph_transforms { namespace
/external/tensorflow/tensorflow/python/util/
Dtransform_graph.i49 tensorflow::graph_transforms::TransformParameters params_list; in TransformGraphWithStringInputs()
51 tensorflow::graph_transforms::ParseTransformParameters( in TransformGraphWithStringInputs()
62 tensorflow::graph_transforms::TransformGraph( in TransformGraphWithStringInputs()
/external/tensorflow/tensorflow/contrib/meta_graph_transform/
DBUILD31 "//tensorflow/tools/graph_transforms:transform_graph_py",
52 "//tensorflow/tools/graph_transforms:transform_graph_py",
/external/tensorflow/tensorflow/core/kernels/hexagon/
DBUILD93 "//tensorflow/tools/graph_transforms:transform_utils",
114 "//tensorflow/tools/graph_transforms:transform_utils",
Dhexagon_rewriter_transform.cc39 namespace graph_transforms { namespace

1234