Searched refs:_tensor_name (Results 1 – 2 of 2) sorted by relevance
34 from tensorflow.lite.python.convert import tensor_name as _tensor_name unknown265 "invalid shape '{1}'.".format(_tensor_name(tensor), shape_list))684 "'{0}'.".format(_tensor_name(tensor)))690 "invalid shape '{1}'.".format(_tensor_name(tensor), shape_list))784 return [_tensor_name(tensor) for tensor in self._input_tensors]902 output_arrays = [_tensor_name(tensor) for tensor in output_tensors]
45 def _tensor_name(node_name): function64 sess.graph.get_tensor_by_name(_tensor_name(node.name)))