#include <flow_warp_layer.hpp>
|
| | FlowWarpLayer (const LayerParameter ¶m) |
| |
| virtual | ~FlowWarpLayer () |
| |
| virtual void | LayerSetUp (const vector< Blob< Dtype > * > &bottom, const vector< Blob< Dtype > * > &top) |
| |
| virtual void | Reshape (const vector< Blob< Dtype > * > &bottom, const vector< Blob< Dtype > * > &top) |
| |
|
| virtual void | Forward_cpu (const vector< Blob< Dtype > * > &bottom, const vector< Blob< Dtype > * > &top) |
| |
| virtual void | Forward_gpu (const vector< Blob< Dtype > * > &bottom, const vector< Blob< Dtype > * > &top) |
| |
| virtual void | Backward_cpu (const vector< Blob< Dtype > * > &top, const vector< bool > &propagate_down, const vector< Blob< Dtype > * > &bottom) |
| |
| virtual void | Backward_gpu (const vector< Blob< Dtype > * > &top, const vector< bool > &propagate_down, const vector< Blob< Dtype > * > &bottom) |
| |
◆ FlowWarpLayer()
template<typename Dtype >
◆ ~FlowWarpLayer()
template<typename Dtype >
◆ Backward_cpu()
template<typename Dtype >
| void caffe::FlowWarpLayer< Dtype >::Backward_cpu |
( |
const vector< Blob< Dtype > * > & |
top, |
|
|
const vector< bool > & |
propagate_down, |
|
|
const vector< Blob< Dtype > * > & |
bottom |
|
) |
| |
|
protectedvirtual |
◆ Backward_gpu()
template<typename Dtype >
| virtual void caffe::FlowWarpLayer< Dtype >::Backward_gpu |
( |
const vector< Blob< Dtype > * > & |
top, |
|
|
const vector< bool > & |
propagate_down, |
|
|
const vector< Blob< Dtype > * > & |
bottom |
|
) |
| |
|
protectedvirtual |
◆ Forward_cpu()
template<typename Dtype >
| void caffe::FlowWarpLayer< Dtype >::Forward_cpu |
( |
const vector< Blob< Dtype > * > & |
bottom, |
|
|
const vector< Blob< Dtype > * > & |
top |
|
) |
| |
|
protectedvirtual |
◆ Forward_gpu()
template<typename Dtype >
| virtual void caffe::FlowWarpLayer< Dtype >::Forward_gpu |
( |
const vector< Blob< Dtype > * > & |
bottom, |
|
|
const vector< Blob< Dtype > * > & |
top |
|
) |
| |
|
protectedvirtual |
◆ LayerSetUp()
template<typename Dtype >
| void caffe::FlowWarpLayer< Dtype >::LayerSetUp |
( |
const vector< Blob< Dtype > * > & |
bottom, |
|
|
const vector< Blob< Dtype > * > & |
top |
|
) |
| |
|
virtual |
◆ Reshape()
template<typename Dtype >
| void caffe::FlowWarpLayer< Dtype >::Reshape |
( |
const vector< Blob< Dtype > * > & |
bottom, |
|
|
const vector< Blob< Dtype > * > & |
top |
|
) |
| |
|
virtual |
◆ transposed_image_
template<typename Dtype >
The documentation for this class was generated from the following files:
- M:/drive/Etri_Code/DOXYGEN/ETRI CODE/ETRI_4th_Year_LF/caffe/layers/cpp_layer/flow_warp_layer.hpp
- M:/drive/Etri_Code/DOXYGEN/ETRI CODE/ETRI_4th_Year_LF/caffe/layers/cpp_layer/flow_warp_layer.cpp