Esempio n. 1
0
def _tensor_dict_to_tensorinfo(tensor_dict):
  return {key: utils_impl.build_tensor_info_internal(value)
          for key, value in tensor_dict.items()}
Esempio n. 2
0
def _tensor_dict_to_tensorinfo(tensor_dict):
  return {key: utils_impl.build_tensor_info_internal(value)
          for key, value in tensor_dict.items()}