Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
at::WeakTensor Struct Reference

Public Member Functions

 WeakTensor (const Tensor &t)
 
Tensor lock () const
 
bool is_same (const WeakTensor &other) const noexcept
 
size_t use_count () const noexcept
 
size_t weak_use_count () const noexcept
 
TensorImplunsafeGetTensorImpl () const
 
 WeakTensor (const Tensor &t)
 
Tensor lock () const
 
bool is_same (const WeakTensor &other) const noexcept
 
size_t use_count () const noexcept
 
size_t weak_use_count () const noexcept
 
TensorImplunsafeGetTensorImpl () const
 

Detailed Description

Definition at line 764 of file Tensor.h.


The documentation for this struct was generated from the following file: