Rate this Page

Struct _compute_enum_name#

Struct Documentation#

struct _compute_enum_name#

Public Functions

inline std::string operator()(const enumtype::kLinear &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kConv1D &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kConv2D &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kConv3D &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kConvTranspose1D &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kConvTranspose2D &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kConvTranspose3D &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kSigmoid &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kTanh &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kReLU &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kGELU &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kSiLU &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kMish &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kLeakyReLU &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kFanIn &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kFanOut &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kConstant &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kReflect &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kReplicate &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kCircular &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kNearest &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kBilinear &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kBicubic &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kTrilinear &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kArea &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kNearestExact &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kSum &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kMean &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kMax &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kNone &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kBatchMean &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kZeros &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kBorder &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kReflection &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kRNN_TANH &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kRNN_RELU &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kLSTM &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kGRU &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kValid &v[[maybe_unused]]) const#
inline std::string operator()(const enumtype::kSame &v[[maybe_unused]]) const#