Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnionAccess (0.11 sec)

  1. tensorflow/cc/experimental/libtf/value.h

      ///         contain a value of type `T`, the program terminates via a call to
      ///         `assert`.
      template <typename T>
      T& get() {
        assert(type_ == EnumValueOf<T>::value);
        return UnionAccess<T>::unsafe_reference(*this);
      }
    
      /// @brief Get the underlying value based on type.
      ///
      /// @tparam T The desired return type.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:23:45 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top