Docs.rs
caffe2op-dataset-0.1.5-alpha.0
caffe2op-dataset 0.1.5-alpha.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
klebs6-x
Dependencies
caffe2-context ^0.1.5-alpha.0
normal
caffe2-imports ^0.1.5-alpha.0
normal
caffe2-operator ^0.1.5-alpha.0
normal
caffe2-serde ^0.1.5-alpha.0
normal
caffe2-tensor ^0.1.5-alpha.0
normal
caffe2-util ^0.1.5-alpha.0
normal
Versions
0%
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
☰
SharedTensorVectorPtrDeserializer
Methods
deserialize
Auto Trait Implementations
!RefUnwindSafe
!Send
!Sized
!Sync
!Unpin
!UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
In caffe2op_dataset
?
Struct
caffe2op_dataset
::
SharedTensorVectorPtrDeserializer
source
·
[
−
]
pub struct SharedTensorVectorPtrDeserializer { /* private fields */ }
Expand description
Implementations
§
source
§
impl
SharedTensorVectorPtrDeserializer
source
pub fn
deserialize
(&mut self, unused: &BlobProto, blob:
*mut
Blob
)
Auto Trait Implementations
§
§
impl !
RefUnwindSafe
for
SharedTensorVectorPtrDeserializer
§
impl !
Send
for
SharedTensorVectorPtrDeserializer
§
impl !
Sized
for
SharedTensorVectorPtrDeserializer
§
impl !
Sync
for
SharedTensorVectorPtrDeserializer
§
impl !
Unpin
for
SharedTensorVectorPtrDeserializer
§
impl !
UnwindSafe
for
SharedTensorVectorPtrDeserializer
Blanket Implementations
§
source
§
impl<T>
Any
for T
where T: 'static + ?
Sized
,
source
§
fn
type_id
(&self) ->
TypeId
Gets the
TypeId
of
self
.
Read more
source
§
impl<T>
Borrow
<T> for T
where T: ?
Sized
,
const:
unstable
·
source
§
fn
borrow
(&self) ->
&T
Immutably borrows from an owned value.
Read more
source
§
impl<T>
BorrowMut
<T> for T
where T: ?
Sized
,
const:
unstable
·
source
§
fn
borrow_mut
(&mut self) ->
&mut T
Mutably borrows from an owned value.
Read more