Unverified Commit e42300f2 authored by pxwanglu's avatar pxwanglu Committed by GitHub
Browse files

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

parent 66e73809
...@@ -266,7 +266,7 @@ func (m DeviceMemory) LogValue() slog.Value { ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment