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