Searched refs:find_all_hinted_output_nodes (Results 1 – 3 of 3) sorted by relevance
32 from tensorflow.lite.python.op_hint import find_all_hinted_output_nodes300 hinted_outputs_nodes = find_all_hinted_output_nodes(sess)
388 hinted_outputs_nodes = op_hint.find_all_hinted_output_nodes(sess)
1245 def find_all_hinted_output_nodes(session=None, graph_def=None): function