Inherited methods overridden:
| 110 | |
| 111 | // Inherited methods overridden: |
| 112 | std::unique_ptr<TensorDescriptor> clone() const override |
| 113 | { |
| 114 | return std::make_unique<TensorDescriptor>(*this); |
| 115 | } |
| 116 | |
| 117 | TensorShape shape{}; /**< Tensor shape */ |
| 118 | DataType data_type{DataType::UNKNOWN}; /**< Data type */ |