Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RandomUniform (0.19 sec)

  1. 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,
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Jul 20 22:08:54 GMT 2023
    - 63.6K bytes
    - Viewed (6)
  2. RELEASE.md

            for more details.
    *   Add C, C++, and Python functions for querying kernels.
    
    ## Breaking Changes
    
    *   Keras:
        *   The default values for tf.keras `RandomUniform`, `RandomNormal`, and
            `TruncatedNormal` initializers have been changed to match those in
            external Keras.
        *   Breaking change: `model.get_config()` on a Sequential model now returns
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top