Removd opcreatetensor from docs

This commit is contained in:
Alejandro Saucedo 2021-02-08 19:17:52 +00:00
parent f356e64644
commit 984709a4e7

View file

@ -86,16 +86,6 @@ The kp::OpMult operation is a sample implementation of the kp::OpAlgoBase class.
.. doxygenclass:: kp::OpMult
:members:
OpTensorCreate
-------
The kp::OpTensorCreate is a tensor only operations which initialises a kp::Tensor by creating the respective vk::Buffer and vk::Memory, as well as transferring the local data into the GPU.
.. image:: ../images/kompute-vulkan-architecture-opcreatetensor.jpg
:width: 100%
.. doxygenclass:: kp::OpTensorCreate
:members:
OpTensorCopy
-------