/external/tensorflow/tensorflow/python/tools/ |
D | strip_unused_lib.py | 32 def strip_unused(input_graph_def, input_node_names, output_node_names, argument 91 output_binary, input_node_names, output_node_names, argument
|
D | optimize_for_inference_lib.py | 89 def optimize_for_inference(input_graph_def, input_node_names, output_node_names, argument 372 def fuse_resize_and_conv(input_graph_def, output_node_names): argument
|
D | freeze_graph.py | 80 output_node_names, argument 292 output_node_names, argument
|
/external/tensorflow/tensorflow/contrib/model_pruning/python/ |
D | strip_pruning_vars_lib.py | 74 def strip_pruning_vars_fn(input_graph_def, output_node_names): argument 113 def graph_def_from_checkpoint(checkpoint_dir, output_node_names): argument
|
D | strip_pruning_vars.py | 43 def strip_pruning_vars(checkpoint_dir, output_node_names, output_dir, filename): argument
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_graph_execution_test.cc | 306 std::vector<string> output_node_names; in RunFusedGraph() local 413 std::vector<string> output_node_names = {"softmax"}; in TEST() local 446 std::vector<string> output_node_names = {"softmax"}; in TEST() local 480 std::vector<string> output_node_names = {"softmax"}; in TEST() local 549 std::vector<string> output_node_names = {"softmax"}; in TEST() local
|
D | graph_transferer_test.cc | 307 const std::vector<string> output_node_names = {NAME_A_PLUS_B}; in TEST_F() local 318 const std::vector<string> output_node_names = {"softmax"}; in TEST_F() local 344 const std::vector<string> output_node_names = {"softmax"}; in TEST_F() local 379 std::vector<string> output_node_names = {}; in TEST() local 442 std::vector<string> output_node_names = {}; in TEST() local
|
D | graph_transferer.cc | 95 const std::vector<string>& output_node_names, in LoadGraphFromProto() 202 const std::vector<string>& output_node_names, const bool is_text_proto, in LoadGraphFromProtoFile() 240 void GraphTransferer::SortParams(const std::vector<string>& output_node_names) { in SortParams() 425 const std::vector<string>& output_node_names) { in RegisterNode() 843 const std::vector<string>& output_node_names) { in RegisterNodeIfAllInputsAreCached()
|
/external/tensorflow/tensorflow/python/framework/ |
D | graph_util_impl.py | 223 output_node_names, argument
|
/external/tensorflow/tensorflow/contrib/meta_graph_transform/ |
D | meta_graph_transform.py | 350 def _freeze_graph_with_def_protos(input_graph_def, output_node_names, argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.cc | 204 const std::vector<string>& output_node_names, const bool initialize_by_zero, in DryRunInference() 275 std::vector<string> output_node_names; in DryRunInferenceForAllNode() local 338 const std::vector<string>& output_node_names, in ConvertToTensorShapeMap()
|