Ai
1 Star 4 Fork 1

爱丽丝妹妹与数学妖精/matrix_plus_cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
net_base 688 Bytes
一键复制 编辑 原始数据 按行查看 历史
AuroraKarow 提交于 2023-12-02 17:05 +08:00 . Update net_decimal from repository
#pragma once
#ifndef __LIB_BASE__
#define __LIB_BASE__
#include <chrono>
#include <random>
#include <assert.h>
#define NEUNET_BEGIN namespace neunet {
#define NEUNET_END }
#define callback_arg template<typename arg>
#define callback_args template<typename arg, typename ... args>
#define ch_str char *
#define wch_str wchar_t *
#define ll_ptr long long *
#define ul_ptr unsigned long long *
#define lf_ptr long double *
NEUNET_BEGIN bool net_rand_seed = false; NEUNET_END
#define NEUNET_SRAND if (!neunet::net_rand_seed) { std::srand(std::time(NULL)); neunet::net_rand_seed = true; }
#include "net_base.hpp"
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/AliceSisMathElf/matrix_plus_cpp.git
git@gitee.com:AliceSisMathElf/matrix_plus_cpp.git
AliceSisMathElf
matrix_plus_cpp
matrix_plus_cpp
master

搜索帮助