代码拉取完成,页面将自动刷新
#pragma once
#include "netbatlib"
#include "async"
#define LAYER_BEGIN namespace layer {
#define LAYER_END }
#define _CONV conv::
#define _FC fc::
#define _ADA ada::
// NULL = no activation function
#define SIGMOID 1
#define RELU 2
#define SOFTMAX 3
#define POOL_AVG 0
#define POOL_MAX 1
#define POOL_GAG 2
#define ACT 0
#define ACT_VT 1
#define ACT_FT 2
#define FC 3
#define CONV 4
#define POOL 5
#define FC_BN 6
#define CONV_BN 7
#define TRANS 8
#define CONV_IM2COL 9
#define CONV_BN_IM2COL 10
#define POOL_IM2COL 11
#define TRANS_IM2COL 12
#define PAD_CROP_IM2COL 13
#include "layer.hpp"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。