libdl  0.0.1
Simple yet powerful deep learning
Loading...
Searching...
No Matches
dl::TensorPtr Member List

This is the complete list of members for dl::TensorPtr, including all inherited members.

create(Args &&... args) noexcept (defined in dl::TensorPtr)dl::TensorPtrinlinestatic
operator bool() const noexcept (defined in dl::TensorPtr)dl::TensorPtrinline
operator*() noexcept (defined in dl::TensorPtr)dl::TensorPtrinline
operator*() const noexcept (defined in dl::TensorPtr)dl::TensorPtrinline
operator->() noexcept (defined in dl::TensorPtr)dl::TensorPtrinline
operator->() const noexcept (defined in dl::TensorPtr)dl::TensorPtrinline
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::TensorPtrinline
TensorPtr(TensorPtr &&other) (defined in dl::TensorPtr)dl::TensorPtrinline
TensorPtr(const TensorPtr &other) (defined in dl::TensorPtr)dl::TensorPtr
TensorPtr(std::nullptr_t p) (defined in dl::TensorPtr)dl::TensorPtrinline
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