Graph Composer User Guide¶
Introduction¶
Platforms¶
Getting Started¶
Graph eXecution Format¶
Graph eXecution Engine¶
GXF Core APIs¶
- GXF Core C APIs
- Context
- Extensions
- Graph Execution
- Loads a list of entities from YAML file
- Set the root folder for searching YAML files during loading
- Loads a list of entities from YAML text
- Activate all system components
- Deactivate all System components
- Starts the execution of the graph asynchronously
- Interrupt the execution of the graph
- Waits for the graph to complete execution
- Runs all System components and waits for their completion
- Entities
- Components
- Primitive Parameters
- Vector Parameters
- Information Queries
- Miscellaneous
- GXF Python APIs
Extensions Manual¶
- CudaExtension
- GXF Stream Sync
- StandardExtension
- Interfaces
- Components
- nvidia::gxf::RealtimeClock
- nvidia::gxf::ManualClock
- nvidia::gxf::SystemGroup
- nvidia::gxf::MessageRouter
- nvidia::gxf::RouterGroup
- nvidia::gxf::DoubleBufferTransmitter
- nvidia::gxf::DoubleBufferReceiver
- nvidia::gxf::Connection
- nvidia::gxf::PeriodicSchedulingTerm
- nvidia::gxf::CountSchedulingTerm
- nvidia::gxf::TargetTimeSchedulingTerm
- nvidia::gxf::DownstreamReceptiveSchedulingTerm
- nvidia::gxf::MessageAvailableSchedulingTerm
- nvidia::gxf::MultiMessageAvailableSchedulingTerm
- nvidia::gxf::ExpiringMessageAvailableSchedulingTerm
- nvidia::gxf::BooleanSchedulingTerm
- nvidia::gxf::AsynchronousSchedulingTerm
- nvidia::gxf::GreedyScheduler
- nvidia::gxf::MultiThreadScheduler
- nvidia::gxf::BlockMemoryPool
- nvidia::gxf::UnboundedAllocator
- nvidia::gxf::Tensor
- nvidia::gxf::Timestamp
- nvidia::gxf::Metric
- nvidia::gxf::JobStatistics
- nvidia::gxf::Broadcast
- nvidia::gxf::Gather
- nvidia::gxf::TensorCopier
- nvidia::gxf::TimedThrottler
- nvidia::gxf::Vault
- nvidia::gxf::Subgraph
- nvidia::gxf::EndOfStream
- nvidia::gxf::Synchronization
- signed char
- unsigned char
- short int
- short unsigned int
- int
- unsigned int
- long int
- long unsigned int
- float
- double
- bool
- Python Bindings
- Python Codelets
- NetworkExtension
- HttpExtension
- GrpcExtension
- NvTritonExt
- SerializationExtension
- MultimediaExtension
- VideoEncoderExtension
- VideoDecoderExtension
- Behavior Trees
- UCX Extension
- MISBExtension
Tools¶
- Registry
- Registry Command Line Interface
- Composer
- Container Builder
- GXF Command Line Interface
Feedback¶