load_dump_input
- Module.load_dump_input(path)
Loads dumped input tensors from a DumpInOut directory and sets them into the current module.
This API reads
model.jsonunderpathand loads all tensors listed inGolden.inputs.- Parameters:
path (str) -- Directory containing
model.jsonand dumped.npyfiles.- Returns:
status --
Status.OKon success.- Return type:
- Raises:
RuntimeError -- If loading fails with a non-OK status.