![]() |
IOLink 1.16.1
|
Static Public Member Functions | |
| 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. | |
|
staticnoexcept |
Check if the given view is a TensorView.
| view | The view to check. |
|
staticnoexcept |
Convert a View to a TensorView.
| view | The view to convert. |