class BaseLayer
类说明
const std::string GetName() const noexcept;
Tensor *GetInput(int index) const noexcept;
Tensor *GetOutput(int index) noexcept;
int GetInputCount() const noexcept;
int GetOutputCount() noexcept;
void SetName(const std::string name) noexcept;
void SetInput(uint32_t index, Tensor *tensor) noexcept
父主题:
类参考