Docs.rs
wasmedge_tensorflow_interface-0.3.0
wasmedge_tensorflow_interface 0.3.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
q82419
Dependencies
Versions
1.05%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
get_output_tensor
wasmedge_
tensorflow_
interface
0.3.0
wasmedge_tensorflow_interface
Function
get_
output_
tensor
Copy item path
Source
pub unsafe fn get_output_tensor( session:
Session
, name: &
str
, ) ->
Result
<
Tensor
,
WasmedgeTfErrno
>