ONE - On-device Neural Engine
|
#include <TFShapeInferenceHelper.h>
Data Structures | |
struct | Parameters |
Public Member Functions | |
PlaneShape | operator() (const PlaneShape &in) |
void | padding (const TFPadding &value) |
void | window (const loco::Window< 2 > value) |
void | stride (const loco::Stride< 2 > value) |
Protected Member Functions | |
void | fill (Parameters &p, const PlaneShape &in) |
PlaneShape | infer (const Parameters &p, const PlaneShape &) |
Definition at line 100 of file TFShapeInferenceHelper.h.
|
inlineprotected |
Definition at line 113 of file TFShapeInferenceHelper.h.
References moco::PlaneInference::Parameters::dilation, moco::PlaneInference::Parameters::effective_window, moco::PlaneShape::height, loco::Stride< 2 >::horizontal(), loco::Window< 2 >::horizontal(), moco::PlaneInference::Parameters::input, moco::PlaneInference::Parameters::stride, loco::Dimension::value(), loco::Stride< 2 >::vertical(), loco::Window< 2 >::vertical(), moco::PlaneShape::width, and moco::PlaneInference::Parameters::window.
Referenced by operator()(), and moco::Padding2DInference::operator()().
|
inlineprotected |
Definition at line 132 of file TFShapeInferenceHelper.h.
References moco::PlaneInference::Parameters::effective_window, moco::PlaneShape::height, moco::PlaneInference::Parameters::input, moco::PlaneInference::Parameters::stride, loco::Dimension::value(), and moco::PlaneShape::width.
|
inline |
Definition at line 157 of file TFShapeInferenceHelper.h.
References fill().
|
inline |
Definition at line 167 of file TFShapeInferenceHelper.h.
|
inline |
Definition at line 169 of file TFShapeInferenceHelper.h.
|
inline |
Definition at line 168 of file TFShapeInferenceHelper.h.