diplib/library/tensor.h file

The dip::Tensor class. This file is always included through diplib.h. See Image.

Contents

Classes

class dip::Tensor
Describes the shape of a tensor, but doesn’t actually contain tensor data.

Operators

auto dip::operator<<(std::ostream& os, dip::Tensor const& tensor) -> std::ostream&
Prints information about the tensor.