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