Struct tensorflow::ops::CacheDatasetV2Inst
source · [−]pub struct CacheDatasetV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘CacheDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built CacheDatasetV2 Operation in a Tensorflow graph.
Implementations
sourceimpl CacheDatasetV2Inst
impl CacheDatasetV2Inst
Trait Implementations
sourceimpl Clone for CacheDatasetV2Inst
impl Clone for CacheDatasetV2Inst
sourcefn clone(&self) -> CacheDatasetV2Inst
fn clone(&self) -> CacheDatasetV2Inst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CacheDatasetV2Inst
impl Debug for CacheDatasetV2Inst
sourceimpl From<CacheDatasetV2Inst> for Operation
impl From<CacheDatasetV2Inst> for Operation
sourcefn from(inst: CacheDatasetV2Inst) -> Operation
fn from(inst: CacheDatasetV2Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for CacheDatasetV2Inst
impl Send for CacheDatasetV2Inst
impl Sync for CacheDatasetV2Inst
impl Unpin for CacheDatasetV2Inst
impl UnwindSafe for CacheDatasetV2Inst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more