|
| TensorDesc (const at::ScalarType &type, const std::vector< bool > &contiguity) |
|
| TensorDesc (const at::ScalarType &type, const at::IntArrayRef &sizes, const at::IntArrayRef &strides) |
|
| TensorDesc (const at::Tensor &t) |
|
| TensorDesc (const c10::CompleteTensorTypePtr &type) |
|
size_t | nDim () const |
|
bool | lastIsContiguous () const |
|
bool | operator== (const TensorDesc &desc) const |
|
bool | operator!= (const TensorDesc &desc) const |
|
|
at::ScalarType | scalar_type |
|
std::vector< bool > | contiguity |
|
Definition at line 20 of file tensor_desc.h.
The documentation for this struct was generated from the following file: