Struct tensorflow::eager::raw_ops::PartitionedCall
source · pub struct PartitionedCall { /* private fields */ }
Expand description
PartitionedCall
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/PartitionedCall
Implementations§
source§impl PartitionedCall
impl PartitionedCall
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 partitioned_call.
Trait Implementations§
source§impl Clone for PartitionedCall
impl Clone for PartitionedCall
source§fn clone(&self) -> PartitionedCall
fn clone(&self) -> PartitionedCall
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 PartitionedCall
impl Debug for PartitionedCall
Auto Trait Implementations§
impl RefUnwindSafe for PartitionedCall
impl Send for PartitionedCall
impl Sync for PartitionedCall
impl Unpin for PartitionedCall
impl UnwindSafe for PartitionedCall
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