17#ifndef __LOCO_IR_FEATURE_SHAPE_H__
18#define __LOCO_IR_FEATURE_SHAPE_H__
The value of one dimension in a tensor shape.
const Dimension & depth(void) const
const Dimension & height(void) const
const Dimension & width(void) const
const Dimension & count(void) const
T must_cast(FeatureEncoder *node)
A helper dynamic_cast that throws when failed.