| 227 | } |
| 228 | |
| 229 | std::shared_ptr<TensorBatch> TensorBatch::shared_from_this() |
| 230 | { |
| 231 | return std::static_pointer_cast<TensorBatch>(Container::shared_from_this()); |
| 232 | } |
| 233 | |
| 234 | std::shared_ptr<const TensorBatch> TensorBatch::shared_from_this() const |
| 235 | { |