constexpr static inline uint64_t get()

in kernels/ln.h [186:189]


    constexpr static inline uint64_t get(const uint64_t hidden_size){
        constexpr uint64_t type_key = Value;
        return (type_key << 32) | hidden_size;
    }