package types

type ComputeUnit int

const (
	CPU ComputeUnit = iota
	GPU ComputeUnit = iota
)

Homonyms

bootloader/go-cyber/x/rank/types/compute.go

Graph