![]() |
libdl
0.0.1
Simple yet powerful deep learning
|
This is the complete list of members for dl::TensorPtr, including all inherited members.
| create(Args &&... args) noexcept (defined in dl::TensorPtr) | dl::TensorPtr | inlinestatic |
| operator bool() const noexcept (defined in dl::TensorPtr) | dl::TensorPtr | inline |
| operator*() noexcept (defined in dl::TensorPtr) | dl::TensorPtr | inline |
| operator*() const noexcept (defined in dl::TensorPtr) | dl::TensorPtr | inline |
| operator->() noexcept (defined in dl::TensorPtr) | dl::TensorPtr | inline |
| operator->() const noexcept (defined in dl::TensorPtr) | dl::TensorPtr | inline |
| operator=(TensorPtr &&other) (defined in dl::TensorPtr) | dl::TensorPtr | |
| operator=(const TensorPtr &other) (defined in dl::TensorPtr) | dl::TensorPtr | |
| operator=(std::nullptr_t p) (defined in dl::TensorPtr) | dl::TensorPtr | |
| operator=(int value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| operator=(float value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| operator=(double value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| operator=(InitializerTensor< int > &&value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| operator=(InitializerTensor< float > &&value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| operator=(InitializerTensor< double > &&value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| operator==(const std::nullptr_t &other) const noexcept (defined in dl::TensorPtr) | dl::TensorPtr | inline |
| TensorPtr(TensorPtr &&other) (defined in dl::TensorPtr) | dl::TensorPtr | inline |
| TensorPtr(const TensorPtr &other) (defined in dl::TensorPtr) | dl::TensorPtr | |
| TensorPtr(std::nullptr_t p) (defined in dl::TensorPtr) | dl::TensorPtr | inline |
| TensorPtr(int value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| TensorPtr(float value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| TensorPtr(double value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| TensorPtr(InitializerTensor< int > value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| TensorPtr(InitializerTensor< float > value) (defined in dl::TensorPtr) | dl::TensorPtr | |
| TensorPtr(InitializerTensor< double > value) (defined in dl::TensorPtr) | dl::TensorPtr |