Versions in this module Expand all Collapse all v0 v0.6.1 Aug 30, 2021 v0.6.0 Jul 1, 2021 v0.6.0-rc0 Apr 25, 2021 v0.5.1 Mar 2, 2021 v0.5.0 Feb 14, 2021 v0.5.0-rc2 Jan 10, 2021 v0.5.0-rc1 Dec 15, 2020 v0.5.0-rc0 Nov 13, 2020 v0.4.1 Oct 16, 2020 v0.4.0 Jul 23, 2020 v0.3.0 Mar 11, 2020 v0.1.3 Sep 24, 2019 v0.1.2 Aug 13, 2019 v0.1.1 Jul 31, 2019 v0.1.0 Jul 10, 2019 Changes in this version + var ApiDef_Visibility_name = map[int32]string + var ApiDef_Visibility_value = map[string]int32 + var DataType_name = map[int32]string + var DataType_value = map[string]int32 + var GraphTransferInfo_Destination_name = map[int32]string + var GraphTransferInfo_Destination_value = map[string]int32 + type AllocationDescription struct + AllocatedBytes int64 + AllocationId int64 + AllocatorName string + HasSingleReference bool + Ptr uint64 + RequestedBytes int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AllocationDescription) Descriptor() ([]byte, []int) + func (*AllocationDescription) ProtoMessage() + func (m *AllocationDescription) GetAllocatedBytes() int64 + func (m *AllocationDescription) GetAllocationId() int64 + func (m *AllocationDescription) GetAllocatorName() string + func (m *AllocationDescription) GetHasSingleReference() bool + func (m *AllocationDescription) GetPtr() uint64 + func (m *AllocationDescription) GetRequestedBytes() int64 + func (m *AllocationDescription) Reset() + func (m *AllocationDescription) String() string + func (m *AllocationDescription) XXX_DiscardUnknown() + func (m *AllocationDescription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AllocationDescription) XXX_Merge(src proto.Message) + func (m *AllocationDescription) XXX_Size() int + func (m *AllocationDescription) XXX_Unmarshal(b []byte) error + type AllocationRecord struct + AllocBytes int64 + AllocMicros int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AllocationRecord) Descriptor() ([]byte, []int) + func (*AllocationRecord) ProtoMessage() + func (m *AllocationRecord) GetAllocBytes() int64 + func (m *AllocationRecord) GetAllocMicros() int64 + func (m *AllocationRecord) Reset() + func (m *AllocationRecord) String() string + func (m *AllocationRecord) XXX_DiscardUnknown() + func (m *AllocationRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AllocationRecord) XXX_Merge(src proto.Message) + func (m *AllocationRecord) XXX_Size() int + func (m *AllocationRecord) XXX_Unmarshal(b []byte) error + type AllocatorMemoryUsed struct + AllocationRecords []*AllocationRecord + AllocatorBytesInUse int64 + AllocatorName string + LiveBytes int64 + PeakBytes int64 + TotalBytes int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AllocatorMemoryUsed) Descriptor() ([]byte, []int) + func (*AllocatorMemoryUsed) ProtoMessage() + func (m *AllocatorMemoryUsed) GetAllocationRecords() []*AllocationRecord + func (m *AllocatorMemoryUsed) GetAllocatorBytesInUse() int64 + func (m *AllocatorMemoryUsed) GetAllocatorName() string + func (m *AllocatorMemoryUsed) GetLiveBytes() int64 + func (m *AllocatorMemoryUsed) GetPeakBytes() int64 + func (m *AllocatorMemoryUsed) GetTotalBytes() int64 + func (m *AllocatorMemoryUsed) Reset() + func (m *AllocatorMemoryUsed) String() string + func (m *AllocatorMemoryUsed) XXX_DiscardUnknown() + func (m *AllocatorMemoryUsed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AllocatorMemoryUsed) XXX_Merge(src proto.Message) + func (m *AllocatorMemoryUsed) XXX_Size() int + func (m *AllocatorMemoryUsed) XXX_Unmarshal(b []byte) error + type ApiDef struct + ArgOrder []string + Attr []*ApiDef_Attr + DeprecationMessage string + DeprecationVersion int32 + Description string + DescriptionPrefix string + DescriptionSuffix string + Endpoint []*ApiDef_Endpoint + GraphOpName string + InArg []*ApiDef_Arg + OutArg []*ApiDef_Arg + Summary string + Visibility ApiDef_Visibility + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ApiDef) Descriptor() ([]byte, []int) + func (*ApiDef) ProtoMessage() + func (m *ApiDef) GetArgOrder() []string + func (m *ApiDef) GetAttr() []*ApiDef_Attr + func (m *ApiDef) GetDeprecationMessage() string + func (m *ApiDef) GetDeprecationVersion() int32 + func (m *ApiDef) GetDescription() string + func (m *ApiDef) GetDescriptionPrefix() string + func (m *ApiDef) GetDescriptionSuffix() string + func (m *ApiDef) GetEndpoint() []*ApiDef_Endpoint + func (m *ApiDef) GetGraphOpName() string + func (m *ApiDef) GetInArg() []*ApiDef_Arg + func (m *ApiDef) GetOutArg() []*ApiDef_Arg + func (m *ApiDef) GetSummary() string + func (m *ApiDef) GetVisibility() ApiDef_Visibility + func (m *ApiDef) Reset() + func (m *ApiDef) String() string + func (m *ApiDef) XXX_DiscardUnknown() + func (m *ApiDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApiDef) XXX_Merge(src proto.Message) + func (m *ApiDef) XXX_Size() int + func (m *ApiDef) XXX_Unmarshal(b []byte) error + type ApiDef_Arg struct + Description string + Name string + RenameTo string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ApiDef_Arg) Descriptor() ([]byte, []int) + func (*ApiDef_Arg) ProtoMessage() + func (m *ApiDef_Arg) GetDescription() string + func (m *ApiDef_Arg) GetName() string + func (m *ApiDef_Arg) GetRenameTo() string + func (m *ApiDef_Arg) Reset() + func (m *ApiDef_Arg) String() string + func (m *ApiDef_Arg) XXX_DiscardUnknown() + func (m *ApiDef_Arg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApiDef_Arg) XXX_Merge(src proto.Message) + func (m *ApiDef_Arg) XXX_Size() int + func (m *ApiDef_Arg) XXX_Unmarshal(b []byte) error + type ApiDef_Attr struct + DefaultValue *AttrValue + Description string + Name string + RenameTo string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ApiDef_Attr) Descriptor() ([]byte, []int) + func (*ApiDef_Attr) ProtoMessage() + func (m *ApiDef_Attr) GetDefaultValue() *AttrValue + func (m *ApiDef_Attr) GetDescription() string + func (m *ApiDef_Attr) GetName() string + func (m *ApiDef_Attr) GetRenameTo() string + func (m *ApiDef_Attr) Reset() + func (m *ApiDef_Attr) String() string + func (m *ApiDef_Attr) XXX_DiscardUnknown() + func (m *ApiDef_Attr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApiDef_Attr) XXX_Merge(src proto.Message) + func (m *ApiDef_Attr) XXX_Size() int + func (m *ApiDef_Attr) XXX_Unmarshal(b []byte) error + type ApiDef_Endpoint struct + Deprecated bool + DeprecationVersion int32 + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ApiDef_Endpoint) Descriptor() ([]byte, []int) + func (*ApiDef_Endpoint) ProtoMessage() + func (m *ApiDef_Endpoint) GetDeprecated() bool + func (m *ApiDef_Endpoint) GetDeprecationVersion() int32 + func (m *ApiDef_Endpoint) GetName() string + func (m *ApiDef_Endpoint) Reset() + func (m *ApiDef_Endpoint) String() string + func (m *ApiDef_Endpoint) XXX_DiscardUnknown() + func (m *ApiDef_Endpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApiDef_Endpoint) XXX_Merge(src proto.Message) + func (m *ApiDef_Endpoint) XXX_Size() int + func (m *ApiDef_Endpoint) XXX_Unmarshal(b []byte) error + type ApiDef_Visibility int32 + const ApiDef_DEFAULT_VISIBILITY + const ApiDef_HIDDEN + const ApiDef_SKIP + const ApiDef_VISIBLE + func (ApiDef_Visibility) EnumDescriptor() ([]byte, []int) + func (x ApiDef_Visibility) String() string + type ApiDefs struct + Op []*ApiDef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ApiDefs) Descriptor() ([]byte, []int) + func (*ApiDefs) ProtoMessage() + func (m *ApiDefs) GetOp() []*ApiDef + func (m *ApiDefs) Reset() + func (m *ApiDefs) String() string + func (m *ApiDefs) XXX_DiscardUnknown() + func (m *ApiDefs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApiDefs) XXX_Merge(src proto.Message) + func (m *ApiDefs) XXX_Size() int + func (m *ApiDefs) XXX_Unmarshal(b []byte) error + type AttrValue struct + Value isAttrValue_Value + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AttrValue) Descriptor() ([]byte, []int) + func (*AttrValue) ProtoMessage() + func (*AttrValue) XXX_OneofWrappers() []interface{} + func (m *AttrValue) GetB() bool + func (m *AttrValue) GetF() float32 + func (m *AttrValue) GetFunc() *NameAttrList + func (m *AttrValue) GetI() int64 + func (m *AttrValue) GetList() *AttrValue_ListValue + func (m *AttrValue) GetPlaceholder() string + func (m *AttrValue) GetS() []byte + func (m *AttrValue) GetShape() *TensorShapeProto + func (m *AttrValue) GetTensor() *TensorProto + func (m *AttrValue) GetType() DataType + func (m *AttrValue) GetValue() isAttrValue_Value + func (m *AttrValue) Reset() + func (m *AttrValue) String() string + func (m *AttrValue) XXX_DiscardUnknown() + func (m *AttrValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AttrValue) XXX_Merge(src proto.Message) + func (m *AttrValue) XXX_Size() int + func (m *AttrValue) XXX_Unmarshal(b []byte) error + type AttrValue_B struct + B bool + type AttrValue_F struct + F float32 + type AttrValue_Func struct + Func *NameAttrList + type AttrValue_I struct + I int64 + type AttrValue_List struct + List *AttrValue_ListValue + type AttrValue_ListValue struct + B []bool + F []float32 + Func []*NameAttrList + I []int64 + S [][]byte + Shape []*TensorShapeProto + Tensor []*TensorProto + Type []DataType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AttrValue_ListValue) Descriptor() ([]byte, []int) + func (*AttrValue_ListValue) ProtoMessage() + func (m *AttrValue_ListValue) GetB() []bool + func (m *AttrValue_ListValue) GetF() []float32 + func (m *AttrValue_ListValue) GetFunc() []*NameAttrList + func (m *AttrValue_ListValue) GetI() []int64 + func (m *AttrValue_ListValue) GetS() [][]byte + func (m *AttrValue_ListValue) GetShape() []*TensorShapeProto + func (m *AttrValue_ListValue) GetTensor() []*TensorProto + func (m *AttrValue_ListValue) GetType() []DataType + func (m *AttrValue_ListValue) Reset() + func (m *AttrValue_ListValue) String() string + func (m *AttrValue_ListValue) XXX_DiscardUnknown() + func (m *AttrValue_ListValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AttrValue_ListValue) XXX_Merge(src proto.Message) + func (m *AttrValue_ListValue) XXX_Size() int + func (m *AttrValue_ListValue) XXX_Unmarshal(b []byte) error + type AttrValue_Placeholder struct + Placeholder string + type AttrValue_S struct + S []byte + type AttrValue_Shape struct + Shape *TensorShapeProto + type AttrValue_Tensor struct + Tensor *TensorProto + type AttrValue_Type struct + Type DataType + type CostGraphDef struct + Node []*CostGraphDef_Node + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CostGraphDef) Descriptor() ([]byte, []int) + func (*CostGraphDef) ProtoMessage() + func (m *CostGraphDef) GetNode() []*CostGraphDef_Node + func (m *CostGraphDef) Reset() + func (m *CostGraphDef) String() string + func (m *CostGraphDef) XXX_DiscardUnknown() + func (m *CostGraphDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CostGraphDef) XXX_Merge(src proto.Message) + func (m *CostGraphDef) XXX_Size() int + func (m *CostGraphDef) XXX_Unmarshal(b []byte) error + type CostGraphDef_Node struct + ComputeCost int64 + ComputeTime int64 + ControlInput []int32 + Device string + DevicePersistentMemorySize int64 + DeviceTempMemorySize int64 + HostTempMemorySize int64 + Id int32 + Inaccurate bool + InputInfo []*CostGraphDef_Node_InputInfo + IsFinal bool + MemoryTime int64 + Name string + OutputInfo []*CostGraphDef_Node_OutputInfo + PersistentMemorySize int64 + TemporaryMemorySize int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CostGraphDef_Node) Descriptor() ([]byte, []int) + func (*CostGraphDef_Node) ProtoMessage() + func (m *CostGraphDef_Node) GetComputeCost() int64 + func (m *CostGraphDef_Node) GetComputeTime() int64 + func (m *CostGraphDef_Node) GetControlInput() []int32 + func (m *CostGraphDef_Node) GetDevice() string + func (m *CostGraphDef_Node) GetDevicePersistentMemorySize() int64 + func (m *CostGraphDef_Node) GetDeviceTempMemorySize() int64 + func (m *CostGraphDef_Node) GetHostTempMemorySize() int64 + func (m *CostGraphDef_Node) GetId() int32 + func (m *CostGraphDef_Node) GetInaccurate() bool + func (m *CostGraphDef_Node) GetInputInfo() []*CostGraphDef_Node_InputInfo + func (m *CostGraphDef_Node) GetIsFinal() bool + func (m *CostGraphDef_Node) GetMemoryTime() int64 + func (m *CostGraphDef_Node) GetName() string + func (m *CostGraphDef_Node) GetOutputInfo() []*CostGraphDef_Node_OutputInfo + func (m *CostGraphDef_Node) GetPersistentMemorySize() int64 + func (m *CostGraphDef_Node) GetTemporaryMemorySize() int64 + func (m *CostGraphDef_Node) Reset() + func (m *CostGraphDef_Node) String() string + func (m *CostGraphDef_Node) XXX_DiscardUnknown() + func (m *CostGraphDef_Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CostGraphDef_Node) XXX_Merge(src proto.Message) + func (m *CostGraphDef_Node) XXX_Size() int + func (m *CostGraphDef_Node) XXX_Unmarshal(b []byte) error + type CostGraphDef_Node_InputInfo struct + PrecedingNode int32 + PrecedingPort int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CostGraphDef_Node_InputInfo) Descriptor() ([]byte, []int) + func (*CostGraphDef_Node_InputInfo) ProtoMessage() + func (m *CostGraphDef_Node_InputInfo) GetPrecedingNode() int32 + func (m *CostGraphDef_Node_InputInfo) GetPrecedingPort() int32 + func (m *CostGraphDef_Node_InputInfo) Reset() + func (m *CostGraphDef_Node_InputInfo) String() string + func (m *CostGraphDef_Node_InputInfo) XXX_DiscardUnknown() + func (m *CostGraphDef_Node_InputInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CostGraphDef_Node_InputInfo) XXX_Merge(src proto.Message) + func (m *CostGraphDef_Node_InputInfo) XXX_Size() int + func (m *CostGraphDef_Node_InputInfo) XXX_Unmarshal(b []byte) error + type CostGraphDef_Node_OutputInfo struct + AliasInputPort int64 + Dtype DataType + Shape *TensorShapeProto + Size int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CostGraphDef_Node_OutputInfo) Descriptor() ([]byte, []int) + func (*CostGraphDef_Node_OutputInfo) ProtoMessage() + func (m *CostGraphDef_Node_OutputInfo) GetAliasInputPort() int64 + func (m *CostGraphDef_Node_OutputInfo) GetDtype() DataType + func (m *CostGraphDef_Node_OutputInfo) GetShape() *TensorShapeProto + func (m *CostGraphDef_Node_OutputInfo) GetSize() int64 + func (m *CostGraphDef_Node_OutputInfo) Reset() + func (m *CostGraphDef_Node_OutputInfo) String() string + func (m *CostGraphDef_Node_OutputInfo) XXX_DiscardUnknown() + func (m *CostGraphDef_Node_OutputInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CostGraphDef_Node_OutputInfo) XXX_Merge(src proto.Message) + func (m *CostGraphDef_Node_OutputInfo) XXX_Size() int + func (m *CostGraphDef_Node_OutputInfo) XXX_Unmarshal(b []byte) error + type DataType int32 + const DataType_DT_BFLOAT16 + const DataType_DT_BFLOAT16_REF + const DataType_DT_BOOL + const DataType_DT_BOOL_REF + const DataType_DT_COMPLEX128 + const DataType_DT_COMPLEX128_REF + const DataType_DT_COMPLEX64 + const DataType_DT_COMPLEX64_REF + const DataType_DT_DOUBLE + const DataType_DT_DOUBLE_REF + const DataType_DT_FLOAT + const DataType_DT_FLOAT_REF + const DataType_DT_HALF + const DataType_DT_HALF_REF + const DataType_DT_INT16 + const DataType_DT_INT16_REF + const DataType_DT_INT32 + const DataType_DT_INT32_REF + const DataType_DT_INT64 + const DataType_DT_INT64_REF + const DataType_DT_INT8 + const DataType_DT_INT8_REF + const DataType_DT_INVALID + const DataType_DT_QINT16 + const DataType_DT_QINT16_REF + const DataType_DT_QINT32 + const DataType_DT_QINT32_REF + const DataType_DT_QINT8 + const DataType_DT_QINT8_REF + const DataType_DT_QUINT16 + const DataType_DT_QUINT16_REF + const DataType_DT_QUINT8 + const DataType_DT_QUINT8_REF + const DataType_DT_RESOURCE + const DataType_DT_RESOURCE_REF + const DataType_DT_STRING + const DataType_DT_STRING_REF + const DataType_DT_UINT16 + const DataType_DT_UINT16_REF + const DataType_DT_UINT32 + const DataType_DT_UINT32_REF + const DataType_DT_UINT64 + const DataType_DT_UINT64_REF + const DataType_DT_UINT8 + const DataType_DT_UINT8_REF + const DataType_DT_VARIANT + const DataType_DT_VARIANT_REF + func (DataType) EnumDescriptor() ([]byte, []int) + func (x DataType) String() string + type DeviceAttributes struct + DeviceType string + Incarnation uint64 + Locality *DeviceLocality + MemoryLimit int64 + Name string + PhysicalDeviceDesc string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeviceAttributes) Descriptor() ([]byte, []int) + func (*DeviceAttributes) ProtoMessage() + func (m *DeviceAttributes) GetDeviceType() string + func (m *DeviceAttributes) GetIncarnation() uint64 + func (m *DeviceAttributes) GetLocality() *DeviceLocality + func (m *DeviceAttributes) GetMemoryLimit() int64 + func (m *DeviceAttributes) GetName() string + func (m *DeviceAttributes) GetPhysicalDeviceDesc() string + func (m *DeviceAttributes) Reset() + func (m *DeviceAttributes) String() string + func (m *DeviceAttributes) XXX_DiscardUnknown() + func (m *DeviceAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeviceAttributes) XXX_Merge(src proto.Message) + func (m *DeviceAttributes) XXX_Size() int + func (m *DeviceAttributes) XXX_Unmarshal(b []byte) error + type DeviceLocality struct + BusId int32 + Links *LocalLinks + NumaNode int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeviceLocality) Descriptor() ([]byte, []int) + func (*DeviceLocality) ProtoMessage() + func (m *DeviceLocality) GetBusId() int32 + func (m *DeviceLocality) GetLinks() *LocalLinks + func (m *DeviceLocality) GetNumaNode() int32 + func (m *DeviceLocality) Reset() + func (m *DeviceLocality) String() string + func (m *DeviceLocality) XXX_DiscardUnknown() + func (m *DeviceLocality) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeviceLocality) XXX_Merge(src proto.Message) + func (m *DeviceLocality) XXX_Size() int + func (m *DeviceLocality) XXX_Unmarshal(b []byte) error + type DeviceStepStats struct + Device string + NodeStats []*NodeExecStats + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeviceStepStats) Descriptor() ([]byte, []int) + func (*DeviceStepStats) ProtoMessage() + func (m *DeviceStepStats) GetDevice() string + func (m *DeviceStepStats) GetNodeStats() []*NodeExecStats + func (m *DeviceStepStats) Reset() + func (m *DeviceStepStats) String() string + func (m *DeviceStepStats) XXX_DiscardUnknown() + func (m *DeviceStepStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeviceStepStats) XXX_Merge(src proto.Message) + func (m *DeviceStepStats) XXX_Size() int + func (m *DeviceStepStats) XXX_Unmarshal(b []byte) error + type FunctionDef struct + Attr map[string]*AttrValue + NodeDef []*NodeDef + Ret map[string]string + Signature *OpDef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FunctionDef) Descriptor() ([]byte, []int) + func (*FunctionDef) ProtoMessage() + func (m *FunctionDef) GetAttr() map[string]*AttrValue + func (m *FunctionDef) GetNodeDef() []*NodeDef + func (m *FunctionDef) GetRet() map[string]string + func (m *FunctionDef) GetSignature() *OpDef + func (m *FunctionDef) Reset() + func (m *FunctionDef) String() string + func (m *FunctionDef) XXX_DiscardUnknown() + func (m *FunctionDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FunctionDef) XXX_Merge(src proto.Message) + func (m *FunctionDef) XXX_Size() int + func (m *FunctionDef) XXX_Unmarshal(b []byte) error + type FunctionDefLibrary struct + Function []*FunctionDef + Gradient []*GradientDef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FunctionDefLibrary) Descriptor() ([]byte, []int) + func (*FunctionDefLibrary) ProtoMessage() + func (m *FunctionDefLibrary) GetFunction() []*FunctionDef + func (m *FunctionDefLibrary) GetGradient() []*GradientDef + func (m *FunctionDefLibrary) Reset() + func (m *FunctionDefLibrary) String() string + func (m *FunctionDefLibrary) XXX_DiscardUnknown() + func (m *FunctionDefLibrary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FunctionDefLibrary) XXX_Merge(src proto.Message) + func (m *FunctionDefLibrary) XXX_Size() int + func (m *FunctionDefLibrary) XXX_Unmarshal(b []byte) error + type GradientDef struct + FunctionName string + GradientFunc string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GradientDef) Descriptor() ([]byte, []int) + func (*GradientDef) ProtoMessage() + func (m *GradientDef) GetFunctionName() string + func (m *GradientDef) GetGradientFunc() string + func (m *GradientDef) Reset() + func (m *GradientDef) String() string + func (m *GradientDef) XXX_DiscardUnknown() + func (m *GradientDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GradientDef) XXX_Merge(src proto.Message) + func (m *GradientDef) XXX_Size() int + func (m *GradientDef) XXX_Unmarshal(b []byte) error + type GraphDef struct + Library *FunctionDefLibrary + Node []*NodeDef + Version int32 + Versions *VersionDef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GraphDef) Descriptor() ([]byte, []int) + func (*GraphDef) ProtoMessage() + func (m *GraphDef) GetLibrary() *FunctionDefLibrary + func (m *GraphDef) GetNode() []*NodeDef + func (m *GraphDef) GetVersion() int32 + func (m *GraphDef) GetVersions() *VersionDef + func (m *GraphDef) Reset() + func (m *GraphDef) String() string + func (m *GraphDef) XXX_DiscardUnknown() + func (m *GraphDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GraphDef) XXX_Merge(src proto.Message) + func (m *GraphDef) XXX_Size() int + func (m *GraphDef) XXX_Unmarshal(b []byte) error + type GraphTransferConstNodeInfo struct + Data []byte + Dtype DataType + Name string + NodeId int32 + Shape []int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GraphTransferConstNodeInfo) Descriptor() ([]byte, []int) + func (*GraphTransferConstNodeInfo) ProtoMessage() + func (m *GraphTransferConstNodeInfo) GetData() []byte + func (m *GraphTransferConstNodeInfo) GetDtype() DataType + func (m *GraphTransferConstNodeInfo) GetName() string + func (m *GraphTransferConstNodeInfo) GetNodeId() int32 + func (m *GraphTransferConstNodeInfo) GetShape() []int64 + func (m *GraphTransferConstNodeInfo) Reset() + func (m *GraphTransferConstNodeInfo) String() string + func (m *GraphTransferConstNodeInfo) XXX_DiscardUnknown() + func (m *GraphTransferConstNodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GraphTransferConstNodeInfo) XXX_Merge(src proto.Message) + func (m *GraphTransferConstNodeInfo) XXX_Size() int + func (m *GraphTransferConstNodeInfo) XXX_Unmarshal(b []byte) error + type GraphTransferGraphInputNodeInfo struct + Dtype DataType + Name string + Shape []int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GraphTransferGraphInputNodeInfo) Descriptor() ([]byte, []int) + func (*GraphTransferGraphInputNodeInfo) ProtoMessage() + func (m *GraphTransferGraphInputNodeInfo) GetDtype() DataType + func (m *GraphTransferGraphInputNodeInfo) GetName() string + func (m *GraphTransferGraphInputNodeInfo) GetShape() []int64 + func (m *GraphTransferGraphInputNodeInfo) Reset() + func (m *GraphTransferGraphInputNodeInfo) String() string + func (m *GraphTransferGraphInputNodeInfo) XXX_DiscardUnknown() + func (m *GraphTransferGraphInputNodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GraphTransferGraphInputNodeInfo) XXX_Merge(src proto.Message) + func (m *GraphTransferGraphInputNodeInfo) XXX_Size() int + func (m *GraphTransferGraphInputNodeInfo) XXX_Unmarshal(b []byte) error + type GraphTransferGraphOutputNodeInfo struct + Dtype DataType + Name string + Shape []int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GraphTransferGraphOutputNodeInfo) Descriptor() ([]byte, []int) + func (*GraphTransferGraphOutputNodeInfo) ProtoMessage() + func (m *GraphTransferGraphOutputNodeInfo) GetDtype() DataType + func (m *GraphTransferGraphOutputNodeInfo) GetName() string + func (m *GraphTransferGraphOutputNodeInfo) GetShape() []int64 + func (m *GraphTransferGraphOutputNodeInfo) Reset() + func (m *GraphTransferGraphOutputNodeInfo) String() string + func (m *GraphTransferGraphOutputNodeInfo) XXX_DiscardUnknown() + func (m *GraphTransferGraphOutputNodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GraphTransferGraphOutputNodeInfo) XXX_Merge(src proto.Message) + func (m *GraphTransferGraphOutputNodeInfo) XXX_Size() int + func (m *GraphTransferGraphOutputNodeInfo) XXX_Unmarshal(b []byte) error + type GraphTransferInfo struct + ConstNodeInfo []*GraphTransferConstNodeInfo + Destination GraphTransferInfo_Destination + GraphInputNodeInfo []*GraphTransferGraphInputNodeInfo + GraphOutputNodeInfo []*GraphTransferGraphOutputNodeInfo + NodeInfo []*GraphTransferNodeInfo + NodeInputInfo []*GraphTransferNodeInputInfo + NodeOutputInfo []*GraphTransferNodeOutputInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GraphTransferInfo) Descriptor() ([]byte, []int) + func (*GraphTransferInfo) ProtoMessage() + func (m *GraphTransferInfo) GetConstNodeInfo() []*GraphTransferConstNodeInfo + func (m *GraphTransferInfo) GetDestination() GraphTransferInfo_Destination + func (m *GraphTransferInfo) GetGraphInputNodeInfo() []*GraphTransferGraphInputNodeInfo + func (m *GraphTransferInfo) GetGraphOutputNodeInfo() []*GraphTransferGraphOutputNodeInfo + func (m *GraphTransferInfo) GetNodeInfo() []*GraphTransferNodeInfo + func (m *GraphTransferInfo) GetNodeInputInfo() []*GraphTransferNodeInputInfo + func (m *GraphTransferInfo) GetNodeOutputInfo() []*GraphTransferNodeOutputInfo + func (m *GraphTransferInfo) Reset() + func (m *GraphTransferInfo) String() string + func (m *GraphTransferInfo) XXX_DiscardUnknown() + func (m *GraphTransferInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GraphTransferInfo) XXX_Merge(src proto.Message) + func (m *GraphTransferInfo) XXX_Size() int + func (m *GraphTransferInfo) XXX_Unmarshal(b []byte) error + type GraphTransferInfo_Destination int32 + const GraphTransferInfo_HEXAGON + const GraphTransferInfo_NOP + func (GraphTransferInfo_Destination) EnumDescriptor() ([]byte, []int) + func (x GraphTransferInfo_Destination) String() string + type GraphTransferNodeInfo struct + InputCount int32 + Name string + NodeId int32 + OutputCount int32 + PaddingId int32 + SocOpId int32 + TypeName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GraphTransferNodeInfo) Descriptor() ([]byte, []int) + func (*GraphTransferNodeInfo) ProtoMessage() + func (m *GraphTransferNodeInfo) GetInputCount() int32 + func (m *GraphTransferNodeInfo) GetName() string + func (m *GraphTransferNodeInfo) GetNodeId() int32 + func (m *GraphTransferNodeInfo) GetOutputCount() int32 + func (m *GraphTransferNodeInfo) GetPaddingId() int32 + func (m *GraphTransferNodeInfo) GetSocOpId() int32 + func (m *GraphTransferNodeInfo) GetTypeName() string + func (m *GraphTransferNodeInfo) Reset() + func (m *GraphTransferNodeInfo) String() string + func (m *GraphTransferNodeInfo) XXX_DiscardUnknown() + func (m *GraphTransferNodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GraphTransferNodeInfo) XXX_Merge(src proto.Message) + func (m *GraphTransferNodeInfo) XXX_Size() int + func (m *GraphTransferNodeInfo) XXX_Unmarshal(b []byte) error + type GraphTransferNodeInput struct + NodeId int32 + OutputPort int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GraphTransferNodeInput) Descriptor() ([]byte, []int) + func (*GraphTransferNodeInput) ProtoMessage() + func (m *GraphTransferNodeInput) GetNodeId() int32 + func (m *GraphTransferNodeInput) GetOutputPort() int32 + func (m *GraphTransferNodeInput) Reset() + func (m *GraphTransferNodeInput) String() string + func (m *GraphTransferNodeInput) XXX_DiscardUnknown() + func (m *GraphTransferNodeInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GraphTransferNodeInput) XXX_Merge(src proto.Message) + func (m *GraphTransferNodeInput) XXX_Size() int + func (m *GraphTransferNodeInput) XXX_Unmarshal(b []byte) error + type GraphTransferNodeInputInfo struct + NodeId int32 + NodeInput []*GraphTransferNodeInput + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GraphTransferNodeInputInfo) Descriptor() ([]byte, []int) + func (*GraphTransferNodeInputInfo) ProtoMessage() + func (m *GraphTransferNodeInputInfo) GetNodeId() int32 + func (m *GraphTransferNodeInputInfo) GetNodeInput() []*GraphTransferNodeInput + func (m *GraphTransferNodeInputInfo) Reset() + func (m *GraphTransferNodeInputInfo) String() string + func (m *GraphTransferNodeInputInfo) XXX_DiscardUnknown() + func (m *GraphTransferNodeInputInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GraphTransferNodeInputInfo) XXX_Merge(src proto.Message) + func (m *GraphTransferNodeInputInfo) XXX_Size() int + func (m *GraphTransferNodeInputInfo) XXX_Unmarshal(b []byte) error + type GraphTransferNodeOutputInfo struct + MaxByteSize []int32 + NodeId int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GraphTransferNodeOutputInfo) Descriptor() ([]byte, []int) + func (*GraphTransferNodeOutputInfo) ProtoMessage() + func (m *GraphTransferNodeOutputInfo) GetMaxByteSize() []int32 + func (m *GraphTransferNodeOutputInfo) GetNodeId() int32 + func (m *GraphTransferNodeOutputInfo) Reset() + func (m *GraphTransferNodeOutputInfo) String() string + func (m *GraphTransferNodeOutputInfo) XXX_DiscardUnknown() + func (m *GraphTransferNodeOutputInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GraphTransferNodeOutputInfo) XXX_Merge(src proto.Message) + func (m *GraphTransferNodeOutputInfo) XXX_Size() int + func (m *GraphTransferNodeOutputInfo) XXX_Unmarshal(b []byte) error + type HistogramProto struct + Bucket []float64 + BucketLimit []float64 + Max float64 + Min float64 + Num float64 + Sum float64 + SumSquares float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HistogramProto) Descriptor() ([]byte, []int) + func (*HistogramProto) ProtoMessage() + func (m *HistogramProto) GetBucket() []float64 + func (m *HistogramProto) GetBucketLimit() []float64 + func (m *HistogramProto) GetMax() float64 + func (m *HistogramProto) GetMin() float64 + func (m *HistogramProto) GetNum() float64 + func (m *HistogramProto) GetSum() float64 + func (m *HistogramProto) GetSumSquares() float64 + func (m *HistogramProto) Reset() + func (m *HistogramProto) String() string + func (m *HistogramProto) XXX_DiscardUnknown() + func (m *HistogramProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HistogramProto) XXX_Merge(src proto.Message) + func (m *HistogramProto) XXX_Size() int + func (m *HistogramProto) XXX_Unmarshal(b []byte) error + type InterconnectLink struct + DeviceId int32 + Strength int32 + Type string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*InterconnectLink) Descriptor() ([]byte, []int) + func (*InterconnectLink) ProtoMessage() + func (m *InterconnectLink) GetDeviceId() int32 + func (m *InterconnectLink) GetStrength() int32 + func (m *InterconnectLink) GetType() string + func (m *InterconnectLink) Reset() + func (m *InterconnectLink) String() string + func (m *InterconnectLink) XXX_DiscardUnknown() + func (m *InterconnectLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InterconnectLink) XXX_Merge(src proto.Message) + func (m *InterconnectLink) XXX_Size() int + func (m *InterconnectLink) XXX_Unmarshal(b []byte) error + type IteratorStateMetadata struct + Keys []string + Version string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*IteratorStateMetadata) Descriptor() ([]byte, []int) + func (*IteratorStateMetadata) ProtoMessage() + func (m *IteratorStateMetadata) GetKeys() []string + func (m *IteratorStateMetadata) GetVersion() string + func (m *IteratorStateMetadata) Reset() + func (m *IteratorStateMetadata) String() string + func (m *IteratorStateMetadata) XXX_DiscardUnknown() + func (m *IteratorStateMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *IteratorStateMetadata) XXX_Merge(src proto.Message) + func (m *IteratorStateMetadata) XXX_Size() int + func (m *IteratorStateMetadata) XXX_Unmarshal(b []byte) error + type KernelDef struct + Constraint []*KernelDef_AttrConstraint + DeviceType string + HostMemoryArg []string + Label string + Op string + Priority int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KernelDef) Descriptor() ([]byte, []int) + func (*KernelDef) ProtoMessage() + func (m *KernelDef) GetConstraint() []*KernelDef_AttrConstraint + func (m *KernelDef) GetDeviceType() string + func (m *KernelDef) GetHostMemoryArg() []string + func (m *KernelDef) GetLabel() string + func (m *KernelDef) GetOp() string + func (m *KernelDef) GetPriority() int32 + func (m *KernelDef) Reset() + func (m *KernelDef) String() string + func (m *KernelDef) XXX_DiscardUnknown() + func (m *KernelDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KernelDef) XXX_Merge(src proto.Message) + func (m *KernelDef) XXX_Size() int + func (m *KernelDef) XXX_Unmarshal(b []byte) error + type KernelDef_AttrConstraint struct + AllowedValues *AttrValue + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KernelDef_AttrConstraint) Descriptor() ([]byte, []int) + func (*KernelDef_AttrConstraint) ProtoMessage() + func (m *KernelDef_AttrConstraint) GetAllowedValues() *AttrValue + func (m *KernelDef_AttrConstraint) GetName() string + func (m *KernelDef_AttrConstraint) Reset() + func (m *KernelDef_AttrConstraint) String() string + func (m *KernelDef_AttrConstraint) XXX_DiscardUnknown() + func (m *KernelDef_AttrConstraint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KernelDef_AttrConstraint) XXX_Merge(src proto.Message) + func (m *KernelDef_AttrConstraint) XXX_Size() int + func (m *KernelDef_AttrConstraint) XXX_Unmarshal(b []byte) error + type KernelList struct + Kernel []*KernelDef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KernelList) Descriptor() ([]byte, []int) + func (*KernelList) ProtoMessage() + func (m *KernelList) GetKernel() []*KernelDef + func (m *KernelList) Reset() + func (m *KernelList) String() string + func (m *KernelList) XXX_DiscardUnknown() + func (m *KernelList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KernelList) XXX_Merge(src proto.Message) + func (m *KernelList) XXX_Size() int + func (m *KernelList) XXX_Unmarshal(b []byte) error + type LocalLinks struct + Link []*InterconnectLink + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LocalLinks) Descriptor() ([]byte, []int) + func (*LocalLinks) ProtoMessage() + func (m *LocalLinks) GetLink() []*InterconnectLink + func (m *LocalLinks) Reset() + func (m *LocalLinks) String() string + func (m *LocalLinks) XXX_DiscardUnknown() + func (m *LocalLinks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LocalLinks) XXX_Merge(src proto.Message) + func (m *LocalLinks) XXX_Size() int + func (m *LocalLinks) XXX_Unmarshal(b []byte) error + type MemoryLogRawAllocation struct + AllocationId int64 + AllocatorName string + NumBytes int64 + Operation string + Ptr uint64 + StepId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MemoryLogRawAllocation) Descriptor() ([]byte, []int) + func (*MemoryLogRawAllocation) ProtoMessage() + func (m *MemoryLogRawAllocation) GetAllocationId() int64 + func (m *MemoryLogRawAllocation) GetAllocatorName() string + func (m *MemoryLogRawAllocation) GetNumBytes() int64 + func (m *MemoryLogRawAllocation) GetOperation() string + func (m *MemoryLogRawAllocation) GetPtr() uint64 + func (m *MemoryLogRawAllocation) GetStepId() int64 + func (m *MemoryLogRawAllocation) Reset() + func (m *MemoryLogRawAllocation) String() string + func (m *MemoryLogRawAllocation) XXX_DiscardUnknown() + func (m *MemoryLogRawAllocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MemoryLogRawAllocation) XXX_Merge(src proto.Message) + func (m *MemoryLogRawAllocation) XXX_Size() int + func (m *MemoryLogRawAllocation) XXX_Unmarshal(b []byte) error + type MemoryLogRawDeallocation struct + AllocationId int64 + AllocatorName string + Deferred bool + Operation string + StepId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MemoryLogRawDeallocation) Descriptor() ([]byte, []int) + func (*MemoryLogRawDeallocation) ProtoMessage() + func (m *MemoryLogRawDeallocation) GetAllocationId() int64 + func (m *MemoryLogRawDeallocation) GetAllocatorName() string + func (m *MemoryLogRawDeallocation) GetDeferred() bool + func (m *MemoryLogRawDeallocation) GetOperation() string + func (m *MemoryLogRawDeallocation) GetStepId() int64 + func (m *MemoryLogRawDeallocation) Reset() + func (m *MemoryLogRawDeallocation) String() string + func (m *MemoryLogRawDeallocation) XXX_DiscardUnknown() + func (m *MemoryLogRawDeallocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MemoryLogRawDeallocation) XXX_Merge(src proto.Message) + func (m *MemoryLogRawDeallocation) XXX_Size() int + func (m *MemoryLogRawDeallocation) XXX_Unmarshal(b []byte) error + type MemoryLogStep struct + Handle string + StepId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MemoryLogStep) Descriptor() ([]byte, []int) + func (*MemoryLogStep) ProtoMessage() + func (m *MemoryLogStep) GetHandle() string + func (m *MemoryLogStep) GetStepId() int64 + func (m *MemoryLogStep) Reset() + func (m *MemoryLogStep) String() string + func (m *MemoryLogStep) XXX_DiscardUnknown() + func (m *MemoryLogStep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MemoryLogStep) XXX_Merge(src proto.Message) + func (m *MemoryLogStep) XXX_Size() int + func (m *MemoryLogStep) XXX_Unmarshal(b []byte) error + type MemoryLogTensorAllocation struct + KernelName string + StepId int64 + Tensor *TensorDescription + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MemoryLogTensorAllocation) Descriptor() ([]byte, []int) + func (*MemoryLogTensorAllocation) ProtoMessage() + func (m *MemoryLogTensorAllocation) GetKernelName() string + func (m *MemoryLogTensorAllocation) GetStepId() int64 + func (m *MemoryLogTensorAllocation) GetTensor() *TensorDescription + func (m *MemoryLogTensorAllocation) Reset() + func (m *MemoryLogTensorAllocation) String() string + func (m *MemoryLogTensorAllocation) XXX_DiscardUnknown() + func (m *MemoryLogTensorAllocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MemoryLogTensorAllocation) XXX_Merge(src proto.Message) + func (m *MemoryLogTensorAllocation) XXX_Size() int + func (m *MemoryLogTensorAllocation) XXX_Unmarshal(b []byte) error + type MemoryLogTensorDeallocation struct + AllocationId int64 + AllocatorName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MemoryLogTensorDeallocation) Descriptor() ([]byte, []int) + func (*MemoryLogTensorDeallocation) ProtoMessage() + func (m *MemoryLogTensorDeallocation) GetAllocationId() int64 + func (m *MemoryLogTensorDeallocation) GetAllocatorName() string + func (m *MemoryLogTensorDeallocation) Reset() + func (m *MemoryLogTensorDeallocation) String() string + func (m *MemoryLogTensorDeallocation) XXX_DiscardUnknown() + func (m *MemoryLogTensorDeallocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MemoryLogTensorDeallocation) XXX_Merge(src proto.Message) + func (m *MemoryLogTensorDeallocation) XXX_Size() int + func (m *MemoryLogTensorDeallocation) XXX_Unmarshal(b []byte) error + type MemoryLogTensorOutput struct + Index int32 + KernelName string + StepId int64 + Tensor *TensorDescription + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MemoryLogTensorOutput) Descriptor() ([]byte, []int) + func (*MemoryLogTensorOutput) ProtoMessage() + func (m *MemoryLogTensorOutput) GetIndex() int32 + func (m *MemoryLogTensorOutput) GetKernelName() string + func (m *MemoryLogTensorOutput) GetStepId() int64 + func (m *MemoryLogTensorOutput) GetTensor() *TensorDescription + func (m *MemoryLogTensorOutput) Reset() + func (m *MemoryLogTensorOutput) String() string + func (m *MemoryLogTensorOutput) XXX_DiscardUnknown() + func (m *MemoryLogTensorOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MemoryLogTensorOutput) XXX_Merge(src proto.Message) + func (m *MemoryLogTensorOutput) XXX_Size() int + func (m *MemoryLogTensorOutput) XXX_Unmarshal(b []byte) error + type MemoryStats struct + DevicePersistentMemorySize int64 + DevicePersistentTensorAllocIds []int64 + DeviceTempMemorySize int64 + PersistentMemorySize int64 + PersistentTensorAllocIds []int64 + TempMemorySize int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MemoryStats) Descriptor() ([]byte, []int) + func (*MemoryStats) ProtoMessage() + func (m *MemoryStats) GetDevicePersistentMemorySize() int64 + func (m *MemoryStats) GetDevicePersistentTensorAllocIds() []int64 + func (m *MemoryStats) GetDeviceTempMemorySize() int64 + func (m *MemoryStats) GetPersistentMemorySize() int64 + func (m *MemoryStats) GetPersistentTensorAllocIds() []int64 + func (m *MemoryStats) GetTempMemorySize() int64 + func (m *MemoryStats) Reset() + func (m *MemoryStats) String() string + func (m *MemoryStats) XXX_DiscardUnknown() + func (m *MemoryStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MemoryStats) XXX_Merge(src proto.Message) + func (m *MemoryStats) XXX_Size() int + func (m *MemoryStats) XXX_Unmarshal(b []byte) error + type NameAttrList struct + Attr map[string]*AttrValue + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NameAttrList) Descriptor() ([]byte, []int) + func (*NameAttrList) ProtoMessage() + func (m *NameAttrList) GetAttr() map[string]*AttrValue + func (m *NameAttrList) GetName() string + func (m *NameAttrList) Reset() + func (m *NameAttrList) String() string + func (m *NameAttrList) XXX_DiscardUnknown() + func (m *NameAttrList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NameAttrList) XXX_Merge(src proto.Message) + func (m *NameAttrList) XXX_Size() int + func (m *NameAttrList) XXX_Unmarshal(b []byte) error + type NodeDef struct + Attr map[string]*AttrValue + Device string + ExperimentalDebugInfo *NodeDef_ExperimentalDebugInfo + Input []string + Name string + Op string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeDef) Descriptor() ([]byte, []int) + func (*NodeDef) ProtoMessage() + func (m *NodeDef) GetAttr() map[string]*AttrValue + func (m *NodeDef) GetDevice() string + func (m *NodeDef) GetExperimentalDebugInfo() *NodeDef_ExperimentalDebugInfo + func (m *NodeDef) GetInput() []string + func (m *NodeDef) GetName() string + func (m *NodeDef) GetOp() string + func (m *NodeDef) Reset() + func (m *NodeDef) String() string + func (m *NodeDef) XXX_DiscardUnknown() + func (m *NodeDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeDef) XXX_Merge(src proto.Message) + func (m *NodeDef) XXX_Size() int + func (m *NodeDef) XXX_Unmarshal(b []byte) error + type NodeDef_ExperimentalDebugInfo struct + OriginalNodeNames []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeDef_ExperimentalDebugInfo) Descriptor() ([]byte, []int) + func (*NodeDef_ExperimentalDebugInfo) ProtoMessage() + func (m *NodeDef_ExperimentalDebugInfo) GetOriginalNodeNames() []string + func (m *NodeDef_ExperimentalDebugInfo) Reset() + func (m *NodeDef_ExperimentalDebugInfo) String() string + func (m *NodeDef_ExperimentalDebugInfo) XXX_DiscardUnknown() + func (m *NodeDef_ExperimentalDebugInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeDef_ExperimentalDebugInfo) XXX_Merge(src proto.Message) + func (m *NodeDef_ExperimentalDebugInfo) XXX_Size() int + func (m *NodeDef_ExperimentalDebugInfo) XXX_Unmarshal(b []byte) error + type NodeExecStats struct + AllEndRelMicros int64 + AllEndRelNanos int64 + AllStartMicros int64 + AllStartNanos int64 + Memory []*AllocatorMemoryUsed + MemoryStats *MemoryStats + NodeName string + OpEndRelMicros int64 + OpEndRelNanos int64 + OpStartRelMicros int64 + OpStartRelNanos int64 + Output []*NodeOutput + ReferencedTensor []*AllocationDescription + ScheduledMicros int64 + ScheduledNanos int64 + ThreadId uint32 + TimelineLabel string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeExecStats) Descriptor() ([]byte, []int) + func (*NodeExecStats) ProtoMessage() + func (m *NodeExecStats) GetAllEndRelMicros() int64 + func (m *NodeExecStats) GetAllEndRelNanos() int64 + func (m *NodeExecStats) GetAllStartMicros() int64 + func (m *NodeExecStats) GetAllStartNanos() int64 + func (m *NodeExecStats) GetMemory() []*AllocatorMemoryUsed + func (m *NodeExecStats) GetMemoryStats() *MemoryStats + func (m *NodeExecStats) GetNodeName() string + func (m *NodeExecStats) GetOpEndRelMicros() int64 + func (m *NodeExecStats) GetOpEndRelNanos() int64 + func (m *NodeExecStats) GetOpStartRelMicros() int64 + func (m *NodeExecStats) GetOpStartRelNanos() int64 + func (m *NodeExecStats) GetOutput() []*NodeOutput + func (m *NodeExecStats) GetReferencedTensor() []*AllocationDescription + func (m *NodeExecStats) GetScheduledMicros() int64 + func (m *NodeExecStats) GetScheduledNanos() int64 + func (m *NodeExecStats) GetThreadId() uint32 + func (m *NodeExecStats) GetTimelineLabel() string + func (m *NodeExecStats) Reset() + func (m *NodeExecStats) String() string + func (m *NodeExecStats) XXX_DiscardUnknown() + func (m *NodeExecStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeExecStats) XXX_Merge(src proto.Message) + func (m *NodeExecStats) XXX_Size() int + func (m *NodeExecStats) XXX_Unmarshal(b []byte) error + type NodeOutput struct + Slot int32 + TensorDescription *TensorDescription + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeOutput) Descriptor() ([]byte, []int) + func (*NodeOutput) ProtoMessage() + func (m *NodeOutput) GetSlot() int32 + func (m *NodeOutput) GetTensorDescription() *TensorDescription + func (m *NodeOutput) Reset() + func (m *NodeOutput) String() string + func (m *NodeOutput) XXX_DiscardUnknown() + func (m *NodeOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeOutput) XXX_Merge(src proto.Message) + func (m *NodeOutput) XXX_Size() int + func (m *NodeOutput) XXX_Unmarshal(b []byte) error + type OpDef struct + AllowsUninitializedInput bool + Attr []*OpDef_AttrDef + Deprecation *OpDeprecation + Description string + InputArg []*OpDef_ArgDef + IsAggregate bool + IsCommutative bool + IsStateful bool + Name string + OutputArg []*OpDef_ArgDef + Summary string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OpDef) Descriptor() ([]byte, []int) + func (*OpDef) ProtoMessage() + func (m *OpDef) GetAllowsUninitializedInput() bool + func (m *OpDef) GetAttr() []*OpDef_AttrDef + func (m *OpDef) GetDeprecation() *OpDeprecation + func (m *OpDef) GetDescription() string + func (m *OpDef) GetInputArg() []*OpDef_ArgDef + func (m *OpDef) GetIsAggregate() bool + func (m *OpDef) GetIsCommutative() bool + func (m *OpDef) GetIsStateful() bool + func (m *OpDef) GetName() string + func (m *OpDef) GetOutputArg() []*OpDef_ArgDef + func (m *OpDef) GetSummary() string + func (m *OpDef) Reset() + func (m *OpDef) String() string + func (m *OpDef) XXX_DiscardUnknown() + func (m *OpDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OpDef) XXX_Merge(src proto.Message) + func (m *OpDef) XXX_Size() int + func (m *OpDef) XXX_Unmarshal(b []byte) error + type OpDef_ArgDef struct + Description string + IsRef bool + Name string + NumberAttr string + Type DataType + TypeAttr string + TypeListAttr string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OpDef_ArgDef) Descriptor() ([]byte, []int) + func (*OpDef_ArgDef) ProtoMessage() + func (m *OpDef_ArgDef) GetDescription() string + func (m *OpDef_ArgDef) GetIsRef() bool + func (m *OpDef_ArgDef) GetName() string + func (m *OpDef_ArgDef) GetNumberAttr() string + func (m *OpDef_ArgDef) GetType() DataType + func (m *OpDef_ArgDef) GetTypeAttr() string + func (m *OpDef_ArgDef) GetTypeListAttr() string + func (m *OpDef_ArgDef) Reset() + func (m *OpDef_ArgDef) String() string + func (m *OpDef_ArgDef) XXX_DiscardUnknown() + func (m *OpDef_ArgDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OpDef_ArgDef) XXX_Merge(src proto.Message) + func (m *OpDef_ArgDef) XXX_Size() int + func (m *OpDef_ArgDef) XXX_Unmarshal(b []byte) error + type OpDef_AttrDef struct + AllowedValues *AttrValue + DefaultValue *AttrValue + Description string + HasMinimum bool + Minimum int64 + Name string + Type string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OpDef_AttrDef) Descriptor() ([]byte, []int) + func (*OpDef_AttrDef) ProtoMessage() + func (m *OpDef_AttrDef) GetAllowedValues() *AttrValue + func (m *OpDef_AttrDef) GetDefaultValue() *AttrValue + func (m *OpDef_AttrDef) GetDescription() string + func (m *OpDef_AttrDef) GetHasMinimum() bool + func (m *OpDef_AttrDef) GetMinimum() int64 + func (m *OpDef_AttrDef) GetName() string + func (m *OpDef_AttrDef) GetType() string + func (m *OpDef_AttrDef) Reset() + func (m *OpDef_AttrDef) String() string + func (m *OpDef_AttrDef) XXX_DiscardUnknown() + func (m *OpDef_AttrDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OpDef_AttrDef) XXX_Merge(src proto.Message) + func (m *OpDef_AttrDef) XXX_Size() int + func (m *OpDef_AttrDef) XXX_Unmarshal(b []byte) error + type OpDeprecation struct + Explanation string + Version int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OpDeprecation) Descriptor() ([]byte, []int) + func (*OpDeprecation) ProtoMessage() + func (m *OpDeprecation) GetExplanation() string + func (m *OpDeprecation) GetVersion() int32 + func (m *OpDeprecation) Reset() + func (m *OpDeprecation) String() string + func (m *OpDeprecation) XXX_DiscardUnknown() + func (m *OpDeprecation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OpDeprecation) XXX_Merge(src proto.Message) + func (m *OpDeprecation) XXX_Size() int + func (m *OpDeprecation) XXX_Unmarshal(b []byte) error + type OpList struct + Op []*OpDef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OpList) Descriptor() ([]byte, []int) + func (*OpList) ProtoMessage() + func (m *OpList) GetOp() []*OpDef + func (m *OpList) Reset() + func (m *OpList) String() string + func (m *OpList) XXX_DiscardUnknown() + func (m *OpList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OpList) XXX_Merge(src proto.Message) + func (m *OpList) XXX_Size() int + func (m *OpList) XXX_Unmarshal(b []byte) error + type ReaderBaseState struct + CurrentWork []byte + NumRecordsProduced int64 + WorkFinished int64 + WorkStarted int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReaderBaseState) Descriptor() ([]byte, []int) + func (*ReaderBaseState) ProtoMessage() + func (m *ReaderBaseState) GetCurrentWork() []byte + func (m *ReaderBaseState) GetNumRecordsProduced() int64 + func (m *ReaderBaseState) GetWorkFinished() int64 + func (m *ReaderBaseState) GetWorkStarted() int64 + func (m *ReaderBaseState) Reset() + func (m *ReaderBaseState) String() string + func (m *ReaderBaseState) XXX_DiscardUnknown() + func (m *ReaderBaseState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReaderBaseState) XXX_Merge(src proto.Message) + func (m *ReaderBaseState) XXX_Size() int + func (m *ReaderBaseState) XXX_Unmarshal(b []byte) error + type RemoteFusedGraphExecuteInfo struct + DefaultGraphInputTensorShape []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto + DefaultGraphOutputTensorShape []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto + ExecutorName string + GraphInputNodeName []string + GraphOutputNodeName []string + RemoteGraph *GraphDef + SerializedExecutorParameters []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RemoteFusedGraphExecuteInfo) Descriptor() ([]byte, []int) + func (*RemoteFusedGraphExecuteInfo) ProtoMessage() + func (m *RemoteFusedGraphExecuteInfo) GetDefaultGraphInputTensorShape() []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto + func (m *RemoteFusedGraphExecuteInfo) GetDefaultGraphOutputTensorShape() []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto + func (m *RemoteFusedGraphExecuteInfo) GetExecutorName() string + func (m *RemoteFusedGraphExecuteInfo) GetGraphInputNodeName() []string + func (m *RemoteFusedGraphExecuteInfo) GetGraphOutputNodeName() []string + func (m *RemoteFusedGraphExecuteInfo) GetRemoteGraph() *GraphDef + func (m *RemoteFusedGraphExecuteInfo) GetSerializedExecutorParameters() []byte + func (m *RemoteFusedGraphExecuteInfo) Reset() + func (m *RemoteFusedGraphExecuteInfo) String() string + func (m *RemoteFusedGraphExecuteInfo) XXX_DiscardUnknown() + func (m *RemoteFusedGraphExecuteInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoteFusedGraphExecuteInfo) XXX_Merge(src proto.Message) + func (m *RemoteFusedGraphExecuteInfo) XXX_Size() int + func (m *RemoteFusedGraphExecuteInfo) XXX_Unmarshal(b []byte) error + type RemoteFusedGraphExecuteInfo_TensorShapeTypeProto struct + Dtype DataType + Shape *TensorShapeProto + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) Descriptor() ([]byte, []int) + func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) ProtoMessage() + func (m *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) GetDtype() DataType + func (m *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) GetShape() *TensorShapeProto + func (m *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) Reset() + func (m *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) String() string + func (m *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_DiscardUnknown() + func (m *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_Merge(src proto.Message) + func (m *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_Size() int + func (m *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) XXX_Unmarshal(b []byte) error + type ResourceHandleProto struct + Container string + Device string + HashCode uint64 + MaybeTypeName string + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ResourceHandleProto) Descriptor() ([]byte, []int) + func (*ResourceHandleProto) ProtoMessage() + func (m *ResourceHandleProto) GetContainer() string + func (m *ResourceHandleProto) GetDevice() string + func (m *ResourceHandleProto) GetHashCode() uint64 + func (m *ResourceHandleProto) GetMaybeTypeName() string + func (m *ResourceHandleProto) GetName() string + func (m *ResourceHandleProto) Reset() + func (m *ResourceHandleProto) String() string + func (m *ResourceHandleProto) XXX_DiscardUnknown() + func (m *ResourceHandleProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResourceHandleProto) XXX_Merge(src proto.Message) + func (m *ResourceHandleProto) XXX_Size() int + func (m *ResourceHandleProto) XXX_Unmarshal(b []byte) error + type SaveSliceInfoDef struct + FullName string + FullShape []int64 + VarOffset []int64 + VarShape []int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SaveSliceInfoDef) Descriptor() ([]byte, []int) + func (*SaveSliceInfoDef) ProtoMessage() + func (m *SaveSliceInfoDef) GetFullName() string + func (m *SaveSliceInfoDef) GetFullShape() []int64 + func (m *SaveSliceInfoDef) GetVarOffset() []int64 + func (m *SaveSliceInfoDef) GetVarShape() []int64 + func (m *SaveSliceInfoDef) Reset() + func (m *SaveSliceInfoDef) String() string + func (m *SaveSliceInfoDef) XXX_DiscardUnknown() + func (m *SaveSliceInfoDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SaveSliceInfoDef) XXX_Merge(src proto.Message) + func (m *SaveSliceInfoDef) XXX_Size() int + func (m *SaveSliceInfoDef) XXX_Unmarshal(b []byte) error + type StepStats struct + DevStats []*DeviceStepStats + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StepStats) Descriptor() ([]byte, []int) + func (*StepStats) ProtoMessage() + func (m *StepStats) GetDevStats() []*DeviceStepStats + func (m *StepStats) Reset() + func (m *StepStats) String() string + func (m *StepStats) XXX_DiscardUnknown() + func (m *StepStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StepStats) XXX_Merge(src proto.Message) + func (m *StepStats) XXX_Size() int + func (m *StepStats) XXX_Unmarshal(b []byte) error + type Summary struct + Value []*Summary_Value + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Summary) Descriptor() ([]byte, []int) + func (*Summary) ProtoMessage() + func (m *Summary) GetValue() []*Summary_Value + func (m *Summary) Reset() + func (m *Summary) String() string + func (m *Summary) XXX_DiscardUnknown() + func (m *Summary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Summary) XXX_Merge(src proto.Message) + func (m *Summary) XXX_Size() int + func (m *Summary) XXX_Unmarshal(b []byte) error + type SummaryDescription struct + TypeHint string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SummaryDescription) Descriptor() ([]byte, []int) + func (*SummaryDescription) ProtoMessage() + func (m *SummaryDescription) GetTypeHint() string + func (m *SummaryDescription) Reset() + func (m *SummaryDescription) String() string + func (m *SummaryDescription) XXX_DiscardUnknown() + func (m *SummaryDescription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SummaryDescription) XXX_Merge(src proto.Message) + func (m *SummaryDescription) XXX_Size() int + func (m *SummaryDescription) XXX_Unmarshal(b []byte) error + type SummaryMetadata struct + DisplayName string + PluginData *SummaryMetadata_PluginData + SummaryDescription string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SummaryMetadata) Descriptor() ([]byte, []int) + func (*SummaryMetadata) ProtoMessage() + func (m *SummaryMetadata) GetDisplayName() string + func (m *SummaryMetadata) GetPluginData() *SummaryMetadata_PluginData + func (m *SummaryMetadata) GetSummaryDescription() string + func (m *SummaryMetadata) Reset() + func (m *SummaryMetadata) String() string + func (m *SummaryMetadata) XXX_DiscardUnknown() + func (m *SummaryMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SummaryMetadata) XXX_Merge(src proto.Message) + func (m *SummaryMetadata) XXX_Size() int + func (m *SummaryMetadata) XXX_Unmarshal(b []byte) error + type SummaryMetadata_PluginData struct + Content []byte + PluginName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SummaryMetadata_PluginData) Descriptor() ([]byte, []int) + func (*SummaryMetadata_PluginData) ProtoMessage() + func (m *SummaryMetadata_PluginData) GetContent() []byte + func (m *SummaryMetadata_PluginData) GetPluginName() string + func (m *SummaryMetadata_PluginData) Reset() + func (m *SummaryMetadata_PluginData) String() string + func (m *SummaryMetadata_PluginData) XXX_DiscardUnknown() + func (m *SummaryMetadata_PluginData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SummaryMetadata_PluginData) XXX_Merge(src proto.Message) + func (m *SummaryMetadata_PluginData) XXX_Size() int + func (m *SummaryMetadata_PluginData) XXX_Unmarshal(b []byte) error + type Summary_Audio struct + ContentType string + EncodedAudioString []byte + LengthFrames int64 + NumChannels int64 + SampleRate float32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Summary_Audio) Descriptor() ([]byte, []int) + func (*Summary_Audio) ProtoMessage() + func (m *Summary_Audio) GetContentType() string + func (m *Summary_Audio) GetEncodedAudioString() []byte + func (m *Summary_Audio) GetLengthFrames() int64 + func (m *Summary_Audio) GetNumChannels() int64 + func (m *Summary_Audio) GetSampleRate() float32 + func (m *Summary_Audio) Reset() + func (m *Summary_Audio) String() string + func (m *Summary_Audio) XXX_DiscardUnknown() + func (m *Summary_Audio) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Summary_Audio) XXX_Merge(src proto.Message) + func (m *Summary_Audio) XXX_Size() int + func (m *Summary_Audio) XXX_Unmarshal(b []byte) error + type Summary_Image struct + Colorspace int32 + EncodedImageString []byte + Height int32 + Width int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Summary_Image) Descriptor() ([]byte, []int) + func (*Summary_Image) ProtoMessage() + func (m *Summary_Image) GetColorspace() int32 + func (m *Summary_Image) GetEncodedImageString() []byte + func (m *Summary_Image) GetHeight() int32 + func (m *Summary_Image) GetWidth() int32 + func (m *Summary_Image) Reset() + func (m *Summary_Image) String() string + func (m *Summary_Image) XXX_DiscardUnknown() + func (m *Summary_Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Summary_Image) XXX_Merge(src proto.Message) + func (m *Summary_Image) XXX_Size() int + func (m *Summary_Image) XXX_Unmarshal(b []byte) error + type Summary_Value struct + Metadata *SummaryMetadata + NodeName string + Tag string + Value isSummary_Value_Value + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Summary_Value) Descriptor() ([]byte, []int) + func (*Summary_Value) ProtoMessage() + func (*Summary_Value) XXX_OneofWrappers() []interface{} + func (m *Summary_Value) GetAudio() *Summary_Audio + func (m *Summary_Value) GetHisto() *HistogramProto + func (m *Summary_Value) GetImage() *Summary_Image + func (m *Summary_Value) GetMetadata() *SummaryMetadata + func (m *Summary_Value) GetNodeName() string + func (m *Summary_Value) GetObsoleteOldStyleHistogram() []byte + func (m *Summary_Value) GetSimpleValue() float32 + func (m *Summary_Value) GetTag() string + func (m *Summary_Value) GetTensor() *TensorProto + func (m *Summary_Value) GetValue() isSummary_Value_Value + func (m *Summary_Value) Reset() + func (m *Summary_Value) String() string + func (m *Summary_Value) XXX_DiscardUnknown() + func (m *Summary_Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Summary_Value) XXX_Merge(src proto.Message) + func (m *Summary_Value) XXX_Size() int + func (m *Summary_Value) XXX_Unmarshal(b []byte) error + type Summary_Value_Audio struct + Audio *Summary_Audio + type Summary_Value_Histo struct + Histo *HistogramProto + type Summary_Value_Image struct + Image *Summary_Image + type Summary_Value_ObsoleteOldStyleHistogram struct + ObsoleteOldStyleHistogram []byte + type Summary_Value_SimpleValue struct + SimpleValue float32 + type Summary_Value_Tensor struct + Tensor *TensorProto + type TensorDescription struct + AllocationDescription *AllocationDescription + Dtype DataType + Shape *TensorShapeProto + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TensorDescription) Descriptor() ([]byte, []int) + func (*TensorDescription) ProtoMessage() + func (m *TensorDescription) GetAllocationDescription() *AllocationDescription + func (m *TensorDescription) GetDtype() DataType + func (m *TensorDescription) GetShape() *TensorShapeProto + func (m *TensorDescription) Reset() + func (m *TensorDescription) String() string + func (m *TensorDescription) XXX_DiscardUnknown() + func (m *TensorDescription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TensorDescription) XXX_Merge(src proto.Message) + func (m *TensorDescription) XXX_Size() int + func (m *TensorDescription) XXX_Unmarshal(b []byte) error + type TensorProto struct + BoolVal []bool + DcomplexVal []float64 + DoubleVal []float64 + Dtype DataType + FloatVal []float32 + HalfVal []int32 + Int64Val []int64 + IntVal []int32 + ResourceHandleVal []*ResourceHandleProto + ScomplexVal []float32 + StringVal [][]byte + TensorContent []byte + TensorShape *TensorShapeProto + Uint32Val []uint32 + Uint64Val []uint64 + VariantVal []*VariantTensorDataProto + VersionNumber int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TensorProto) Descriptor() ([]byte, []int) + func (*TensorProto) ProtoMessage() + func (m *TensorProto) GetBoolVal() []bool + func (m *TensorProto) GetDcomplexVal() []float64 + func (m *TensorProto) GetDoubleVal() []float64 + func (m *TensorProto) GetDtype() DataType + func (m *TensorProto) GetFloatVal() []float32 + func (m *TensorProto) GetHalfVal() []int32 + func (m *TensorProto) GetInt64Val() []int64 + func (m *TensorProto) GetIntVal() []int32 + func (m *TensorProto) GetResourceHandleVal() []*ResourceHandleProto + func (m *TensorProto) GetScomplexVal() []float32 + func (m *TensorProto) GetStringVal() [][]byte + func (m *TensorProto) GetTensorContent() []byte + func (m *TensorProto) GetTensorShape() *TensorShapeProto + func (m *TensorProto) GetUint32Val() []uint32 + func (m *TensorProto) GetUint64Val() []uint64 + func (m *TensorProto) GetVariantVal() []*VariantTensorDataProto + func (m *TensorProto) GetVersionNumber() int32 + func (m *TensorProto) Reset() + func (m *TensorProto) String() string + func (m *TensorProto) XXX_DiscardUnknown() + func (m *TensorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TensorProto) XXX_Merge(src proto.Message) + func (m *TensorProto) XXX_Size() int + func (m *TensorProto) XXX_Unmarshal(b []byte) error + type TensorShapeProto struct + Dim []*TensorShapeProto_Dim + UnknownRank bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TensorShapeProto) Descriptor() ([]byte, []int) + func (*TensorShapeProto) ProtoMessage() + func (m *TensorShapeProto) GetDim() []*TensorShapeProto_Dim + func (m *TensorShapeProto) GetUnknownRank() bool + func (m *TensorShapeProto) Reset() + func (m *TensorShapeProto) String() string + func (m *TensorShapeProto) XXX_DiscardUnknown() + func (m *TensorShapeProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TensorShapeProto) XXX_Merge(src proto.Message) + func (m *TensorShapeProto) XXX_Size() int + func (m *TensorShapeProto) XXX_Unmarshal(b []byte) error + type TensorShapeProto_Dim struct + Name string + Size int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TensorShapeProto_Dim) Descriptor() ([]byte, []int) + func (*TensorShapeProto_Dim) ProtoMessage() + func (m *TensorShapeProto_Dim) GetName() string + func (m *TensorShapeProto_Dim) GetSize() int64 + func (m *TensorShapeProto_Dim) Reset() + func (m *TensorShapeProto_Dim) String() string + func (m *TensorShapeProto_Dim) XXX_DiscardUnknown() + func (m *TensorShapeProto_Dim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TensorShapeProto_Dim) XXX_Merge(src proto.Message) + func (m *TensorShapeProto_Dim) XXX_Size() int + func (m *TensorShapeProto_Dim) XXX_Unmarshal(b []byte) error + type TensorSliceProto struct + Extent []*TensorSliceProto_Extent + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TensorSliceProto) Descriptor() ([]byte, []int) + func (*TensorSliceProto) ProtoMessage() + func (m *TensorSliceProto) GetExtent() []*TensorSliceProto_Extent + func (m *TensorSliceProto) Reset() + func (m *TensorSliceProto) String() string + func (m *TensorSliceProto) XXX_DiscardUnknown() + func (m *TensorSliceProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TensorSliceProto) XXX_Merge(src proto.Message) + func (m *TensorSliceProto) XXX_Size() int + func (m *TensorSliceProto) XXX_Unmarshal(b []byte) error + type TensorSliceProto_Extent struct + HasLength isTensorSliceProto_Extent_HasLength + Start int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TensorSliceProto_Extent) Descriptor() ([]byte, []int) + func (*TensorSliceProto_Extent) ProtoMessage() + func (*TensorSliceProto_Extent) XXX_OneofWrappers() []interface{} + func (m *TensorSliceProto_Extent) GetHasLength() isTensorSliceProto_Extent_HasLength + func (m *TensorSliceProto_Extent) GetLength() int64 + func (m *TensorSliceProto_Extent) GetStart() int64 + func (m *TensorSliceProto_Extent) Reset() + func (m *TensorSliceProto_Extent) String() string + func (m *TensorSliceProto_Extent) XXX_DiscardUnknown() + func (m *TensorSliceProto_Extent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TensorSliceProto_Extent) XXX_Merge(src proto.Message) + func (m *TensorSliceProto_Extent) XXX_Size() int + func (m *TensorSliceProto_Extent) XXX_Unmarshal(b []byte) error + type TensorSliceProto_Extent_Length struct + Length int64 + type VariableDef struct + InitialValueName string + InitializerName string + IsResource bool + SaveSliceInfoDef *SaveSliceInfoDef + SnapshotName string + Trainable bool + VariableName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VariableDef) Descriptor() ([]byte, []int) + func (*VariableDef) ProtoMessage() + func (m *VariableDef) GetInitialValueName() string + func (m *VariableDef) GetInitializerName() string + func (m *VariableDef) GetIsResource() bool + func (m *VariableDef) GetSaveSliceInfoDef() *SaveSliceInfoDef + func (m *VariableDef) GetSnapshotName() string + func (m *VariableDef) GetTrainable() bool + func (m *VariableDef) GetVariableName() string + func (m *VariableDef) Reset() + func (m *VariableDef) String() string + func (m *VariableDef) XXX_DiscardUnknown() + func (m *VariableDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VariableDef) XXX_Merge(src proto.Message) + func (m *VariableDef) XXX_Size() int + func (m *VariableDef) XXX_Unmarshal(b []byte) error + type VariantTensorDataProto struct + Metadata []byte + Tensors []*TensorProto + TypeName string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VariantTensorDataProto) Descriptor() ([]byte, []int) + func (*VariantTensorDataProto) ProtoMessage() + func (m *VariantTensorDataProto) GetMetadata() []byte + func (m *VariantTensorDataProto) GetTensors() []*TensorProto + func (m *VariantTensorDataProto) GetTypeName() string + func (m *VariantTensorDataProto) Reset() + func (m *VariantTensorDataProto) String() string + func (m *VariantTensorDataProto) XXX_DiscardUnknown() + func (m *VariantTensorDataProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VariantTensorDataProto) XXX_Merge(src proto.Message) + func (m *VariantTensorDataProto) XXX_Size() int + func (m *VariantTensorDataProto) XXX_Unmarshal(b []byte) error + type VersionDef struct + BadConsumers []int32 + MinConsumer int32 + Producer int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VersionDef) Descriptor() ([]byte, []int) + func (*VersionDef) ProtoMessage() + func (m *VersionDef) GetBadConsumers() []int32 + func (m *VersionDef) GetMinConsumer() int32 + func (m *VersionDef) GetProducer() int32 + func (m *VersionDef) Reset() + func (m *VersionDef) String() string + func (m *VersionDef) XXX_DiscardUnknown() + func (m *VersionDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VersionDef) XXX_Merge(src proto.Message) + func (m *VersionDef) XXX_Size() int + func (m *VersionDef) XXX_Unmarshal(b []byte) error