- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for random_uniform (0.41 sec)
-
RELEASE.md
operations to delegate instead of SDK version. * `tf.random`: * Various random number generation improvements: * Add a fast path for default `random_uniform` * `random_seed` documentation improvement. * `RandomBinomial` broadcasts and appends the sample shape to the left rather than the right.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
tensorflow/c/c_api_function_test.cc
TF_Tensor* tensor_shape = Int32Tensor({37, 1}); TF_Operation* shape = Const(tensor_shape, func_graph.get(), s.get(), "shape"); TF_Operation* random = RandomUniform(shape, TF_FLOAT, func_graph.get(), s.get()); TF_Output outputs[] = {{random, 0}}; *func = TF_GraphToFunction(func_graph.get(), name, /*append_hash_to_fn_name=*/false, -1,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Jul 20 22:08:54 UTC 2023 - 63.6K bytes - Viewed (0)