Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BaseUnitsForType (0.16 sec)

  1. tensorflow/cc/framework/gradient_checker.cc

    // performance becomes an issue.
    
    // BaseUnitsForType provides a list of typed unit values for each basis in the
    // requested type.
    // When T is real,
    // BaseUnitsForType<T>::values() is just a single-entry vector [1]
    // When T is complex,
    // BaseUnitsForType<T>::values() is a two-entry vector [1, i] - the unit
    // values in each of its two bases.
    template <typename T>
    struct BaseUnitsForType {};  // Specializations below
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top