Docs.rs
caffe2op-index-0.1.5-alpha.0
caffe2op-index 0.1.5-alpha.0
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
klebs6-x
Dependencies
caffe2-blob ^0.1.5-alpha.0
normal
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
☰
IndexDeserializer
Methods
deserialize
do_load
Auto Trait Implementations
!RefUnwindSafe
!Send
!Sized
!Sync
!Unpin
!UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
In caffe2op_index
?
Struct
caffe2op_index
::
IndexDeserializer
source
·
[
−
]
pub struct IndexDeserializer { /* private fields */ }
Implementations
§
source
§
impl
IndexDeserializer
source
pub fn
deserialize
(&mut self, proto: &BlobProto, blob:
*mut
Blob
)
source
pub fn
do_load
<T>( &mut self, base:
*mut
Box
<
IndexBase
>, max_elements:
i64
, tensor_in: &
Tensor
)
Auto Trait Implementations
§
§
impl !
RefUnwindSafe
for
IndexDeserializer
§
impl !
Send
for
IndexDeserializer
§
impl !
Sized
for
IndexDeserializer
§
impl !
Sync
for
IndexDeserializer
§
impl !
Unpin
for
IndexDeserializer
§
impl !
UnwindSafe
for
IndexDeserializer
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