class ReduceLayer
类说明
ReduceOperation GetOperation() const noexcept;
std::vector<int64_t> GetReduceAxes() const noexcept;
bool GetKeepDimensions() const noexcept;
void SetKeepDimensions(bool keepDimensions) noexcept;
void SetReduceAxes(std::vector<int64_t> reduceAxes) noexcept;
父主题:
类参考