2 writes to Name
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
1442Name = other.Name; 1483Name = input.ReadString();
11 references to Name
Microsoft.ML.OnnxTransformer (11)
OnnxTransform.cs (1)
589var slotsNode = nodes.FirstOrDefault(node => node.Name == slotNamesNodeName);
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
1337if (Name != other.Name) return false; 1351if (Name.Length != 0) hash ^= Name.GetHashCode(); 1374if (Name.Length != 0) 1377output.WriteString(Name); 1407if (Name.Length != 0) 1409size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 1440if (other.Name.Length != 0) 1442Name = other.Name;