ml: fix struct field name in comment (#12123)

This commit is contained in:
pxwanglu
2025-09-01 07:26:11 +08:00
committed by GitHub
parent 66e73809a1
commit e42300f25b

View File

@@ -266,7 +266,7 @@ func (m DeviceMemory) LogValue() slog.Value {
// allocation is guaranteed to be provided so that if it failed, the caller can // allocation is guaranteed to be provided so that if it failed, the caller can
// accommodate that to make forward progress. // accommodate that to make forward progress.
type BackendMemory struct { type BackendMemory struct {
// InputsWeights are always located on the CPU and cannot be moved // InputWeights are always located on the CPU and cannot be moved
InputWeights Memory InputWeights Memory
// CPU model components are located in system memory. This does not // CPU model components are located in system memory. This does not