Home
last modified time | relevance | path

Searched refs:find_all_hinted_output_nodes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dutil.py32 from tensorflow.lite.python.op_hint import find_all_hinted_output_nodes
300 hinted_outputs_nodes = find_all_hinted_output_nodes(sess)
H A Dconvert_test.py388 hinted_outputs_nodes = op_hint.find_all_hinted_output_nodes(sess)
H A Dop_hint.py1245 def find_all_hinted_output_nodes(session=None, graph_def=None): function