Home
last modified time | relevance | path

Searched refs:min_graph_nodes (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/grappler/
Dtf_optimizer_test.py51 rewriter_config.min_graph_nodes = -1
78 rewriter_config.min_graph_nodes = -1
123 rewriter_config.min_graph_nodes = -1
Dmemory_optimizer_test.py85 min_graph_nodes=-1))
143 min_graph_nodes=-1,
171 min_graph_nodes=-1,
314 min_graph_nodes=-1,
Dremapper_test.py66 rewrite_config.min_graph_nodes = -1
Dlayout_optimizer_test.py156 rewrite_options.min_graph_nodes = -1
2073 min_graph_nodes=-1))
2091 min_graph_nodes=-1))
Dauto_mixed_precision_test.py252 rewrite_config.min_graph_nodes = -1
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dtest_util.py41 config_proto.graph_options.rewrite_options.min_graph_nodes = -1
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc749 int min_graph_nodes = cfg_.min_graph_nodes() == 0 ? kDefaultMinGraphNodes in OptimizeGraph() local
750 : cfg_.min_graph_nodes(); in OptimizeGraph()
751 if (item.graph.node_size() < min_graph_nodes) { in OptimizeGraph()
752 VLOG(3) << "Skipping optimization, graph has less than " << min_graph_nodes in OptimizeGraph()
807 if (optimized_graph->node_size() < min_graph_nodes) { in OptimizeGraph()
810 << " < " << min_graph_nodes << ")"; in OptimizeGraph()
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dutils.py47 rewriter_config.min_graph_nodes = -1
Dtrt_convert.py966 rewrite_options.min_graph_nodes = -1 # do not skip small graphs
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_graph_reconstruction_test.py44 min_graph_nodes=-1)
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_aot_compile.py428 rewrite_options.min_graph_nodes = -1 # do not skip small graphs
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1137 config.graph_options.rewrite_options.min_graph_nodes = nodes
1788 if rewrite_options.min_graph_nodes != 0:
1789 options["min_graph_nodes"] = rewrite_options.min_graph_nodes
Dfunction_test.py2943 rewrites.min_graph_nodes = -1
/external/tensorflow/tensorflow/core/protobuf/
Drewriter_config.proto142 int32 min_graph_nodes = 17; field
/external/tensorflow/tensorflow/python/framework/
Dconvert_to_constants.py1047 rewrite_options.min_graph_nodes = -1 # do not skip small graphs
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer_test.py712 config.graph_options.rewrite_options.min_graph_nodes = -1
/external/tensorflow/tensorflow/python/client/
Dsession_test.py2104 sess._config.graph_options.rewrite_options.min_graph_nodes, -1)