Struct tensorflow::eager::raw_ops::RaggedTensorFromVariant
source · pub struct RaggedTensorFromVariant { /* private fields */ }
Expand description
RaggedTensorFromVariant
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/RaggedTensorFromVariant
Implementations§
source§impl RaggedTensorFromVariant
impl RaggedTensorFromVariant
sourcepub fn input_ragged_rank<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn input_ragged_rank<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the input_ragged_rank
attribute.
sourcepub fn output_ragged_rank<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn output_ragged_rank<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the output_ragged_rank
attribute.
sourcepub fn Tvalues<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Tvalues<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Tvalues
attribute.
sourcepub fn Tsplits<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Tsplits<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Tsplits
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,
encoded_ragged: &T0
) -> Result<[TensorHandle<'a>; 2]>
pub fn call<'a, T0: ToTensorHandle<'a>>( &self, ctx: &'a Context, encoded_ragged: &T0 ) -> Result<[TensorHandle<'a>; 2]>
Execute ragged_tensor_from_variant.
Trait Implementations§
source§impl Clone for RaggedTensorFromVariant
impl Clone for RaggedTensorFromVariant
source§fn clone(&self) -> RaggedTensorFromVariant
fn clone(&self) -> RaggedTensorFromVariant
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 RaggedTensorFromVariant
impl Debug for RaggedTensorFromVariant
Auto Trait Implementations§
impl RefUnwindSafe for RaggedTensorFromVariant
impl Send for RaggedTensorFromVariant
impl Sync for RaggedTensorFromVariant
impl Unpin for RaggedTensorFromVariant
impl UnwindSafe for RaggedTensorFromVariant
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