Documentation
¶
Index ¶
- type Config1
- func (*Config1) Descriptor() ([]byte, []int)
- func (m *Config1) GetStringField() string
- func (*Config1) ProtoMessage()
- func (m *Config1) Reset()
- func (m *Config1) String() string
- func (m *Config1) XXX_DiscardUnknown()
- func (m *Config1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Config1) XXX_Merge(src proto.Message)
- func (m *Config1) XXX_Size() int
- func (m *Config1) XXX_Unmarshal(b []byte) error
- type Config2
- func (*Config2) Descriptor() ([]byte, []int)
- func (m *Config2) GetStringField() string
- func (*Config2) ProtoMessage()
- func (m *Config2) Reset()
- func (m *Config2) String() string
- func (m *Config2) XXX_DiscardUnknown()
- func (m *Config2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Config2) XXX_Merge(src proto.Message)
- func (m *Config2) XXX_Size() int
- func (m *Config2) XXX_Unmarshal(b []byte) error
- type MessageWithAny
- func (*MessageWithAny) Descriptor() ([]byte, []int)
- func (m *MessageWithAny) GetAnyField() *any.Any
- func (*MessageWithAny) ProtoMessage()
- func (m *MessageWithAny) Reset()
- func (m *MessageWithAny) String() string
- func (m *MessageWithAny) XXX_DiscardUnknown()
- func (m *MessageWithAny) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MessageWithAny) XXX_Merge(src proto.Message)
- func (m *MessageWithAny) XXX_Size() int
- func (m *MessageWithAny) XXX_Unmarshal(b []byte) error
- type StatusProto
- func (*StatusProto) Descriptor() ([]byte, []int)
- func (m *StatusProto) GetErrorCode() tensorflow_error.Code
- func (m *StatusProto) GetErrorMessage() string
- func (*StatusProto) ProtoMessage()
- func (m *StatusProto) Reset()
- func (m *StatusProto) String() string
- func (m *StatusProto) XXX_DiscardUnknown()
- func (m *StatusProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StatusProto) XXX_Merge(src proto.Message)
- func (m *StatusProto) XXX_Size() int
- func (m *StatusProto) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config1 ¶
type Config1 struct { StringField string `protobuf:"bytes,1,opt,name=string_field,json=stringField,proto3" json:"string_field,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Config1) Descriptor ¶
func (*Config1) GetStringField ¶
func (*Config1) ProtoMessage ¶
func (*Config1) ProtoMessage()
func (*Config1) XXX_DiscardUnknown ¶
func (m *Config1) XXX_DiscardUnknown()
func (*Config1) XXX_Marshal ¶
func (*Config1) XXX_Unmarshal ¶
type Config2 ¶
type Config2 struct { StringField string `protobuf:"bytes,1,opt,name=string_field,json=stringField,proto3" json:"string_field,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Config2) Descriptor ¶
func (*Config2) GetStringField ¶
func (*Config2) ProtoMessage ¶
func (*Config2) ProtoMessage()
func (*Config2) XXX_DiscardUnknown ¶
func (m *Config2) XXX_DiscardUnknown()
func (*Config2) XXX_Marshal ¶
func (*Config2) XXX_Unmarshal ¶
type MessageWithAny ¶
type MessageWithAny struct { AnyField *any.Any `protobuf:"bytes,1,opt,name=any_field,json=anyField,proto3" json:"any_field,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MessageWithAny) Descriptor ¶
func (*MessageWithAny) Descriptor() ([]byte, []int)
func (*MessageWithAny) GetAnyField ¶
func (m *MessageWithAny) GetAnyField() *any.Any
func (*MessageWithAny) ProtoMessage ¶
func (*MessageWithAny) ProtoMessage()
func (*MessageWithAny) Reset ¶
func (m *MessageWithAny) Reset()
func (*MessageWithAny) String ¶
func (m *MessageWithAny) String() string
func (*MessageWithAny) XXX_DiscardUnknown ¶
func (m *MessageWithAny) XXX_DiscardUnknown()
func (*MessageWithAny) XXX_Marshal ¶
func (m *MessageWithAny) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MessageWithAny) XXX_Merge ¶
func (m *MessageWithAny) XXX_Merge(src proto.Message)
func (*MessageWithAny) XXX_Size ¶
func (m *MessageWithAny) XXX_Size() int
func (*MessageWithAny) XXX_Unmarshal ¶
func (m *MessageWithAny) XXX_Unmarshal(b []byte) error
type StatusProto ¶
type StatusProto struct { // Error code. ErrorCode tensorflow_error.Code `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3,enum=tensorflow.error.Code" json:"error_code,omitempty"` // Error message. Will only be set if an error was encountered. ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Status that corresponds to Status in third_party/tensorflow/core/lib/core/status.h.
func (*StatusProto) Descriptor ¶
func (*StatusProto) Descriptor() ([]byte, []int)
func (*StatusProto) GetErrorCode ¶
func (m *StatusProto) GetErrorCode() tensorflow_error.Code
func (*StatusProto) GetErrorMessage ¶
func (m *StatusProto) GetErrorMessage() string
func (*StatusProto) ProtoMessage ¶
func (*StatusProto) ProtoMessage()
func (*StatusProto) Reset ¶
func (m *StatusProto) Reset()
func (*StatusProto) String ¶
func (m *StatusProto) String() string
func (*StatusProto) XXX_DiscardUnknown ¶
func (m *StatusProto) XXX_DiscardUnknown()
func (*StatusProto) XXX_Marshal ¶
func (m *StatusProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StatusProto) XXX_Merge ¶
func (m *StatusProto) XXX_Merge(src proto.Message)
func (*StatusProto) XXX_Size ¶
func (m *StatusProto) XXX_Size() int
func (*StatusProto) XXX_Unmarshal ¶
func (m *StatusProto) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.