| 193 | } |
| 194 | |
| 195 | std::shared_ptr<ImageBatchVarShape> ImageBatchVarShape::shared_from_this() |
| 196 | { |
| 197 | return std::static_pointer_cast<ImageBatchVarShape>(Container::shared_from_this()); |
| 198 | } |
| 199 | |
| 200 | std::shared_ptr<const ImageBatchVarShape> ImageBatchVarShape::shared_from_this() const |
| 201 | { |