(tensor_dict)
| 303 | |
| 304 | |
| 305 | def _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 | |
| 310 | def _map_captures_to_created_tensors( |
no outgoing calls
no test coverage detected