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.json under path and loads all tensors listed in Golden.inputs.
Parameters:
path (str) -- Directory containing model.json and dumped .npy files.
Returns:
status -- Status.OK on success.
Return type:
Raises:
RuntimeError -- If loading fails with a non-OK status.