Documentation ¶
Overview ¶
Package pb is a generated protocol buffer package.
It is generated from these files:
gorgonia.org/tensor/internal/serialization/pb/generated.proto
It has these top-level messages:
AP Dense MaskedDense
Index ¶
- Constants
- Variables
- type AP
- type DataOrder
- type Dense
- func (*Dense) Descriptor() ([]byte, []int)
- func (m *Dense) Marshal() (dAtA []byte, err error)
- func (m *Dense) MarshalTo(dAtA []byte) (int, error)
- func (*Dense) ProtoMessage()
- func (m *Dense) ProtoSize() (n int)
- func (m *Dense) Reset()
- func (m *Dense) String() string
- func (m *Dense) Unmarshal(dAtA []byte) error
- type MaskedDense
- func (*MaskedDense) Descriptor() ([]byte, []int)
- func (m *MaskedDense) Marshal() (dAtA []byte, err error)
- func (m *MaskedDense) MarshalTo(dAtA []byte) (int, error)
- func (*MaskedDense) ProtoMessage()
- func (m *MaskedDense) ProtoSize() (n int)
- func (m *MaskedDense) Reset()
- func (m *MaskedDense) String() string
- func (m *MaskedDense) Unmarshal(dAtA []byte) error
- type Triangle
Constants ¶
View Source
const ( RowMajorContiguous = iota RowMajorNonContiguous ColMajorContiguous ColMajorNonContiguous )
the reason for spreading the states out is because proteaus cannot handle non-iota tates
Variables ¶
View Source
var ( ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") )
View Source
var Triangle_name = map[int32]string{
0: "NOT_TRIANGLE",
1: "UPPER",
2: "LOWER",
3: "SYMMETRIC",
}
View Source
var Triangle_value = map[string]int32{
"NOT_TRIANGLE": 0,
"UPPER": 1,
"LOWER": 2,
"SYMMETRIC": 3,
}
Functions ¶
This section is empty.
Types ¶
type MaskedDense ¶
func (*MaskedDense) Descriptor ¶
func (*MaskedDense) Descriptor() ([]byte, []int)
func (*MaskedDense) Marshal ¶
func (m *MaskedDense) Marshal() (dAtA []byte, err error)
func (*MaskedDense) ProtoMessage ¶
func (*MaskedDense) ProtoMessage()
func (*MaskedDense) ProtoSize ¶
func (m *MaskedDense) ProtoSize() (n int)
func (*MaskedDense) Reset ¶
func (m *MaskedDense) Reset()
func (*MaskedDense) String ¶
func (m *MaskedDense) String() string
func (*MaskedDense) Unmarshal ¶
func (m *MaskedDense) Unmarshal(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.