2 writes to Name
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
1103Name = other.Name; 1133Name = input.ReadString();
13 references to Name
Microsoft.ML.OnnxTransformer (13)
OnnxUtils.cs (3)
264inputTypePool[valueInfo.Name] = OnnxTypeParser.GetDataViewType(valueInfo.Type); 275outputTypePool[valueInfo.Name] = OnnxTypeParser.GetDataViewType(valueInfo.Type); 276casterPool[valueInfo.Name] = OnnxTypeParser.GetDataViewValueCasterAndResultedType(valueInfo.Type, out Type actualType);
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
1021if (Name != other.Name) return false; 1031if (Name.Length != 0) hash ^= Name.GetHashCode(); 1050if (Name.Length != 0) 1053output.WriteString(Name); 1075if (Name.Length != 0) 1077size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 1101if (other.Name.Length != 0) 1103Name = other.Name;