Struct tensorflow::eager::raw_ops::Unbatch
source · pub struct Unbatch { /* private fields */ }
Expand description
Implementations§
source§impl Unbatch
impl Unbatch
sourcepub fn timeout_micros<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn timeout_micros<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the timeout_micros
attribute.
sourcepub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the container
attribute.
Sets the shared_name
attribute.
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>, T2: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
batched_tensor: &T0,
batch_index: &T1,
id: &T2
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>( &self, ctx: &'a Context, batched_tensor: &T0, batch_index: &T1, id: &T2 ) -> Result<TensorHandle<'a>>
Execute unbatch.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Unbatch
impl Send for Unbatch
impl Sync for Unbatch
impl Unpin for Unbatch
impl UnwindSafe for Unbatch
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