Searched refs:get_tensors_from_tensor_names (Results 1 – 4 of 4) sorted by relevance
139 tensors = util.get_tensors_from_tensor_names(graph, user_tensor_names)
160 tensors = util.get_tensors_from_tensor_names(sess.graph, ["Placeholder"])171 util.get_tensors_from_tensor_names(sess.graph, ["invalid-input"])
130 def get_tensors_from_tensor_names(graph, tensor_names): function
63 from tensorflow.lite.python.util import get_tensors_from_tensor_names as _get_tensors_from_tensor_n…