Struct tensorflow::ops::DenseToDenseSetOperation
source · [−]pub struct DenseToDenseSetOperation { /* private fields */ }
Expand description
Builder for the DenseToDenseSetOperation
operation.
Implementations
sourceimpl DenseToDenseSetOperation
impl DenseToDenseSetOperation
sourcepub fn set_operation<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn set_operation<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the set_operation
attribute.
sourcepub fn validate_indices<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn validate_indices<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the validate_indices
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,
set1: O0,
set2: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
set1: O0,
set2: O1,
scope: &mut Scope
) -> Result<Operation>
Builds the DenseToDenseSetOperation
operation.
sourcepub fn build_instance(
&self,
set1: Output,
set2: Output,
scope: &mut Scope
) -> Result<DenseToDenseSetOperationInst>
pub fn build_instance(
&self,
set1: Output,
set2: Output,
scope: &mut Scope
) -> Result<DenseToDenseSetOperationInst>
Builds a new instance of ‘DenseToDenseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Debug for DenseToDenseSetOperation
impl Debug for DenseToDenseSetOperation
sourceimpl Default for DenseToDenseSetOperation
impl Default for DenseToDenseSetOperation
sourcefn default() -> DenseToDenseSetOperation
fn default() -> DenseToDenseSetOperation
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DenseToDenseSetOperation
impl Send for DenseToDenseSetOperation
impl Sync for DenseToDenseSetOperation
impl Unpin for DenseToDenseSetOperation
impl UnwindSafe for DenseToDenseSetOperation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more