Go to the source code of this file.
|
TORCH_API void | at::detail::noopDelete (void *) |
|
TensorMaker | at::for_blob (void *data, IntArrayRef sizes) noexcept |
|
Tensor | at::from_blob (void *data, IntArrayRef sizes, IntArrayRef strides, const std::function< void(void *)> &deleter, const TensorOptions &options={}, const c10::optional< Device > target_device=c10::nullopt) |
|
Tensor | at::from_blob (void *data, IntArrayRef sizes, IntArrayRef strides, int64_t storage_offset, const std::function< void(void *)> &deleter, const TensorOptions &options={}, const c10::optional< Device > target_device=c10::nullopt) |
|
Tensor | at::from_blob (void *data, IntArrayRef sizes, const std::function< void(void *)> &deleter, const TensorOptions &options={}) |
|
Tensor | at::from_blob (void *data, IntArrayRef sizes, IntArrayRef strides, const TensorOptions &options={}) |
|
Tensor | at::from_blob (void *data, IntArrayRef sizes, const TensorOptions &options={}) |
|