Blame view

tsl_aiplatform/helpers/helpers.h 350 Bytes
85cc8cb9   Hu Chunming   原版代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  /*
   * @Author: yangzilong
   * @Date: 2021-12-01 16:08:48
   * @Last Modified by: yangzilong
   * @Last Modified time: Do not edit
   * @Email: yangzilong@objecteye.com
   * @Description:
   */
  
  #pragma once
  
  #ifdef POST_USE_RABBITMQ
  #include "gen_json.hpp"
  #endif
  
  #include "logger.hpp"
  #include "str_helper.hpp"
  #include "os_helper.hpp"
450989b5   Hu Chunming   跑通算法
19
  #include "timer.hpp"
85cc8cb9   Hu Chunming   原版代码