Module executor

Module executor 

Source
Expand description

Provides execution capabilities for compiled TensorLogic graphs with:

  • Multiple backend support (SciRS2 CPU, SIMD, GPU)
  • Input tensor generation and validation
  • Result formatting and visualization
  • Performance profiling

Structs§

CliExecutor
CLI executor that wraps backend executors
ExecutionConfig
Execution configuration
ExecutionResult
Execution result with tensor data and metadata

Enums§

Backend
Backend types supported by the CLI

Functions§

list_backends
List available backends with their capabilities