We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d886107 commit da17267Copy full SHA for da17267
onnxruntime/src/session.rs
@@ -235,7 +235,7 @@ impl SessionBuilder {
235
/// Load an ONNX graph from memory and commit the session
236
pub fn with_model_from_memory<B>(self, model_bytes: B) -> Result<Session>
237
where
238
- B: AsRef<[u8]>
+ B: AsRef<[u8]>,
239
{
240
self.with_model_from_memory_monomorphized(model_bytes.as_ref())
241
}
0 commit comments