DimCount接口 接口功能获取输入张量dim大小。 接口格式const uint64_t &DimCount() const; 接口参数无。 使用样例uint64_t dim = input->DimCount(); 返回值输入张量dim大小。 父主题: Input类