runmat-runtime 0.6.0

Core runtime for RunMat with builtins, BLAS/LAPACK integration, and execution APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "title": "h5disp",
  "category": "io/hdf5",
  "keywords": ["h5disp", "hdf5", "metadata", "display", "dataset", "group", "file", "io"],
  "summary": "Return a textual summary of an HDF5 file, group, or dataset.",
  "gpu_support": {"elementwise": false, "reduction": false, "precisions": [], "broadcasting": "none", "notes": "Display traversal is host file I/O."},
  "fusion": {"elementwise": false, "reduction": false, "max_inputs": 0, "constants": "inline"},
  "requires_feature": null,
  "tested": {"unit": "builtins::io::hdf5::tests::h5writeatt_h5info_and_h5disp_report_metadata", "integration": null},
  "description": "`h5disp(filename)` and `h5disp(filename, location)` return deterministic textual HDF5 metadata summaries.",
  "behaviors": ["Lists groups, datasets, shapes, datatypes, and attributes.", "RunMat returns the display text as a string."],
  "source": {"label": "`crates/runmat-runtime/src/builtins/io/hdf5.rs`", "url": "https://github.com/runmat-org/runmat/blob/main/crates/runmat-runtime/src/builtins/io/hdf5.rs"}
}