![]() |
Jazz 1.25.+
|
Cjazz_bebop::ApiQueryState | A buffer to keep the state while parsing/executing a query |
Cjazz_bebop::AttributeType | A type definition for attributes across Jazz native (with special codes), and ONNX protocol buffer |
Cjazz_elements::BlockHeader | Header for a Movable Block (Tensor, Kind or Tuple) or a Dynamic Block (Index) |
Cjazz_bebop::Caster | Caster: An optional converter of the output |
Cjazz_bebop::ColSelection | ColSelection: A selection of columns from a Space |
Cjazz_elements::ConfigFile | A configuration file as a key/value store |
Cjazz_elements::EntityKeyHash | EntityKeyHash: A record containing separate hashes for entity and key |
Cjazz_elements::ItemHeader | Header for an item (of a Kind or Tuple) |
Cjazz_elements::JazzLmdbOptions | All the necessary LMDB options (a binary representation of the values in the config file) |
Cjazz_elements::Locator | Locator: A minimal structure to define the location of resources inside a Container |
Cjazz_elements::Logger | A simple logger |
Cjazz_elements::NameUse | NameUse: A pair of Name and number of times the name is used |
Cjazz_bebop::OnnxAttribute | An attribute for an ONNX OpCode |
Cjazz_bebop::OnnxOpCode | An ONNX OpCode |
Cjazz_bebop::OnnxParameter | A parameter (input or output) for an ONNX OpCode |
Cjazz_elements::ParseNextStateLUT | A lookup table for all the possible values of a char mapped into an 8-bit state |
Cjazz_elements::ParseStateTransition | A way to build constants defining the transition from one state to the next via a regex |
Cjazz_elements::PutBuffer | A structure keep state inside a put callback |
Cjazz_elements::QueueEnt | QueueEnt: An entity to store a priority queue |
Cjazz_bebop::RowSelection | RowSelection: An iterator over the rows of a Space |
▼Cjazz_elements::Service | A Jazz Service is a globally instanced configurable object that may allocate RAM |
Cjazz_bebop::Bop | Bop: The Bebop compiler and decompiler |
Cjazz_bebop::DataSpaces | DataSpaces: The data space |
▼Cjazz_bebop::Fields | Fields: A Space for Snippets |
Cjazz_models::SemSpaces | SemSpaces: A Fields for Concepts |
Cjazz_bebop::OpCodes | OpCodes: The opcodes |
Cjazz_bebop::Space | Space: The abstract space |
▼Cjazz_elements::Container | Container: A Service to manage Jazz blocks. All Jazz blocks are managed by this or a descendant of this |
▼Cjazz_bebop::BaseAPI | BaseAPI: The parent of API and Core |
Cjazz_bebop::Core | Core: The execution unit is now a wrapper around onnx-runtime |
Cjazz_main::API | API: A Service to manage the REST API |
Cjazz_models::ModelsAPI | ModelsAPI: The model API |
Cjazz_elements::Channels | Channels: A Container doing block transactions across media (files, folders, shell, http urls and zeroMQ servers) |
Cjazz_elements::Persisted | Persisted: A Service to manage data objects in LMDB |
Cjazz_elements::Volatile | Volatile: A Service to manage data objects in RAM |
Cjazz_models::Model | Model: A Space of Concepts |
Cjazz_main::HttpServer | HttpServer: The http server is also a Service |
Cjazz_elements::Socket | A structure to hold a single pipeline |
▼Cjazz_elements::StaticBlockHeader | A Binary Compatible BlockHeader without Index (and therefore constructors/destructors) |
▼Cjazz_elements::Block | A block is a moveable BlockHeader followed by a Tensor and a StringBuffer |
Cjazz_elements::Kind | Kind: A type definition for Jazz Blocks and Tuples |
▼Cjazz_elements::Tuple | Tuple: A Jazz Block with multiple Tensors |
▼Cjazz_bebop::Snippet | Snippet: A code snippet and the ancestor of Concept |
Cjazz_models::Concept | Concept: Generalizes Snippet for informal code |
Cjazz_bebop::stdName | A wrapped Name that supports being stacked in an std::vector and used as a key in an std::map |
Cjazz_bebop::stdNameVersion | A pair of a name and a version to be used as a key in a dictionary |
Cjazz_elements::StringBuffer | Structure at the end of a Block, initially created with init_string_buffer() |
Cjazz_elements::Tensor | A tensor of cell size 1, 4, 8 or sizeof(BlockHeader) |
Cjazz_elements::TensorDim | The dimension of a tensor |
Cjazz_bebop::TensorType | A type definition for tensors across all the technologies: Jazz native, ONNX protocol buffer and ONNX runtime |
▼Cjazz_elements::Transaction | Transaction: A wrapper over a Block that defines the communication of a block with a Container |
Cjazz_elements::StoredTransaction | An internal (for Container) Transaction with pointers for a deque |
Cjazz_elements::VolatileTransaction | VolatileTransaction: A Transaction-descendant wrapper over a Block for Volatile blocks |