Module ciphercore_base::graphs

source ·
Expand description

Crucial structs, enums, functions and types to create computation graphs.

Modules

Structs

  • A structure that stores a pointer to a computation context that contains related computation graphs.
  • A structure that stores a pointer to a computation graph, where every node corresponds to an operation.
  • A structure that stores a pointer to a computation graph node that corresponds to an operation.
  • Shard config contains the parameters of the Sharding operation, namely:

Enums

Functions

Type Definitions