Function tensorflow::ops::sobol_sample
source · pub fn sobol_sample<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
dim: O0,
num_results: O1,
skip: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SobolSample::new().build(dim, num_results, skip, scope)
.