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
☰
IndexSerializer
Methods
do_store
serialize
Auto Trait Implementations
!RefUnwindSafe
!Send
!Sized
!Sync
!Unpin
!UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
In caffe2op_index
?
Struct
caffe2op_index
::
IndexSerializer
source
·
[
−
]
pub struct IndexSerializer { /* private fields */ }
Implementations
§
source
§
impl
IndexSerializer
source
pub fn
serialize
( &mut self, pointer:
*const
c_void
, type_meta:
TypeMeta
, name: &
String
, acceptor:
SerializationAcceptor
)
source
pub fn
do_store
<T>(&mut self, base: &
Box
<
IndexBase
>, tensor_out:
*mut
Tensor
)
Auto Trait Implementations
§
§
impl !
RefUnwindSafe
for
IndexSerializer
§
impl !
Send
for
IndexSerializer
§
impl !
Sized
for
IndexSerializer
§
impl !
Sync
for
IndexSerializer
§
impl !
Unpin
for
IndexSerializer
§
impl !
UnwindSafe
for
IndexSerializer
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