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