MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _tensor_dict_to_tensorinfo

Function _tensor_dict_to_tensorinfo

tensorflow/python/saved_model/save.py:305–307  ·  view source on GitHub ↗
(tensor_dict)

Source from the content-addressed store, hash-verified

303
304
305def _tensor_dict_to_tensorinfo(tensor_dict):
306 return {key: utils_impl.build_tensor_info_internal(value)
307 for key, value in tensor_dict.items()}
308
309
310def _map_captures_to_created_tensors(

Callers 1

_generate_signaturesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected