package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Packages

Package bind contains code for binding to and controlling devices.
No description provided by the author
No description provided by the author

# Functions

AndroidABIByName returns the Android ABI that matches the provided human name.
AndroidOS returns the full OS structure for the supplied android os version.
ArchitectureByName returns the Architecture for the supplied human name.
CPUByName looks up a CPU from a product name.
GPUByName looks up a GPU from a product name.
LinuxOS converts from a distribution name and version to a full OS structure.
NewID returns a new ID from an id.ID.
OSXOS converts from an OSX version to a full OS structure.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CompleteMatch means the versions matched completely.
No description provided by the author
No description provided by the author
No description provided by the author
MajorAndMinorMatch means the versions only match up to the minor version.
MajorMatch means the versions only match up to the major version.
No description provided by the author
No description provided by the author
NoMatch means the versions don't match at all.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Keep this one in, some applications incorrectly advertise arm, when they mean armv7.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ARM64v8aLayout is the memory layout for the arm64v8a ABI.
ARMv7aLayout is the memory layout for the armv7a ABI.
No description provided by the author
No description provided by the author
Arm.
No description provided by the author
Nvidia.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Qualcomm.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
X86_64Layout is the memory layout for the x86_64 ABI.
X86IA32Layout is the memory layout for the x86 IA-32 ABI.

# Type aliases

VersionMatch indicates how accuratly two OS versions match.