2 writes to Name
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
3230Name = other.Name; 3306Name = input.ReadString();
11 references to Name
Microsoft.ML.OnnxTransformer (11)
OnnxUtils.cs (1)
268initializerTypePool[valueInfo.Name] = OnnxTypeParser.GetScalarDataViewType(valueInfo.DataType);
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
3073if (Name != other.Name) return false; 3094if (Name.Length != 0) hash ^= Name.GetHashCode(); 3132if (Name.Length != 0) 3135output.WriteString(Name); 3178if (Name.Length != 0) 3180size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 3228if (other.Name.Length != 0) 3230Name = other.Name;