ONE - On-device Neural Engine
|
#include <TFShapeInferenceHelper.h>
Data Fields | |
PlaneShape | input |
PlaneShape | stride |
PlaneShape | window |
PlaneShape | dilation |
PlaneShape | effective_window |
PlaneShape | output |
Definition at line 103 of file TFShapeInferenceHelper.h.
PlaneShape moco::PlaneInference::Parameters::dilation |
Definition at line 108 of file TFShapeInferenceHelper.h.
Referenced by moco::PlaneInference::fill().
PlaneShape moco::PlaneInference::Parameters::effective_window |
Definition at line 109 of file TFShapeInferenceHelper.h.
Referenced by moco::PlaneInference::fill(), moco::PlaneInference::infer(), and moco::Padding2DInference::operator()().
PlaneShape moco::PlaneInference::Parameters::input |
Definition at line 105 of file TFShapeInferenceHelper.h.
Referenced by moco::PlaneInference::fill(), moco::PlaneInference::infer(), and moco::Padding2DInference::operator()().
PlaneShape moco::PlaneInference::Parameters::output |
Definition at line 110 of file TFShapeInferenceHelper.h.
PlaneShape moco::PlaneInference::Parameters::stride |
Definition at line 106 of file TFShapeInferenceHelper.h.
Referenced by moco::PlaneInference::fill(), moco::PlaneInference::infer(), and moco::Padding2DInference::operator()().
PlaneShape moco::PlaneInference::Parameters::window |
Definition at line 107 of file TFShapeInferenceHelper.h.
Referenced by moco::PlaneInference::fill().