| 146 | |
| 147 | protected: |
| 148 | std::shared_ptr<DataType> type() const override { |
| 149 | DCHECK_NE(converter_, nullptr); |
| 150 | return converter_->type(); |
| 151 | } |
| 152 | |
| 153 | Status UpdateType(); |
| 154 | Result<std::shared_ptr<Array>> RunInference(const std::shared_ptr<BlockParser>& parser); |