Struct tensorflow::eager::raw_ops::ImportEvent
source · pub struct ImportEvent { /* private fields */ }
Expand description
ImportEvent
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ImportEvent
Implementations§
source§impl ImportEvent
impl ImportEvent
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
writer: &T0,
event: &T1
) -> Result<()>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, writer: &T0, event: &T1 ) -> Result<()>
Execute import_event.
Trait Implementations§
source§impl Clone for ImportEvent
impl Clone for ImportEvent
source§fn clone(&self) -> ImportEvent
fn clone(&self) -> ImportEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ImportEvent
impl Debug for ImportEvent
Auto Trait Implementations§
impl RefUnwindSafe for ImportEvent
impl Send for ImportEvent
impl Sync for ImportEvent
impl Unpin for ImportEvent
impl UnwindSafe for ImportEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more