pub struct RaggedGather { /* private fields */ }
Expand description
Builder for the RaggedGather
operation.
Implementations§
Source§impl RaggedGather
impl RaggedGather
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 Tindices<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Tindices<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Tindices
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 PARAMS_RAGGED_RANK<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn PARAMS_RAGGED_RANK<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the PARAMS_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 add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for RaggedGather
impl Debug for RaggedGather
Source§impl Default for RaggedGather
impl Default for RaggedGather
Source§fn default() -> RaggedGather
fn default() -> RaggedGather
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RaggedGather
impl RefUnwindSafe for RaggedGather
impl Send for RaggedGather
impl Sync for RaggedGather
impl Unpin for RaggedGather
impl UnwindSafe for RaggedGather
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