CUDNN Frontend API
8.3.0
|
#include <json.hpp>
Static Public Member Functions | |
template<typename BasicJsonType > | |
static void | construct (BasicJsonType &j, const typename BasicJsonType::array_t &arr) |
template<typename BasicJsonType > | |
static void | construct (BasicJsonType &j, typename BasicJsonType::array_t &&arr) |
template<typename BasicJsonType , typename CompatibleArrayType , enable_if_t< !std::is_same< CompatibleArrayType, typename BasicJsonType::array_t >::value, int > = 0> | |
static void | construct (BasicJsonType &j, const CompatibleArrayType &arr) |
template<typename BasicJsonType > | |
static void | construct (BasicJsonType &j, const std::vector< bool > &arr) |
template<typename BasicJsonType , typename T , enable_if_t< std::is_convertible< T, BasicJsonType >::value, int > = 0> | |
static void | construct (BasicJsonType &j, const std::valarray< T > &arr) |
|
inlinestatic |
Definition at line 4585 of file json.hpp.
References nlohmann::detail::array.
|
inlinestatic |
Definition at line 4594 of file json.hpp.
References nlohmann::detail::array.
|
inlinestatic |
Definition at line 4605 of file json.hpp.
References nlohmann::detail::array.
|
inlinestatic |
Definition at line 4616 of file json.hpp.
References nlohmann::detail::array.
|
inlinestatic |
Definition at line 4631 of file json.hpp.
References nlohmann::detail::array.