Searched refs:sobol_sample (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | sobol_ops_test.py | 35 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)
|
D | math_ops.py | 5106 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/ |
D | tensorflow.math.pbtxt | 432 name: "sobol_sample"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.math.pbtxt | 432 name: "sobol_sample"
|
/external/tensorflow/ |
D | RELEASE.md | 1411 * Add `tf.math.sobol_sample` op.
|