MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / strip

Method strip

tensorflow/python/tools/strip_unused_test.py:65–70  ·  view source on GitHub ↗
(input_node_names)

Source from the content-addressed store, hash-verified

63 output_graph_path = os.path.join(self.get_temp_dir(), output_graph_name)
64
65 def strip(input_node_names):
66 strip_unused_lib.strip_unused_from_files(input_graph_path, input_binary,
67 output_graph_path, output_binary,
68 input_node_names,
69 output_node_names,
70 dtypes.float32.as_datatype_enum)
71
72 with self.assertRaises(KeyError):
73 strip("does_not_exist")

Callers 15

run_shellFunction · 0.80
get_varFunction · 0.80
tensor_name_to_node_nameFunction · 0.80
check_inputsFunction · 0.80
manual_joinFunction · 0.80
split_testFunction · 0.80
split_by_user.pyFile · 0.80
generate_voc.pyFile · 0.80
local_aggretor.pyFile · 0.80
manual_joinFunction · 0.80
split_testFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected