-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel.pb.go
54 lines (45 loc) · 2.13 KB
/
model.pb.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// Code generated by protoc-gen-go.
// source: proto/model.proto
// DO NOT EDIT!
/*
Package mfrs is a generated protocol buffer package.
It is generated from these files:
proto/model.proto
It has these top-level messages:
Model
*/
package mfrs
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
type Model struct {
Ldim int32 `protobuf:"varint,1,opt,name=ldim" json:"ldim,omitempty"`
Nrow int32 `protobuf:"varint,2,opt,name=nrow" json:"nrow,omitempty"`
Ncol int32 `protobuf:"varint,3,opt,name=ncol" json:"ncol,omitempty"`
Pwts []float32 `protobuf:"fixed32,4,rep,name=pwts" json:"pwts,omitempty"`
Qwts []float32 `protobuf:"fixed32,5,rep,name=qwts" json:"qwts,omitempty"`
Pbias []float32 `protobuf:"fixed32,6,rep,name=pbias" json:"pbias,omitempty"`
Qbias []float32 `protobuf:"fixed32,7,rep,name=qbias" json:"qbias,omitempty"`
}
func (m *Model) Reset() { *m = Model{} }
func (m *Model) String() string { return proto.CompactTextString(m) }
func (*Model) ProtoMessage() {}
func (*Model) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
func init() {
proto.RegisterType((*Model)(nil), "mfrs.Model")
}
var fileDescriptor0 = []byte{
// 123 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12, 0x2c, 0x28, 0xca, 0x2f,
0xc9, 0xd7, 0xcf, 0xcd, 0x4f, 0x49, 0xcd, 0xd1, 0x03, 0xb3, 0x85, 0x58, 0x72, 0xd3, 0x8a, 0x8a,
0x95, 0xb2, 0xb9, 0x58, 0x7d, 0x41, 0x82, 0x42, 0x3c, 0x5c, 0x2c, 0x39, 0x29, 0x99, 0xb9, 0x12,
0x8c, 0x0a, 0x8c, 0x1a, 0xac, 0x20, 0x5e, 0x5e, 0x51, 0x7e, 0xb9, 0x04, 0x13, 0x9c, 0x97, 0x9c,
0x9f, 0x23, 0xc1, 0x0c, 0xe3, 0x15, 0x94, 0x97, 0x14, 0x4b, 0xb0, 0x28, 0x30, 0x6b, 0x30, 0x81,
0x78, 0x85, 0x20, 0x1e, 0x2b, 0x98, 0xc7, 0xcb, 0xc5, 0x5a, 0x90, 0x94, 0x99, 0x58, 0x2c, 0xc1,
0x06, 0xe3, 0x16, 0x82, 0xb9, 0xec, 0x20, 0x6e, 0x12, 0x1b, 0xd8, 0x66, 0x63, 0x40, 0x00, 0x00,
0x00, 0xff, 0xff, 0x7f, 0xa2, 0x22, 0x20, 0x8e, 0x00, 0x00, 0x00,
}