| 112 | } |
| 113 | void dump_buf_with_len(const void* data, uint32_t size) override; |
| 114 | GraphDumpFormat format() const override { return GraphDumpFormat::FLATBUFFERS; } |
| 115 | }; |
| 116 | |
| 117 | flatbuffers::Offset<fbs::DType> GraphDumperOSS::build_dtype(DType dtype) { |
no outgoing calls