Tenncor
Macros | Functions
rtscale.cpp File Reference
#include <fstream>
#include <chrono>
#include <limits>
#include "flag/flag.hpp"
#include "eteq/generated/api.hpp"
#include "eteq/generated/opcode.hpp"
#include "eteq/functor.hpp"
#include "ccur/weights.pb.h"
Include dependency graph for rtscale.cpp:

Macros

#define TIME(action)
 

Functions

double softplus (double x)
 
int main (int argc, const char **argv)
 

Macro Definition Documentation

◆ TIME

#define TIME (   action)
Value:
std::chrono::high_resolution_clock::time_point start =\
std::chrono::high_resolution_clock::now();\
action;\
stat = std::chrono::duration_cast<std::chrono::nanoseconds>(\
std::chrono::high_resolution_clock::now() - start).count();

Function Documentation

◆ main()

int main ( int  argc,
const char **  argv 
)

◆ softplus()

double softplus ( double  x)