export_to_json

Function export_to_json 

Source
pub fn export_to_json(output: &Tensor) -> Result<String>
Expand description

Export a tensor’s computational graph to ONNX JSON string

Use this when file system access is not available (e.g. WASM).