|
26.01
|
#include <ICLTensorProxy.hpp>
Public Member Functions | |
| ICLTensorProxy (arm_compute::ICLTensor *iclTensor) | |
| ICLTensorProxy (const ICLTensorProxy &)=delete | |
| ICLTensorProxy & | operator= (const ICLTensorProxy &)=delete |
| ICLTensorProxy (ICLTensorProxy &&)=default | |
| ICLTensorProxy & | operator= (ICLTensorProxy &&)=default |
| void | set (arm_compute::ICLTensor *iclTensor) |
| arm_compute::ITensorInfo * | info () const |
| arm_compute::ITensorInfo * | info () |
| uint8_t * | buffer () const |
| arm_compute::CLQuantization | quantization () const |
| const cl::Buffer & | cl_buffer () const |
Protected Member Functions | |
| uint8_t * | do_map (cl::CommandQueue &q, bool blocking) |
| void | do_unmap (cl::CommandQueue &q) |
Definition at line 13 of file ICLTensorProxy.hpp.
|
inline |
Definition at line 16 of file ICLTensorProxy.hpp.
|
delete |
|
default |
|
inline |
Definition at line 43 of file ICLTensorProxy.hpp.
References ICLTensorProxy::set().
|
inline |
Definition at line 55 of file ICLTensorProxy.hpp.
References ICLTensorProxy::set().
Definition at line 62 of file ICLTensorProxy.hpp.
References ICLTensorProxy::set().
|
inlineprotected |
|
inline |
Definition at line 37 of file ICLTensorProxy.hpp.
References ICLTensorProxy::set().
|
inline |
Definition at line 31 of file ICLTensorProxy.hpp.
References ICLTensorProxy::set().
|
delete |
|
default |
|
inline |
Definition at line 49 of file ICLTensorProxy.hpp.
References ICLTensorProxy::set().
|
inline |
Definition at line 22 of file ICLTensorProxy.hpp.
References ICLTensorProxy::set().
Referenced by ICLTensorProxy::buffer(), ICLTensorProxy::cl_buffer(), ICLTensorProxy::do_map(), ICLTensorProxy::do_unmap(), ICLTensorProxy::info(), ICLTensorProxy::info(), ICLTensorProxy::quantization(), and ICLTensorProxy::set().