Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for alpha (0.15 sec)

  1. tensorflow/c/c_api_function_test.cc

    // DataType value of DT_INVALID signifies that we don't want to
    // check the data type.
    typedef std::pair<string, DataType> IOSpec;
    
    const char* kFeedStackToString = "File \"feed.cc\", line 10, in alpha";
    const char* kNegStackToString = "File \"neg.cc\", line 15, in beta";
    
    std::vector<IOSpec> M(const std::initializer_list<string>& names) {
      std::vector<IOSpec> v;
      for (const string& name : names) {
    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

    *   Make the Bigtable client connection pool configurable & increase the
        default # of connections for performance.
    *   Added derivative of `tf.random_gamma` with respect to the alpha parameter.
    *   Added derivative of `tf.igamma(a, x)` and `tf.igammac(a, x)` with respect to
        a.
    *   Modified Bessel functions of order zero and one.
    *   Add FillTriangular Bijector to create triangular matrices.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top