Skip to content

File tguf.h

FileList > include > tguf.h

Go to the source code of this file

  • #include <torch/types.h>
  • #include <cstddef>
  • #include <memory>
  • #include <optional>
  • #include <string>

Namespaces

Type Name
namespace tguf
Temporal Graph Unified Format: A Temporal Graph Stream Format.

Classes

Type Name
struct Batch
Container for temporal edge data.
struct LabelEvent
Container for a label event at a single point in time.
class TGStore
Abstract interface for temporal graph storage. Implementations can be purely in-memory or memory-mapped TGUF files.
struct IndexRange
A contiguous slice of the graph (e.g., training split).
class TGUFBuilder
High-performance writer for creating TGUF datasets on disk. Uses an internal buffer strategy to minimize disk I/O.
struct TGUFSchema
metadata defining the layout of a Temporal Graph Unified Format file.

The documentation for this class was generated from the following file include/tguf.h