19 #include "../C/reshape.h" 20 #include "primitive.hpp" 37 CLDNN_DECLATE_PRIMITIVE(
reshape)
66 void update_dto(
dto&
dto)
const override Changes information about inputs's layout effectively creating new memory which share underlaying buf...
reshape(const dto *dto)
Constructs a copy from basic C API cldnn_reshape_desc.
Represents data padding information.
tensor output_shape
Requested memory shape.
N-dimensional vector. Mostly used to represent memory size.
cldnn_tensor output_shape
Requested memory shape.
reshape(const primitive_id &id, const primitive_id &input, const tensor &output_shape, const padding &output_padding=padding())
Constructs reshape primitive.
std::string primitive_id
Unique id of a primitive within a topology.
fixed_size_vector_ref input
List of ids of input primitives.
base class for all primitives implementations.
Changes information about inputs's layout effectively creating new memory which share underlaying buf...
padding output_padding
Requested output padding.