ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Functions
flow_warp_layer.cpp File Reference
#include <algorithm>
#include <vector>
#include <cmath>
#include <stdio.h>
#include "google/protobuf/descriptor.h"
#include "caffe/layer.hpp"
#include "caffe/layers/flow_warp_layer.hpp"
#include "caffe/util/rng.hpp"
#include "caffe/util/math_functions.hpp"
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <boost/random.hpp>
#include <boost/random/normal_distribution.hpp>
#include <iostream>
#include <fstream>
#include <omp.h>

Namespaces

namespace  caffe
 

Macros

#define min(a, b)   ((a<b)?(a):(b))
 
#define max(a, b)   ((a>b)?(a):(b))
 

Functions

 caffe::INSTANTIATE_CLASS (FlowWarpLayer)
 
 caffe::REGISTER_LAYER_CLASS (FlowWarp)
 

Macro Definition Documentation

◆ max

#define max (   a,
 
)    ((a>b)?(a):(b))

◆ min

#define min (   a,
 
)    ((a<b)?(a):(b))