Struct tensorflow::eager::raw_ops::StatefulPartitionedCall
source · pub struct StatefulPartitionedCall { /* private fields */ }
Expand description
StatefulPartitionedCall
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StatefulPartitionedCall
Implementations§
source§impl StatefulPartitionedCall
impl StatefulPartitionedCall
sourcepub fn Tout<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
pub fn Tout<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
Sets the Tout
attribute.
sourcepub fn config_proto<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn config_proto<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the config_proto
attribute.
sourcepub fn executor_type<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn executor_type<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the executor_type
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>>(
&self,
ctx: &'a Context,
args: &T0
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>>( &self, ctx: &'a Context, args: &T0 ) -> Result<TensorHandle<'a>>
Execute stateful_partitioned_call.
Trait Implementations§
source§impl Clone for StatefulPartitionedCall
impl Clone for StatefulPartitionedCall
source§fn clone(&self) -> StatefulPartitionedCall
fn clone(&self) -> StatefulPartitionedCall
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 StatefulPartitionedCall
impl Debug for StatefulPartitionedCall
Auto Trait Implementations§
impl RefUnwindSafe for StatefulPartitionedCall
impl Send for StatefulPartitionedCall
impl Sync for StatefulPartitionedCall
impl Unpin for StatefulPartitionedCall
impl UnwindSafe for StatefulPartitionedCall
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