1 Star 0 Fork 0

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bagrt 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
AuroraKarow 提交于 2022-05-13 00:27 . Decouple layer structure
#pragma once
#include <iostream>
#include <chrono>
#include <functional>
#include <cmath>
#include <string>
#include <random>
#define BASEALGO_BEGIN namespace bagrt {
#define BASEALGO_END }
#define IDX_ZERO 0
#define IDX_SGL 1
#define IDX_MAX 128
BASEALGO_BEGIN
double ref_zero = 0;
std::default_random_engine rand_e;
BASEALGO_END
#include "bagrt.hpp"
bagrt::clock_timer<uint64_t> clock_note;
#define CLOCK_BEGIN(LOG_ID) clock_note.clock_begin(LOG_ID);
#define CLOCK_END(LOG_ID) clock_note.clock_end(LOG_ID);
#define CLOCK_DURATION(LOG_ID) clock_note.duration(LOG_ID)
#define THREAD_IDX(TD_IDX) std::cout << '[' << TD_IDX << ']' << std::endl;
#define FRACTOR_RATE(NUM, DOM) bagrt::num_rate(NUM, DOM)
#define CLEAR_LINE(LEN) std::printf("\r%s", ('%'+std::to_string(LEN)+'s').c_str());
#define PRINT_ENTER std::cout << std::endl;
template<typename _Ty> using set = bagrt::net_queue<_Ty>;
template<typename _Ty> using seq = bagrt::net_sequence<_Ty>;
template<typename _Ty> using vect_t = set<set<_Ty>>;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/AliceSisMathElf/TensorLab.git
[email protected]:AliceSisMathElf/TensorLab.git
AliceSisMathElf
TensorLab
TensorLab
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385