Beatmup
conv2d.cpp File Reference
#include "../exception.h"
#include "conv2d.h"
#include "deserialized_model.h"
#include <algorithm>

Go to the source code of this file.

Macros

#define COEF_FMT   "%0.6f"
 
#define COORD_FMT   "%0.10f"
 

Variables

static const char * UNIFORM_INPUT = "features"
 
static const char * UNIFORM_RESIDUAL_INPUT = "residual"
 
static const char * UNIFORM_COEFFICIENT = "cc"
 

Macro Definition Documentation

◆ COEF_FMT

#define COEF_FMT   "%0.6f"

Definition at line 29 of file conv2d.cpp.

◆ COORD_FMT

#define COORD_FMT   "%0.10f"

Definition at line 30 of file conv2d.cpp.

Variable Documentation

◆ UNIFORM_INPUT

const char* UNIFORM_INPUT = "features"
static

Definition at line 36 of file conv2d.cpp.

◆ UNIFORM_RESIDUAL_INPUT

const char * UNIFORM_RESIDUAL_INPUT = "residual"
static

Definition at line 37 of file conv2d.cpp.

◆ UNIFORM_COEFFICIENT

const char * UNIFORM_COEFFICIENT = "cc"
static

Definition at line 38 of file conv2d.cpp.