pub fn build_model_substrate(
geometry: &[Tensor10D],
safetensor_src: &[u8],
) -> Result<(Vec<u8>, TranscodeReport), String>Expand description
End-to-end (Gate A): transcode safetensor_src → co-locate it with a renderable geometry
manifold in ONE substrate. Returns (substrate, transcode_report).