3#include <iolink/view/tensor/TensorView.h>
20 static bool isTensor(
const std::shared_ptr<View> view)
noexcept;
29 static std::shared_ptr<TensorView>
toTensor(
const std::shared_ptr<View> view)
noexcept;
Definition TensorViewProvider.h:9
static bool isTensor(const std::shared_ptr< View > view) noexcept
Check if the given view is a TensorView.
static std::shared_ptr< TensorView > toTensor(const std::shared_ptr< View > view) noexcept
Convert a View to a TensorView.
All IOLink symbols are enclosed in this namespace.
Definition ArrayX.h:8