19 #include "../C/data.h" 20 #include "primitive.hpp" 38 CLDNN_DECLATE_PRIMITIVE(
data)
62 void update_dto(
dto&
dto)
const override cldnn_memory get() const
C API memory handle.
Represents data padding information.
Provides input data to topology.
cldnn_memory mem
Memory object which contains data.
memory mem
memory object which contains data.
data(const dto *dto)
Constructs a copy from C API cldnn_data_desc.
std::string primitive_id
Unique id of a primitive within a topology.
Provides input data to topology.
Represents buffer with particular layout.
base class for all primitives implementations.
data(const primitive_id &id, const memory &mem)
Constructs data primitive.