Home
last modified time | relevance | path

Searched refs:sobol_sample (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dsobol_ops_test.py35 sample = self.evaluate(math_ops.sobol_sample(2, 4, dtype=dtype))
40 sample = math_ops.sobol_sample(5, 31, dtype=dtype)
79 sample_noskip = math_ops.sobol_sample(dim, n + skip, dtype=dtype)
80 sample_skip = math_ops.sobol_sample(dim, n, skip, dtype=dtype)
86 s = math_ops.sobol_sample(10, 100, dtype=np.float32)
94 s = math_ops.sobol_sample(dim, 100, dtype=dtypes.float32)
105 s = math_ops.sobol_sample(10, num_results, dtype=dtypes.float32)
117 s = math_ops.sobol_sample(dim, num_results, dtype=dtypes.float32)
124 s = math_ops.sobol_sample(10, 100, dtype=dtypes.float32)
130 s = math_ops.sobol_sample(10, 100)
Dmath_ops.py5106 def sobol_sample(dim, num_results, skip=0, dtype=dtypes.float32, name=None): function
5126 return gen_math_ops.sobol_sample(dim, num_results, skip, dtype=dtype)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.math.pbtxt432 name: "sobol_sample"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.math.pbtxt432 name: "sobol_sample"
/external/tensorflow/
DRELEASE.md1411 * Add `tf.math.sobol_sample` op.