Struct tensorflow::ops::RngReadAndSkip
source · [−]pub struct RngReadAndSkip { /* private fields */ }
Expand description
Builder for the RngReadAndSkip
operation.
Implementations
sourceimpl 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
sourceimpl Debug for RngReadAndSkip
impl Debug for RngReadAndSkip
sourceimpl Default for RngReadAndSkip
impl Default for RngReadAndSkip
sourcefn 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
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