bool GetKeepDimensions() const noexcept;
函数功能
获取是否要保留归约操作后的轴。
函数原型
bool GetKeepDimensions() const noexcept;
参数说明
无
返回值说明
- true: 保留归约操作的轴。
- false: 不保留归约操作的轴。
父主题: class ReduceLayer
获取是否要保留归约操作后的轴。
bool GetKeepDimensions() const noexcept;
无