Documentation
¶
Index ¶
Constants ¶
View Source
const (
// BackendTypeTensorRT indicates tensortt backend
BackendTypeTensorRT = "tensorrt"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NIMManifestInterface ¶ added in v1.0.1
type NIMParserInterface ¶ added in v1.0.1
type NIMParserInterface interface { ParseModelManifest(filePath string) (NIMManifestInterface, error) ParseModelManifestFromRawOutput(data []byte) (NIMManifestInterface, error) }
type NIMSchemaManifest ¶ added in v1.0.1
type NIMSchemaManifest struct {
SchemaVersion string `yaml:"schema_version" json:"schema_version,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.