Versions in this module Expand all Collapse all v1 v1.0.1 Jun 30, 2026 Changes in this version + type CPUProvider struct + func (p *CPUProvider) Close() error + func (p *CPUProvider) Execute(opType string, inputs []*tensor.Tensor, _, _ []string, ...) ([]*tensor.Tensor, error) + func (p *CPUProvider) Supports(opType string) bool + type ExecutionProvider interface + Close func() error + Execute func(opType string, inputs []*tensor.Tensor, inputNames, outputNames []string, ...) ([]*tensor.Tensor, error) + Supports func(opType string) bool