import_nvbench
Import NVBench JSON and its referenced sidecars as an atomic bundle, verifying each sidecar's byte length matches the declared float32 size.
Instructions
Import an NVBench JSON and its provider-declared sidecars as one atomic bundle.
Parses the primary JSON first to discover which sidecar files the
document references. Only those files are imported — no arbitrary
sibling files are accepted. Each sidecar's expected byte length is
bound to ``declared_size * 4`` (float32) and verified after import.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | NVBench --json output path within the selected bounded root. | |
| sensitivity | Yes | ||
| source_root | No | project | |
| expected_sha256 | No | Declared SHA-256 digest of the JSON file (with or without sha256: prefix). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||