bool IsOutput() noexcept;
函数功能
张量是否是网络输出。
函数原型
bool IsOutput() noexcept;
参数说明
无
返回值说明
当张量是网络输出时,返回true,否则返回false。
父主题:
class Tensor