Struct tensorflow::ops::AssignVariableXlaConcatND
source · pub struct AssignVariableXlaConcatND { /* private fields */ }
Expand description
Builder for the AssignVariableXlaConcatND
operation.
Implementations§
source§impl AssignVariableXlaConcatND
impl AssignVariableXlaConcatND
sourcepub fn num_concats<ArgType: Into<Vec<i64>>>(self, value: ArgType) -> Self
pub fn num_concats<ArgType: Into<Vec<i64>>>(self, value: ArgType) -> Self
Sets the num_concats
attribute.
sourcepub fn paddings<ArgType: Into<Vec<i64>>>(self, value: ArgType) -> Self
pub fn paddings<ArgType: Into<Vec<i64>>>(self, value: ArgType) -> Self
Sets the paddings
attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
resource: O0,
inputs: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>( &self, resource: O0, inputs: O1, scope: &mut Scope ) -> Result<Operation>
Builds the AssignVariableXlaConcatND
operation.
sourcepub fn build_instance(
&self,
resource: Output,
inputs: Vec<Output>,
scope: &mut Scope
) -> Result<AssignVariableXlaConcatNDInst>
pub fn build_instance( &self, resource: Output, inputs: Vec<Output>, scope: &mut Scope ) -> Result<AssignVariableXlaConcatNDInst>
Builds a new instance of ‘AssignVariableXlaConcatND’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for AssignVariableXlaConcatND
impl Debug for AssignVariableXlaConcatND
source§impl Default for AssignVariableXlaConcatND
impl Default for AssignVariableXlaConcatND
source§fn default() -> AssignVariableXlaConcatND
fn default() -> AssignVariableXlaConcatND
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AssignVariableXlaConcatND
impl Send for AssignVariableXlaConcatND
impl Sync for AssignVariableXlaConcatND
impl Unpin for AssignVariableXlaConcatND
impl UnwindSafe for AssignVariableXlaConcatND
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