OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
opennn::TensorSpec Struct Reference

Lightweight description of a tensor's shape and data type (no storage attached). More...

#include <tensor_utilities.h>

Public Attributes

Shape shape
 
Type dtype = Type::FP32
 

Detailed Description

Lightweight description of a tensor's shape and data type (no storage attached).

Member Data Documentation

◆ dtype

Type opennn::TensorSpec::dtype = Type::FP32

◆ shape

Shape opennn::TensorSpec::shape