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