2 instantiations of AttributeProto
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
205
private static readonly pb::MessageParser<AttributeProto> _parser = new pb::MessageParser<AttributeProto>(() => new
AttributeProto
());
255
return new
AttributeProto
(this);
26 references to AttributeProto
Microsoft.ML.OnnxTransformer (26)
OnnxTransform.cs (1)
590
var
slotsAttr = slotsNode?.Attribute.FirstOrDefault(attr => attr.Name == "keys_strings");
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (25)
113
new pbr::GeneratedClrTypeInfo(typeof(global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
), global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Parser, new[]{ "Name", "RefAttrName", "DocString", "Type", "F", "I", "S", "T", "G", "SparseTensor", "Floats", "Ints", "Strings", "Tensors", "Graphs", "SparseTensors" }, null, new[]{ typeof(global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Types.AttributeType) }, null, null),
203
public sealed partial class AttributeProto : pb::IMessage<
AttributeProto
>
205
private static readonly pb::MessageParser<
AttributeProto
> _parser = new pb::MessageParser<
AttributeProto
>(() => new AttributeProto());
208
public static pb::MessageParser<
AttributeProto
> Parser { get { return _parser; } }
231
public AttributeProto(
AttributeProto
other) : this()
253
public
AttributeProto
Clone()
311
private global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Types.AttributeType type_ = global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Types.AttributeType.Undefined;
321
public global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Types.AttributeType Type
513
return Equals(other as
AttributeProto
);
517
public bool Equals(
AttributeProto
other)
553
if (Type != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Types.AttributeType.Undefined) hash ^= Type.GetHashCode();
622
if (Type != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Types.AttributeType.Undefined)
660
if (Type != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Types.AttributeType.Undefined)
702
public void MergeFrom(
AttributeProto
other)
720
if (other.Type != global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Types.AttributeType.Undefined)
852
Type = (global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Types.AttributeType)input.ReadEnum();
1290
private static readonly pb::FieldCodec<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
> _repeated_attribute_codec
1291
= pb::FieldCodec.ForMessage(42, global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
.Parser);
1292
private readonly pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
> attribute_ = new pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
>();
1297
public pbc::RepeatedField<global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.
AttributeProto
> Attribute