AttributeProto
constructor(name: String = "", refAttrName: String = "", docString: String = "", type: AttributeProto.AttributeType = AttributeProto.AttributeType.fromValue(0), f: Float = 0.0f, i: Long = 0, s: ByteArr = pbandk.ByteArr.empty, t: TensorProto? = null, g: GraphProto? = null, sparseTensor: SparseTensorProto? = null, tp: TypeProto? = null, floats: List<Float> = emptyList(), ints: List<Long> = emptyList(), strings: List<ByteArr> = emptyList(), tensors: List<TensorProto> = emptyList(), graphs: List<GraphProto> = emptyList(), sparseTensors: List<SparseTensorProto> = emptyList(), typeProtos: List<TypeProto> = emptyList(), unknownFields: Map<Int, UnknownField> = emptyMap())(source)