ONE - On-device Neural Engine
|
#include <ConcatSpec.h>
Public Member Functions | |
ConcatSpec (uint32_t axis) | |
nncc::core::ADT::tensor::Shape | forward (const ShapeList &) const |
Return the output shape when inputs of given shape are concatenated along _axis. | |
Definition at line 26 of file ConcatSpec.h.
|
inlineexplicit |
Definition at line 29 of file ConcatSpec.h.
nncc::core::ADT::tensor::Shape ConcatSpec::forward | ( | const ShapeList & | inputs | ) | const |
Return the output shape when inputs of given shape are concatenated along _axis.
Definition at line 23 of file ConcatSpec.cpp.
References output_shape.