Versions in this module Expand all Collapse all v1 v1.0.7 Oct 21, 2024 v1.0.6 Sep 5, 2024 v1.0.5 Sep 3, 2024 v1.0.4 Nov 30, 2023 v1.0.3 Oct 24, 2023 v1.0.2 Sep 21, 2023 v1.0.1 Sep 15, 2023 v1.0.0 Sep 15, 2023 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 File_tensorflow_core_framework_allocation_description_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_api_def_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_attr_value_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_cost_graph_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_device_attributes_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_function_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_graph_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_graph_transfer_info_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_iterator_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_kernel_def_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_log_memory_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_node_def_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_op_def_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_reader_base_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_remote_fused_graph_execute_info_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_resource_handle_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_step_stats_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_summary_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_tensor_description_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_tensor_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_tensor_shape_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_tensor_slice_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_types_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_variable_proto protoreflect.FileDescriptor + var File_tensorflow_core_framework_versions_proto protoreflect.FileDescriptor + 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 + func (*AllocationDescription) Descriptor() ([]byte, []int) + func (*AllocationDescription) ProtoMessage() + func (x *AllocationDescription) GetAllocatedBytes() int64 + func (x *AllocationDescription) GetAllocationId() int64 + func (x *AllocationDescription) GetAllocatorName() string + func (x *AllocationDescription) GetHasSingleReference() bool + func (x *AllocationDescription) GetPtr() uint64 + func (x *AllocationDescription) GetRequestedBytes() int64 + func (x *AllocationDescription) ProtoReflect() protoreflect.Message + func (x *AllocationDescription) Reset() + func (x *AllocationDescription) String() string + type AllocationRecord struct + AllocBytes int64 + AllocMicros int64 + func (*AllocationRecord) Descriptor() ([]byte, []int) + func (*AllocationRecord) ProtoMessage() + func (x *AllocationRecord) GetAllocBytes() int64 + func (x *AllocationRecord) GetAllocMicros() int64 + func (x *AllocationRecord) ProtoReflect() protoreflect.Message + func (x *AllocationRecord) Reset() + func (x *AllocationRecord) String() string + type AllocatorMemoryUsed struct + AllocationRecords []*AllocationRecord + AllocatorBytesInUse int64 + AllocatorName string + LiveBytes int64 + PeakBytes int64 + TotalBytes int64 + func (*AllocatorMemoryUsed) Descriptor() ([]byte, []int) + func (*AllocatorMemoryUsed) ProtoMessage() + func (x *AllocatorMemoryUsed) GetAllocationRecords() []*AllocationRecord + func (x *AllocatorMemoryUsed) GetAllocatorBytesInUse() int64 + func (x *AllocatorMemoryUsed) GetAllocatorName() string + func (x *AllocatorMemoryUsed) GetLiveBytes() int64 + func (x *AllocatorMemoryUsed) GetPeakBytes() int64 + func (x *AllocatorMemoryUsed) GetTotalBytes() int64 + func (x *AllocatorMemoryUsed) ProtoReflect() protoreflect.Message + func (x *AllocatorMemoryUsed) Reset() + func (x *AllocatorMemoryUsed) String() string + 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 + func (*ApiDef) Descriptor() ([]byte, []int) + func (*ApiDef) ProtoMessage() + func (x *ApiDef) GetArgOrder() []string + func (x *ApiDef) GetAttr() []*ApiDef_Attr + func (x *ApiDef) GetDeprecationMessage() string + func (x *ApiDef) GetDeprecationVersion() int32 + func (x *ApiDef) GetDescription() string + func (x *ApiDef) GetDescriptionPrefix() string + func (x *ApiDef) GetDescriptionSuffix() string + func (x *ApiDef) GetEndpoint() []*ApiDef_Endpoint + func (x *ApiDef) GetGraphOpName() string + func (x *ApiDef) GetInArg() []*ApiDef_Arg + func (x *ApiDef) GetOutArg() []*ApiDef_Arg + func (x *ApiDef) GetSummary() string + func (x *ApiDef) GetVisibility() ApiDef_Visibility + func (x *ApiDef) ProtoReflect() protoreflect.Message + func (x *ApiDef) Reset() + func (x *ApiDef) String() string + type ApiDef_Arg struct + Description string + Name string + RenameTo string + func (*ApiDef_Arg) Descriptor() ([]byte, []int) + func (*ApiDef_Arg) ProtoMessage() + func (x *ApiDef_Arg) GetDescription() string + func (x *ApiDef_Arg) GetName() string + func (x *ApiDef_Arg) GetRenameTo() string + func (x *ApiDef_Arg) ProtoReflect() protoreflect.Message + func (x *ApiDef_Arg) Reset() + func (x *ApiDef_Arg) String() string + type ApiDef_Attr struct + DefaultValue *AttrValue + Description string + Name string + RenameTo string + func (*ApiDef_Attr) Descriptor() ([]byte, []int) + func (*ApiDef_Attr) ProtoMessage() + func (x *ApiDef_Attr) GetDefaultValue() *AttrValue + func (x *ApiDef_Attr) GetDescription() string + func (x *ApiDef_Attr) GetName() string + func (x *ApiDef_Attr) GetRenameTo() string + func (x *ApiDef_Attr) ProtoReflect() protoreflect.Message + func (x *ApiDef_Attr) Reset() + func (x *ApiDef_Attr) String() string + type ApiDef_Endpoint struct + Deprecated bool + DeprecationVersion int32 + Name string + func (*ApiDef_Endpoint) Descriptor() ([]byte, []int) + func (*ApiDef_Endpoint) ProtoMessage() + func (x *ApiDef_Endpoint) GetDeprecated() bool + func (x *ApiDef_Endpoint) GetDeprecationVersion() int32 + func (x *ApiDef_Endpoint) GetName() string + func (x *ApiDef_Endpoint) ProtoReflect() protoreflect.Message + func (x *ApiDef_Endpoint) Reset() + func (x *ApiDef_Endpoint) String() string + type ApiDef_Visibility int32 + const ApiDef_DEFAULT_VISIBILITY + const ApiDef_HIDDEN + const ApiDef_SKIP + const ApiDef_VISIBLE + func (ApiDef_Visibility) Descriptor() protoreflect.EnumDescriptor + func (ApiDef_Visibility) EnumDescriptor() ([]byte, []int) + func (ApiDef_Visibility) Type() protoreflect.EnumType + func (x ApiDef_Visibility) Enum() *ApiDef_Visibility + func (x ApiDef_Visibility) Number() protoreflect.EnumNumber + func (x ApiDef_Visibility) String() string + type ApiDefs struct + Op []*ApiDef + func (*ApiDefs) Descriptor() ([]byte, []int) + func (*ApiDefs) ProtoMessage() + func (x *ApiDefs) GetOp() []*ApiDef + func (x *ApiDefs) ProtoReflect() protoreflect.Message + func (x *ApiDefs) Reset() + func (x *ApiDefs) String() string + type AttrValue struct + Value isAttrValue_Value + func (*AttrValue) Descriptor() ([]byte, []int) + func (*AttrValue) ProtoMessage() + func (m *AttrValue) GetValue() isAttrValue_Value + func (x *AttrValue) GetB() bool + func (x *AttrValue) GetF() float32 + func (x *AttrValue) GetFunc() *NameAttrList + func (x *AttrValue) GetI() int64 + func (x *AttrValue) GetList() *AttrValue_ListValue + func (x *AttrValue) GetPlaceholder() string + func (x *AttrValue) GetS() []byte + func (x *AttrValue) GetShape() *TensorShapeProto + func (x *AttrValue) GetTensor() *TensorProto + func (x *AttrValue) GetType() DataType + func (x *AttrValue) ProtoReflect() protoreflect.Message + func (x *AttrValue) Reset() + func (x *AttrValue) String() string + 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 + func (*AttrValue_ListValue) Descriptor() ([]byte, []int) + func (*AttrValue_ListValue) ProtoMessage() + func (x *AttrValue_ListValue) GetB() []bool + func (x *AttrValue_ListValue) GetF() []float32 + func (x *AttrValue_ListValue) GetFunc() []*NameAttrList + func (x *AttrValue_ListValue) GetI() []int64 + func (x *AttrValue_ListValue) GetS() [][]byte + func (x *AttrValue_ListValue) GetShape() []*TensorShapeProto + func (x *AttrValue_ListValue) GetTensor() []*TensorProto + func (x *AttrValue_ListValue) GetType() []DataType + func (x *AttrValue_ListValue) ProtoReflect() protoreflect.Message + func (x *AttrValue_ListValue) Reset() + func (x *AttrValue_ListValue) String() string + 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 + func (*CostGraphDef) Descriptor() ([]byte, []int) + func (*CostGraphDef) ProtoMessage() + func (x *CostGraphDef) GetNode() []*CostGraphDef_Node + func (x *CostGraphDef) ProtoReflect() protoreflect.Message + func (x *CostGraphDef) Reset() + func (x *CostGraphDef) String() string + 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 + func (*CostGraphDef_Node) Descriptor() ([]byte, []int) + func (*CostGraphDef_Node) ProtoMessage() + func (x *CostGraphDef_Node) GetComputeCost() int64 + func (x *CostGraphDef_Node) GetComputeTime() int64 + func (x *CostGraphDef_Node) GetControlInput() []int32 + func (x *CostGraphDef_Node) GetDevice() string + func (x *CostGraphDef_Node) GetDevicePersistentMemorySize() int64 + func (x *CostGraphDef_Node) GetDeviceTempMemorySize() int64 + func (x *CostGraphDef_Node) GetHostTempMemorySize() int64 + func (x *CostGraphDef_Node) GetId() int32 + func (x *CostGraphDef_Node) GetInaccurate() bool + func (x *CostGraphDef_Node) GetInputInfo() []*CostGraphDef_Node_InputInfo + func (x *CostGraphDef_Node) GetIsFinal() bool + func (x *CostGraphDef_Node) GetMemoryTime() int64 + func (x *CostGraphDef_Node) GetName() string + func (x *CostGraphDef_Node) GetOutputInfo() []*CostGraphDef_Node_OutputInfo + func (x *CostGraphDef_Node) GetPersistentMemorySize() int64 + func (x *CostGraphDef_Node) GetTemporaryMemorySize() int64 + func (x *CostGraphDef_Node) ProtoReflect() protoreflect.Message + func (x *CostGraphDef_Node) Reset() + func (x *CostGraphDef_Node) String() string + type CostGraphDef_Node_InputInfo struct + PrecedingNode int32 + PrecedingPort int32 + func (*CostGraphDef_Node_InputInfo) Descriptor() ([]byte, []int) + func (*CostGraphDef_Node_InputInfo) ProtoMessage() + func (x *CostGraphDef_Node_InputInfo) GetPrecedingNode() int32 + func (x *CostGraphDef_Node_InputInfo) GetPrecedingPort() int32 + func (x *CostGraphDef_Node_InputInfo) ProtoReflect() protoreflect.Message + func (x *CostGraphDef_Node_InputInfo) Reset() + func (x *CostGraphDef_Node_InputInfo) String() string + type CostGraphDef_Node_OutputInfo struct + AliasInputPort int64 + Dtype DataType + Shape *TensorShapeProto + Size int64 + func (*CostGraphDef_Node_OutputInfo) Descriptor() ([]byte, []int) + func (*CostGraphDef_Node_OutputInfo) ProtoMessage() + func (x *CostGraphDef_Node_OutputInfo) GetAliasInputPort() int64 + func (x *CostGraphDef_Node_OutputInfo) GetDtype() DataType + func (x *CostGraphDef_Node_OutputInfo) GetShape() *TensorShapeProto + func (x *CostGraphDef_Node_OutputInfo) GetSize() int64 + func (x *CostGraphDef_Node_OutputInfo) ProtoReflect() protoreflect.Message + func (x *CostGraphDef_Node_OutputInfo) Reset() + func (x *CostGraphDef_Node_OutputInfo) String() string + 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) Descriptor() protoreflect.EnumDescriptor + func (DataType) EnumDescriptor() ([]byte, []int) + func (DataType) Type() protoreflect.EnumType + func (x DataType) Enum() *DataType + func (x DataType) Number() protoreflect.EnumNumber + func (x DataType) String() string + type DeviceAttributes struct + DeviceType string + Incarnation uint64 + Locality *DeviceLocality + MemoryLimit int64 + Name string + PhysicalDeviceDesc string + func (*DeviceAttributes) Descriptor() ([]byte, []int) + func (*DeviceAttributes) ProtoMessage() + func (x *DeviceAttributes) GetDeviceType() string + func (x *DeviceAttributes) GetIncarnation() uint64 + func (x *DeviceAttributes) GetLocality() *DeviceLocality + func (x *DeviceAttributes) GetMemoryLimit() int64 + func (x *DeviceAttributes) GetName() string + func (x *DeviceAttributes) GetPhysicalDeviceDesc() string + func (x *DeviceAttributes) ProtoReflect() protoreflect.Message + func (x *DeviceAttributes) Reset() + func (x *DeviceAttributes) String() string + type DeviceLocality struct + BusId int32 + Links *LocalLinks + NumaNode int32 + func (*DeviceLocality) Descriptor() ([]byte, []int) + func (*DeviceLocality) ProtoMessage() + func (x *DeviceLocality) GetBusId() int32 + func (x *DeviceLocality) GetLinks() *LocalLinks + func (x *DeviceLocality) GetNumaNode() int32 + func (x *DeviceLocality) ProtoReflect() protoreflect.Message + func (x *DeviceLocality) Reset() + func (x *DeviceLocality) String() string + type DeviceStepStats struct + Device string + NodeStats []*NodeExecStats + func (*DeviceStepStats) Descriptor() ([]byte, []int) + func (*DeviceStepStats) ProtoMessage() + func (x *DeviceStepStats) GetDevice() string + func (x *DeviceStepStats) GetNodeStats() []*NodeExecStats + func (x *DeviceStepStats) ProtoReflect() protoreflect.Message + func (x *DeviceStepStats) Reset() + func (x *DeviceStepStats) String() string + type FunctionDef struct + Attr map[string]*AttrValue + NodeDef []*NodeDef + Ret map[string]string + Signature *OpDef + func (*FunctionDef) Descriptor() ([]byte, []int) + func (*FunctionDef) ProtoMessage() + func (x *FunctionDef) GetAttr() map[string]*AttrValue + func (x *FunctionDef) GetNodeDef() []*NodeDef + func (x *FunctionDef) GetRet() map[string]string + func (x *FunctionDef) GetSignature() *OpDef + func (x *FunctionDef) ProtoReflect() protoreflect.Message + func (x *FunctionDef) Reset() + func (x *FunctionDef) String() string + type FunctionDefLibrary struct + Function []*FunctionDef + Gradient []*GradientDef + func (*FunctionDefLibrary) Descriptor() ([]byte, []int) + func (*FunctionDefLibrary) ProtoMessage() + func (x *FunctionDefLibrary) GetFunction() []*FunctionDef + func (x *FunctionDefLibrary) GetGradient() []*GradientDef + func (x *FunctionDefLibrary) ProtoReflect() protoreflect.Message + func (x *FunctionDefLibrary) Reset() + func (x *FunctionDefLibrary) String() string + type GradientDef struct + FunctionName string + GradientFunc string + func (*GradientDef) Descriptor() ([]byte, []int) + func (*GradientDef) ProtoMessage() + func (x *GradientDef) GetFunctionName() string + func (x *GradientDef) GetGradientFunc() string + func (x *GradientDef) ProtoReflect() protoreflect.Message + func (x *GradientDef) Reset() + func (x *GradientDef) String() string + type GraphDef struct + Library *FunctionDefLibrary + Node []*NodeDef + Version int32 + Versions *VersionDef + func (*GraphDef) Descriptor() ([]byte, []int) + func (*GraphDef) ProtoMessage() + func (x *GraphDef) GetLibrary() *FunctionDefLibrary + func (x *GraphDef) GetNode() []*NodeDef + func (x *GraphDef) GetVersion() int32 + func (x *GraphDef) GetVersions() *VersionDef + func (x *GraphDef) ProtoReflect() protoreflect.Message + func (x *GraphDef) Reset() + func (x *GraphDef) String() string + type GraphTransferConstNodeInfo struct + Data []byte + Dtype DataType + Name string + NodeId int32 + Shape []int64 + func (*GraphTransferConstNodeInfo) Descriptor() ([]byte, []int) + func (*GraphTransferConstNodeInfo) ProtoMessage() + func (x *GraphTransferConstNodeInfo) GetData() []byte + func (x *GraphTransferConstNodeInfo) GetDtype() DataType + func (x *GraphTransferConstNodeInfo) GetName() string + func (x *GraphTransferConstNodeInfo) GetNodeId() int32 + func (x *GraphTransferConstNodeInfo) GetShape() []int64 + func (x *GraphTransferConstNodeInfo) ProtoReflect() protoreflect.Message + func (x *GraphTransferConstNodeInfo) Reset() + func (x *GraphTransferConstNodeInfo) String() string + type GraphTransferGraphInputNodeInfo struct + Dtype DataType + Name string + Shape []int64 + func (*GraphTransferGraphInputNodeInfo) Descriptor() ([]byte, []int) + func (*GraphTransferGraphInputNodeInfo) ProtoMessage() + func (x *GraphTransferGraphInputNodeInfo) GetDtype() DataType + func (x *GraphTransferGraphInputNodeInfo) GetName() string + func (x *GraphTransferGraphInputNodeInfo) GetShape() []int64 + func (x *GraphTransferGraphInputNodeInfo) ProtoReflect() protoreflect.Message + func (x *GraphTransferGraphInputNodeInfo) Reset() + func (x *GraphTransferGraphInputNodeInfo) String() string + type GraphTransferGraphOutputNodeInfo struct + Dtype DataType + Name string + Shape []int64 + func (*GraphTransferGraphOutputNodeInfo) Descriptor() ([]byte, []int) + func (*GraphTransferGraphOutputNodeInfo) ProtoMessage() + func (x *GraphTransferGraphOutputNodeInfo) GetDtype() DataType + func (x *GraphTransferGraphOutputNodeInfo) GetName() string + func (x *GraphTransferGraphOutputNodeInfo) GetShape() []int64 + func (x *GraphTransferGraphOutputNodeInfo) ProtoReflect() protoreflect.Message + func (x *GraphTransferGraphOutputNodeInfo) Reset() + func (x *GraphTransferGraphOutputNodeInfo) String() string + type GraphTransferInfo struct + ConstNodeInfo []*GraphTransferConstNodeInfo + Destination GraphTransferInfo_Destination + GraphInputNodeInfo []*GraphTransferGraphInputNodeInfo + GraphOutputNodeInfo []*GraphTransferGraphOutputNodeInfo + NodeInfo []*GraphTransferNodeInfo + NodeInputInfo []*GraphTransferNodeInputInfo + NodeOutputInfo []*GraphTransferNodeOutputInfo + func (*GraphTransferInfo) Descriptor() ([]byte, []int) + func (*GraphTransferInfo) ProtoMessage() + func (x *GraphTransferInfo) GetConstNodeInfo() []*GraphTransferConstNodeInfo + func (x *GraphTransferInfo) GetDestination() GraphTransferInfo_Destination + func (x *GraphTransferInfo) GetGraphInputNodeInfo() []*GraphTransferGraphInputNodeInfo + func (x *GraphTransferInfo) GetGraphOutputNodeInfo() []*GraphTransferGraphOutputNodeInfo + func (x *GraphTransferInfo) GetNodeInfo() []*GraphTransferNodeInfo + func (x *GraphTransferInfo) GetNodeInputInfo() []*GraphTransferNodeInputInfo + func (x *GraphTransferInfo) GetNodeOutputInfo() []*GraphTransferNodeOutputInfo + func (x *GraphTransferInfo) ProtoReflect() protoreflect.Message + func (x *GraphTransferInfo) Reset() + func (x *GraphTransferInfo) String() string + type GraphTransferInfo_Destination int32 + const GraphTransferInfo_HEXAGON + const GraphTransferInfo_NOP + func (GraphTransferInfo_Destination) Descriptor() protoreflect.EnumDescriptor + func (GraphTransferInfo_Destination) EnumDescriptor() ([]byte, []int) + func (GraphTransferInfo_Destination) Type() protoreflect.EnumType + func (x GraphTransferInfo_Destination) Enum() *GraphTransferInfo_Destination + func (x GraphTransferInfo_Destination) Number() protoreflect.EnumNumber + func (x GraphTransferInfo_Destination) String() string + type GraphTransferNodeInfo struct + InputCount int32 + Name string + NodeId int32 + OutputCount int32 + PaddingId int32 + SocOpId int32 + TypeName string + func (*GraphTransferNodeInfo) Descriptor() ([]byte, []int) + func (*GraphTransferNodeInfo) ProtoMessage() + func (x *GraphTransferNodeInfo) GetInputCount() int32 + func (x *GraphTransferNodeInfo) GetName() string + func (x *GraphTransferNodeInfo) GetNodeId() int32 + func (x *GraphTransferNodeInfo) GetOutputCount() int32 + func (x *GraphTransferNodeInfo) GetPaddingId() int32 + func (x *GraphTransferNodeInfo) GetSocOpId() int32 + func (x *GraphTransferNodeInfo) GetTypeName() string + func (x *GraphTransferNodeInfo) ProtoReflect() protoreflect.Message + func (x *GraphTransferNodeInfo) Reset() + func (x *GraphTransferNodeInfo) String() string + type GraphTransferNodeInput struct + NodeId int32 + OutputPort int32 + func (*GraphTransferNodeInput) Descriptor() ([]byte, []int) + func (*GraphTransferNodeInput) ProtoMessage() + func (x *GraphTransferNodeInput) GetNodeId() int32 + func (x *GraphTransferNodeInput) GetOutputPort() int32 + func (x *GraphTransferNodeInput) ProtoReflect() protoreflect.Message + func (x *GraphTransferNodeInput) Reset() + func (x *GraphTransferNodeInput) String() string + type GraphTransferNodeInputInfo struct + NodeId int32 + NodeInput []*GraphTransferNodeInput + func (*GraphTransferNodeInputInfo) Descriptor() ([]byte, []int) + func (*GraphTransferNodeInputInfo) ProtoMessage() + func (x *GraphTransferNodeInputInfo) GetNodeId() int32 + func (x *GraphTransferNodeInputInfo) GetNodeInput() []*GraphTransferNodeInput + func (x *GraphTransferNodeInputInfo) ProtoReflect() protoreflect.Message + func (x *GraphTransferNodeInputInfo) Reset() + func (x *GraphTransferNodeInputInfo) String() string + type GraphTransferNodeOutputInfo struct + MaxByteSize []int32 + NodeId int32 + func (*GraphTransferNodeOutputInfo) Descriptor() ([]byte, []int) + func (*GraphTransferNodeOutputInfo) ProtoMessage() + func (x *GraphTransferNodeOutputInfo) GetMaxByteSize() []int32 + func (x *GraphTransferNodeOutputInfo) GetNodeId() int32 + func (x *GraphTransferNodeOutputInfo) ProtoReflect() protoreflect.Message + func (x *GraphTransferNodeOutputInfo) Reset() + func (x *GraphTransferNodeOutputInfo) String() string + type HistogramProto struct + Bucket []float64 + BucketLimit []float64 + Max float64 + Min float64 + Num float64 + Sum float64 + SumSquares float64 + func (*HistogramProto) Descriptor() ([]byte, []int) + func (*HistogramProto) ProtoMessage() + func (x *HistogramProto) GetBucket() []float64 + func (x *HistogramProto) GetBucketLimit() []float64 + func (x *HistogramProto) GetMax() float64 + func (x *HistogramProto) GetMin() float64 + func (x *HistogramProto) GetNum() float64 + func (x *HistogramProto) GetSum() float64 + func (x *HistogramProto) GetSumSquares() float64 + func (x *HistogramProto) ProtoReflect() protoreflect.Message + func (x *HistogramProto) Reset() + func (x *HistogramProto) String() string + type InterconnectLink struct + DeviceId int32 + Strength int32 + Type string + func (*InterconnectLink) Descriptor() ([]byte, []int) + func (*InterconnectLink) ProtoMessage() + func (x *InterconnectLink) GetDeviceId() int32 + func (x *InterconnectLink) GetStrength() int32 + func (x *InterconnectLink) GetType() string + func (x *InterconnectLink) ProtoReflect() protoreflect.Message + func (x *InterconnectLink) Reset() + func (x *InterconnectLink) String() string + type IteratorStateMetadata struct + Keys []string + Version string + func (*IteratorStateMetadata) Descriptor() ([]byte, []int) + func (*IteratorStateMetadata) ProtoMessage() + func (x *IteratorStateMetadata) GetKeys() []string + func (x *IteratorStateMetadata) GetVersion() string + func (x *IteratorStateMetadata) ProtoReflect() protoreflect.Message + func (x *IteratorStateMetadata) Reset() + func (x *IteratorStateMetadata) String() string + type KernelDef struct + Constraint []*KernelDef_AttrConstraint + DeviceType string + HostMemoryArg []string + Label string + Op string + Priority int32 + func (*KernelDef) Descriptor() ([]byte, []int) + func (*KernelDef) ProtoMessage() + func (x *KernelDef) GetConstraint() []*KernelDef_AttrConstraint + func (x *KernelDef) GetDeviceType() string + func (x *KernelDef) GetHostMemoryArg() []string + func (x *KernelDef) GetLabel() string + func (x *KernelDef) GetOp() string + func (x *KernelDef) GetPriority() int32 + func (x *KernelDef) ProtoReflect() protoreflect.Message + func (x *KernelDef) Reset() + func (x *KernelDef) String() string + type KernelDef_AttrConstraint struct + AllowedValues *AttrValue + Name string + func (*KernelDef_AttrConstraint) Descriptor() ([]byte, []int) + func (*KernelDef_AttrConstraint) ProtoMessage() + func (x *KernelDef_AttrConstraint) GetAllowedValues() *AttrValue + func (x *KernelDef_AttrConstraint) GetName() string + func (x *KernelDef_AttrConstraint) ProtoReflect() protoreflect.Message + func (x *KernelDef_AttrConstraint) Reset() + func (x *KernelDef_AttrConstraint) String() string + type KernelList struct + Kernel []*KernelDef + func (*KernelList) Descriptor() ([]byte, []int) + func (*KernelList) ProtoMessage() + func (x *KernelList) GetKernel() []*KernelDef + func (x *KernelList) ProtoReflect() protoreflect.Message + func (x *KernelList) Reset() + func (x *KernelList) String() string + type LocalLinks struct + Link []*InterconnectLink + func (*LocalLinks) Descriptor() ([]byte, []int) + func (*LocalLinks) ProtoMessage() + func (x *LocalLinks) GetLink() []*InterconnectLink + func (x *LocalLinks) ProtoReflect() protoreflect.Message + func (x *LocalLinks) Reset() + func (x *LocalLinks) String() string + type MemoryLogRawAllocation struct + AllocationId int64 + AllocatorName string + NumBytes int64 + Operation string + Ptr uint64 + StepId int64 + func (*MemoryLogRawAllocation) Descriptor() ([]byte, []int) + func (*MemoryLogRawAllocation) ProtoMessage() + func (x *MemoryLogRawAllocation) GetAllocationId() int64 + func (x *MemoryLogRawAllocation) GetAllocatorName() string + func (x *MemoryLogRawAllocation) GetNumBytes() int64 + func (x *MemoryLogRawAllocation) GetOperation() string + func (x *MemoryLogRawAllocation) GetPtr() uint64 + func (x *MemoryLogRawAllocation) GetStepId() int64 + func (x *MemoryLogRawAllocation) ProtoReflect() protoreflect.Message + func (x *MemoryLogRawAllocation) Reset() + func (x *MemoryLogRawAllocation) String() string + type MemoryLogRawDeallocation struct + AllocationId int64 + AllocatorName string + Deferred bool + Operation string + StepId int64 + func (*MemoryLogRawDeallocation) Descriptor() ([]byte, []int) + func (*MemoryLogRawDeallocation) ProtoMessage() + func (x *MemoryLogRawDeallocation) GetAllocationId() int64 + func (x *MemoryLogRawDeallocation) GetAllocatorName() string + func (x *MemoryLogRawDeallocation) GetDeferred() bool + func (x *MemoryLogRawDeallocation) GetOperation() string + func (x *MemoryLogRawDeallocation) GetStepId() int64 + func (x *MemoryLogRawDeallocation) ProtoReflect() protoreflect.Message + func (x *MemoryLogRawDeallocation) Reset() + func (x *MemoryLogRawDeallocation) String() string + type MemoryLogStep struct + Handle string + StepId int64 + func (*MemoryLogStep) Descriptor() ([]byte, []int) + func (*MemoryLogStep) ProtoMessage() + func (x *MemoryLogStep) GetHandle() string + func (x *MemoryLogStep) GetStepId() int64 + func (x *MemoryLogStep) ProtoReflect() protoreflect.Message + func (x *MemoryLogStep) Reset() + func (x *MemoryLogStep) String() string + type MemoryLogTensorAllocation struct + KernelName string + StepId int64 + Tensor *TensorDescription + func (*MemoryLogTensorAllocation) Descriptor() ([]byte, []int) + func (*MemoryLogTensorAllocation) ProtoMessage() + func (x *MemoryLogTensorAllocation) GetKernelName() string + func (x *MemoryLogTensorAllocation) GetStepId() int64 + func (x *MemoryLogTensorAllocation) GetTensor() *TensorDescription + func (x *MemoryLogTensorAllocation) ProtoReflect() protoreflect.Message + func (x *MemoryLogTensorAllocation) Reset() + func (x *MemoryLogTensorAllocation) String() string + type MemoryLogTensorDeallocation struct + AllocationId int64 + AllocatorName string + func (*MemoryLogTensorDeallocation) Descriptor() ([]byte, []int) + func (*MemoryLogTensorDeallocation) ProtoMessage() + func (x *MemoryLogTensorDeallocation) GetAllocationId() int64 + func (x *MemoryLogTensorDeallocation) GetAllocatorName() string + func (x *MemoryLogTensorDeallocation) ProtoReflect() protoreflect.Message + func (x *MemoryLogTensorDeallocation) Reset() + func (x *MemoryLogTensorDeallocation) String() string + type MemoryLogTensorOutput struct + Index int32 + KernelName string + StepId int64 + Tensor *TensorDescription + func (*MemoryLogTensorOutput) Descriptor() ([]byte, []int) + func (*MemoryLogTensorOutput) ProtoMessage() + func (x *MemoryLogTensorOutput) GetIndex() int32 + func (x *MemoryLogTensorOutput) GetKernelName() string + func (x *MemoryLogTensorOutput) GetStepId() int64 + func (x *MemoryLogTensorOutput) GetTensor() *TensorDescription + func (x *MemoryLogTensorOutput) ProtoReflect() protoreflect.Message + func (x *MemoryLogTensorOutput) Reset() + func (x *MemoryLogTensorOutput) String() string + type MemoryStats struct + DevicePersistentMemorySize int64 + DevicePersistentTensorAllocIds []int64 + DeviceTempMemorySize int64 + PersistentMemorySize int64 + PersistentTensorAllocIds []int64 + TempMemorySize int64 + func (*MemoryStats) Descriptor() ([]byte, []int) + func (*MemoryStats) ProtoMessage() + func (x *MemoryStats) GetDevicePersistentMemorySize() int64 + func (x *MemoryStats) GetDevicePersistentTensorAllocIds() []int64 + func (x *MemoryStats) GetDeviceTempMemorySize() int64 + func (x *MemoryStats) GetPersistentMemorySize() int64 + func (x *MemoryStats) GetPersistentTensorAllocIds() []int64 + func (x *MemoryStats) GetTempMemorySize() int64 + func (x *MemoryStats) ProtoReflect() protoreflect.Message + func (x *MemoryStats) Reset() + func (x *MemoryStats) String() string + type NameAttrList struct + Attr map[string]*AttrValue + Name string + func (*NameAttrList) Descriptor() ([]byte, []int) + func (*NameAttrList) ProtoMessage() + func (x *NameAttrList) GetAttr() map[string]*AttrValue + func (x *NameAttrList) GetName() string + func (x *NameAttrList) ProtoReflect() protoreflect.Message + func (x *NameAttrList) Reset() + func (x *NameAttrList) String() string + type NodeDef struct + Attr map[string]*AttrValue + Device string + ExperimentalDebugInfo *NodeDef_ExperimentalDebugInfo + Input []string + Name string + Op string + func (*NodeDef) Descriptor() ([]byte, []int) + func (*NodeDef) ProtoMessage() + func (x *NodeDef) GetAttr() map[string]*AttrValue + func (x *NodeDef) GetDevice() string + func (x *NodeDef) GetExperimentalDebugInfo() *NodeDef_ExperimentalDebugInfo + func (x *NodeDef) GetInput() []string + func (x *NodeDef) GetName() string + func (x *NodeDef) GetOp() string + func (x *NodeDef) ProtoReflect() protoreflect.Message + func (x *NodeDef) Reset() + func (x *NodeDef) String() string + type NodeDef_ExperimentalDebugInfo struct + OriginalNodeNames []string + func (*NodeDef_ExperimentalDebugInfo) Descriptor() ([]byte, []int) + func (*NodeDef_ExperimentalDebugInfo) ProtoMessage() + func (x *NodeDef_ExperimentalDebugInfo) GetOriginalNodeNames() []string + func (x *NodeDef_ExperimentalDebugInfo) ProtoReflect() protoreflect.Message + func (x *NodeDef_ExperimentalDebugInfo) Reset() + func (x *NodeDef_ExperimentalDebugInfo) String() string + 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 + func (*NodeExecStats) Descriptor() ([]byte, []int) + func (*NodeExecStats) ProtoMessage() + func (x *NodeExecStats) GetAllEndRelMicros() int64 + func (x *NodeExecStats) GetAllEndRelNanos() int64 + func (x *NodeExecStats) GetAllStartMicros() int64 + func (x *NodeExecStats) GetAllStartNanos() int64 + func (x *NodeExecStats) GetMemory() []*AllocatorMemoryUsed + func (x *NodeExecStats) GetMemoryStats() *MemoryStats + func (x *NodeExecStats) GetNodeName() string + func (x *NodeExecStats) GetOpEndRelMicros() int64 + func (x *NodeExecStats) GetOpEndRelNanos() int64 + func (x *NodeExecStats) GetOpStartRelMicros() int64 + func (x *NodeExecStats) GetOpStartRelNanos() int64 + func (x *NodeExecStats) GetOutput() []*NodeOutput + func (x *NodeExecStats) GetReferencedTensor() []*AllocationDescription + func (x *NodeExecStats) GetScheduledMicros() int64 + func (x *NodeExecStats) GetScheduledNanos() int64 + func (x *NodeExecStats) GetThreadId() uint32 + func (x *NodeExecStats) GetTimelineLabel() string + func (x *NodeExecStats) ProtoReflect() protoreflect.Message + func (x *NodeExecStats) Reset() + func (x *NodeExecStats) String() string + type NodeOutput struct + Slot int32 + TensorDescription *TensorDescription + func (*NodeOutput) Descriptor() ([]byte, []int) + func (*NodeOutput) ProtoMessage() + func (x *NodeOutput) GetSlot() int32 + func (x *NodeOutput) GetTensorDescription() *TensorDescription + func (x *NodeOutput) ProtoReflect() protoreflect.Message + func (x *NodeOutput) Reset() + func (x *NodeOutput) String() string + 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 + func (*OpDef) Descriptor() ([]byte, []int) + func (*OpDef) ProtoMessage() + func (x *OpDef) GetAllowsUninitializedInput() bool + func (x *OpDef) GetAttr() []*OpDef_AttrDef + func (x *OpDef) GetDeprecation() *OpDeprecation + func (x *OpDef) GetDescription() string + func (x *OpDef) GetInputArg() []*OpDef_ArgDef + func (x *OpDef) GetIsAggregate() bool + func (x *OpDef) GetIsCommutative() bool + func (x *OpDef) GetIsStateful() bool + func (x *OpDef) GetName() string + func (x *OpDef) GetOutputArg() []*OpDef_ArgDef + func (x *OpDef) GetSummary() string + func (x *OpDef) ProtoReflect() protoreflect.Message + func (x *OpDef) Reset() + func (x *OpDef) String() string + type OpDef_ArgDef struct + Description string + IsRef bool + Name string + NumberAttr string + Type DataType + TypeAttr string + TypeListAttr string + func (*OpDef_ArgDef) Descriptor() ([]byte, []int) + func (*OpDef_ArgDef) ProtoMessage() + func (x *OpDef_ArgDef) GetDescription() string + func (x *OpDef_ArgDef) GetIsRef() bool + func (x *OpDef_ArgDef) GetName() string + func (x *OpDef_ArgDef) GetNumberAttr() string + func (x *OpDef_ArgDef) GetType() DataType + func (x *OpDef_ArgDef) GetTypeAttr() string + func (x *OpDef_ArgDef) GetTypeListAttr() string + func (x *OpDef_ArgDef) ProtoReflect() protoreflect.Message + func (x *OpDef_ArgDef) Reset() + func (x *OpDef_ArgDef) String() string + type OpDef_AttrDef struct + AllowedValues *AttrValue + DefaultValue *AttrValue + Description string + HasMinimum bool + Minimum int64 + Name string + Type string + func (*OpDef_AttrDef) Descriptor() ([]byte, []int) + func (*OpDef_AttrDef) ProtoMessage() + func (x *OpDef_AttrDef) GetAllowedValues() *AttrValue + func (x *OpDef_AttrDef) GetDefaultValue() *AttrValue + func (x *OpDef_AttrDef) GetDescription() string + func (x *OpDef_AttrDef) GetHasMinimum() bool + func (x *OpDef_AttrDef) GetMinimum() int64 + func (x *OpDef_AttrDef) GetName() string + func (x *OpDef_AttrDef) GetType() string + func (x *OpDef_AttrDef) ProtoReflect() protoreflect.Message + func (x *OpDef_AttrDef) Reset() + func (x *OpDef_AttrDef) String() string + type OpDeprecation struct + Explanation string + Version int32 + func (*OpDeprecation) Descriptor() ([]byte, []int) + func (*OpDeprecation) ProtoMessage() + func (x *OpDeprecation) GetExplanation() string + func (x *OpDeprecation) GetVersion() int32 + func (x *OpDeprecation) ProtoReflect() protoreflect.Message + func (x *OpDeprecation) Reset() + func (x *OpDeprecation) String() string + type OpList struct + Op []*OpDef + func (*OpList) Descriptor() ([]byte, []int) + func (*OpList) ProtoMessage() + func (x *OpList) GetOp() []*OpDef + func (x *OpList) ProtoReflect() protoreflect.Message + func (x *OpList) Reset() + func (x *OpList) String() string + type ReaderBaseState struct + CurrentWork []byte + NumRecordsProduced int64 + WorkFinished int64 + WorkStarted int64 + func (*ReaderBaseState) Descriptor() ([]byte, []int) + func (*ReaderBaseState) ProtoMessage() + func (x *ReaderBaseState) GetCurrentWork() []byte + func (x *ReaderBaseState) GetNumRecordsProduced() int64 + func (x *ReaderBaseState) GetWorkFinished() int64 + func (x *ReaderBaseState) GetWorkStarted() int64 + func (x *ReaderBaseState) ProtoReflect() protoreflect.Message + func (x *ReaderBaseState) Reset() + func (x *ReaderBaseState) String() string + type RemoteFusedGraphExecuteInfo struct + DefaultGraphInputTensorShape []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto + DefaultGraphOutputTensorShape []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto + ExecutorName string + GraphInputNodeName []string + GraphOutputNodeName []string + RemoteGraph *GraphDef + SerializedExecutorParameters []byte + func (*RemoteFusedGraphExecuteInfo) Descriptor() ([]byte, []int) + func (*RemoteFusedGraphExecuteInfo) ProtoMessage() + func (x *RemoteFusedGraphExecuteInfo) GetDefaultGraphInputTensorShape() []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto + func (x *RemoteFusedGraphExecuteInfo) GetDefaultGraphOutputTensorShape() []*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto + func (x *RemoteFusedGraphExecuteInfo) GetExecutorName() string + func (x *RemoteFusedGraphExecuteInfo) GetGraphInputNodeName() []string + func (x *RemoteFusedGraphExecuteInfo) GetGraphOutputNodeName() []string + func (x *RemoteFusedGraphExecuteInfo) GetRemoteGraph() *GraphDef + func (x *RemoteFusedGraphExecuteInfo) GetSerializedExecutorParameters() []byte + func (x *RemoteFusedGraphExecuteInfo) ProtoReflect() protoreflect.Message + func (x *RemoteFusedGraphExecuteInfo) Reset() + func (x *RemoteFusedGraphExecuteInfo) String() string + type RemoteFusedGraphExecuteInfo_TensorShapeTypeProto struct + Dtype DataType + Shape *TensorShapeProto + func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) Descriptor() ([]byte, []int) + func (*RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) ProtoMessage() + func (x *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) GetDtype() DataType + func (x *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) GetShape() *TensorShapeProto + func (x *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) ProtoReflect() protoreflect.Message + func (x *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) Reset() + func (x *RemoteFusedGraphExecuteInfo_TensorShapeTypeProto) String() string + type ResourceHandleProto struct + Container string + Device string + HashCode uint64 + MaybeTypeName string + Name string + func (*ResourceHandleProto) Descriptor() ([]byte, []int) + func (*ResourceHandleProto) ProtoMessage() + func (x *ResourceHandleProto) GetContainer() string + func (x *ResourceHandleProto) GetDevice() string + func (x *ResourceHandleProto) GetHashCode() uint64 + func (x *ResourceHandleProto) GetMaybeTypeName() string + func (x *ResourceHandleProto) GetName() string + func (x *ResourceHandleProto) ProtoReflect() protoreflect.Message + func (x *ResourceHandleProto) Reset() + func (x *ResourceHandleProto) String() string + type SaveSliceInfoDef struct + FullName string + FullShape []int64 + VarOffset []int64 + VarShape []int64 + func (*SaveSliceInfoDef) Descriptor() ([]byte, []int) + func (*SaveSliceInfoDef) ProtoMessage() + func (x *SaveSliceInfoDef) GetFullName() string + func (x *SaveSliceInfoDef) GetFullShape() []int64 + func (x *SaveSliceInfoDef) GetVarOffset() []int64 + func (x *SaveSliceInfoDef) GetVarShape() []int64 + func (x *SaveSliceInfoDef) ProtoReflect() protoreflect.Message + func (x *SaveSliceInfoDef) Reset() + func (x *SaveSliceInfoDef) String() string + type StepStats struct + DevStats []*DeviceStepStats + func (*StepStats) Descriptor() ([]byte, []int) + func (*StepStats) ProtoMessage() + func (x *StepStats) GetDevStats() []*DeviceStepStats + func (x *StepStats) ProtoReflect() protoreflect.Message + func (x *StepStats) Reset() + func (x *StepStats) String() string + type Summary struct + Value []*Summary_Value + func (*Summary) Descriptor() ([]byte, []int) + func (*Summary) ProtoMessage() + func (x *Summary) GetValue() []*Summary_Value + func (x *Summary) ProtoReflect() protoreflect.Message + func (x *Summary) Reset() + func (x *Summary) String() string + type SummaryDescription struct + TypeHint string + func (*SummaryDescription) Descriptor() ([]byte, []int) + func (*SummaryDescription) ProtoMessage() + func (x *SummaryDescription) GetTypeHint() string + func (x *SummaryDescription) ProtoReflect() protoreflect.Message + func (x *SummaryDescription) Reset() + func (x *SummaryDescription) String() string + type SummaryMetadata struct + DisplayName string + PluginData *SummaryMetadata_PluginData + SummaryDescription string + func (*SummaryMetadata) Descriptor() ([]byte, []int) + func (*SummaryMetadata) ProtoMessage() + func (x *SummaryMetadata) GetDisplayName() string + func (x *SummaryMetadata) GetPluginData() *SummaryMetadata_PluginData + func (x *SummaryMetadata) GetSummaryDescription() string + func (x *SummaryMetadata) ProtoReflect() protoreflect.Message + func (x *SummaryMetadata) Reset() + func (x *SummaryMetadata) String() string + type SummaryMetadata_PluginData struct + Content []byte + PluginName string + func (*SummaryMetadata_PluginData) Descriptor() ([]byte, []int) + func (*SummaryMetadata_PluginData) ProtoMessage() + func (x *SummaryMetadata_PluginData) GetContent() []byte + func (x *SummaryMetadata_PluginData) GetPluginName() string + func (x *SummaryMetadata_PluginData) ProtoReflect() protoreflect.Message + func (x *SummaryMetadata_PluginData) Reset() + func (x *SummaryMetadata_PluginData) String() string + type Summary_Audio struct + ContentType string + EncodedAudioString []byte + LengthFrames int64 + NumChannels int64 + SampleRate float32 + func (*Summary_Audio) Descriptor() ([]byte, []int) + func (*Summary_Audio) ProtoMessage() + func (x *Summary_Audio) GetContentType() string + func (x *Summary_Audio) GetEncodedAudioString() []byte + func (x *Summary_Audio) GetLengthFrames() int64 + func (x *Summary_Audio) GetNumChannels() int64 + func (x *Summary_Audio) GetSampleRate() float32 + func (x *Summary_Audio) ProtoReflect() protoreflect.Message + func (x *Summary_Audio) Reset() + func (x *Summary_Audio) String() string + type Summary_Image struct + Colorspace int32 + EncodedImageString []byte + Height int32 + Width int32 + func (*Summary_Image) Descriptor() ([]byte, []int) + func (*Summary_Image) ProtoMessage() + func (x *Summary_Image) GetColorspace() int32 + func (x *Summary_Image) GetEncodedImageString() []byte + func (x *Summary_Image) GetHeight() int32 + func (x *Summary_Image) GetWidth() int32 + func (x *Summary_Image) ProtoReflect() protoreflect.Message + func (x *Summary_Image) Reset() + func (x *Summary_Image) String() string + type Summary_Value struct + Metadata *SummaryMetadata + NodeName string + Tag string + Value isSummary_Value_Value + func (*Summary_Value) Descriptor() ([]byte, []int) + func (*Summary_Value) ProtoMessage() + func (m *Summary_Value) GetValue() isSummary_Value_Value + func (x *Summary_Value) GetAudio() *Summary_Audio + func (x *Summary_Value) GetHisto() *HistogramProto + func (x *Summary_Value) GetImage() *Summary_Image + func (x *Summary_Value) GetMetadata() *SummaryMetadata + func (x *Summary_Value) GetNodeName() string + func (x *Summary_Value) GetObsoleteOldStyleHistogram() []byte + func (x *Summary_Value) GetSimpleValue() float32 + func (x *Summary_Value) GetTag() string + func (x *Summary_Value) GetTensor() *TensorProto + func (x *Summary_Value) ProtoReflect() protoreflect.Message + func (x *Summary_Value) Reset() + func (x *Summary_Value) String() string + 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 + func (*TensorDescription) Descriptor() ([]byte, []int) + func (*TensorDescription) ProtoMessage() + func (x *TensorDescription) GetAllocationDescription() *AllocationDescription + func (x *TensorDescription) GetDtype() DataType + func (x *TensorDescription) GetShape() *TensorShapeProto + func (x *TensorDescription) ProtoReflect() protoreflect.Message + func (x *TensorDescription) Reset() + func (x *TensorDescription) String() string + 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 + func (*TensorProto) Descriptor() ([]byte, []int) + func (*TensorProto) ProtoMessage() + func (x *TensorProto) GetBoolVal() []bool + func (x *TensorProto) GetDcomplexVal() []float64 + func (x *TensorProto) GetDoubleVal() []float64 + func (x *TensorProto) GetDtype() DataType + func (x *TensorProto) GetFloatVal() []float32 + func (x *TensorProto) GetHalfVal() []int32 + func (x *TensorProto) GetInt64Val() []int64 + func (x *TensorProto) GetIntVal() []int32 + func (x *TensorProto) GetResourceHandleVal() []*ResourceHandleProto + func (x *TensorProto) GetScomplexVal() []float32 + func (x *TensorProto) GetStringVal() [][]byte + func (x *TensorProto) GetTensorContent() []byte + func (x *TensorProto) GetTensorShape() *TensorShapeProto + func (x *TensorProto) GetUint32Val() []uint32 + func (x *TensorProto) GetUint64Val() []uint64 + func (x *TensorProto) GetVariantVal() []*VariantTensorDataProto + func (x *TensorProto) GetVersionNumber() int32 + func (x *TensorProto) ProtoReflect() protoreflect.Message + func (x *TensorProto) Reset() + func (x *TensorProto) String() string + type TensorShapeProto struct + Dim []*TensorShapeProto_Dim + UnknownRank bool + func (*TensorShapeProto) Descriptor() ([]byte, []int) + func (*TensorShapeProto) ProtoMessage() + func (x *TensorShapeProto) GetDim() []*TensorShapeProto_Dim + func (x *TensorShapeProto) GetUnknownRank() bool + func (x *TensorShapeProto) ProtoReflect() protoreflect.Message + func (x *TensorShapeProto) Reset() + func (x *TensorShapeProto) String() string + type TensorShapeProto_Dim struct + Name string + Size int64 + func (*TensorShapeProto_Dim) Descriptor() ([]byte, []int) + func (*TensorShapeProto_Dim) ProtoMessage() + func (x *TensorShapeProto_Dim) GetName() string + func (x *TensorShapeProto_Dim) GetSize() int64 + func (x *TensorShapeProto_Dim) ProtoReflect() protoreflect.Message + func (x *TensorShapeProto_Dim) Reset() + func (x *TensorShapeProto_Dim) String() string + type TensorSliceProto struct + Extent []*TensorSliceProto_Extent + func (*TensorSliceProto) Descriptor() ([]byte, []int) + func (*TensorSliceProto) ProtoMessage() + func (x *TensorSliceProto) GetExtent() []*TensorSliceProto_Extent + func (x *TensorSliceProto) ProtoReflect() protoreflect.Message + func (x *TensorSliceProto) Reset() + func (x *TensorSliceProto) String() string + type TensorSliceProto_Extent struct + HasLength isTensorSliceProto_Extent_HasLength + Start int64 + func (*TensorSliceProto_Extent) Descriptor() ([]byte, []int) + func (*TensorSliceProto_Extent) ProtoMessage() + func (m *TensorSliceProto_Extent) GetHasLength() isTensorSliceProto_Extent_HasLength + func (x *TensorSliceProto_Extent) GetLength() int64 + func (x *TensorSliceProto_Extent) GetStart() int64 + func (x *TensorSliceProto_Extent) ProtoReflect() protoreflect.Message + func (x *TensorSliceProto_Extent) Reset() + func (x *TensorSliceProto_Extent) String() string + type TensorSliceProto_Extent_Length struct + Length int64 + type VariableDef struct + InitialValueName string + InitializerName string + IsResource bool + SaveSliceInfoDef *SaveSliceInfoDef + SnapshotName string + Trainable bool + VariableName string + func (*VariableDef) Descriptor() ([]byte, []int) + func (*VariableDef) ProtoMessage() + func (x *VariableDef) GetInitialValueName() string + func (x *VariableDef) GetInitializerName() string + func (x *VariableDef) GetIsResource() bool + func (x *VariableDef) GetSaveSliceInfoDef() *SaveSliceInfoDef + func (x *VariableDef) GetSnapshotName() string + func (x *VariableDef) GetTrainable() bool + func (x *VariableDef) GetVariableName() string + func (x *VariableDef) ProtoReflect() protoreflect.Message + func (x *VariableDef) Reset() + func (x *VariableDef) String() string + type VariantTensorDataProto struct + Metadata []byte + Tensors []*TensorProto + TypeName string + func (*VariantTensorDataProto) Descriptor() ([]byte, []int) + func (*VariantTensorDataProto) ProtoMessage() + func (x *VariantTensorDataProto) GetMetadata() []byte + func (x *VariantTensorDataProto) GetTensors() []*TensorProto + func (x *VariantTensorDataProto) GetTypeName() string + func (x *VariantTensorDataProto) ProtoReflect() protoreflect.Message + func (x *VariantTensorDataProto) Reset() + func (x *VariantTensorDataProto) String() string + type VersionDef struct + BadConsumers []int32 + MinConsumer int32 + Producer int32 + func (*VersionDef) Descriptor() ([]byte, []int) + func (*VersionDef) ProtoMessage() + func (x *VersionDef) GetBadConsumers() []int32 + func (x *VersionDef) GetMinConsumer() int32 + func (x *VersionDef) GetProducer() int32 + func (x *VersionDef) ProtoReflect() protoreflect.Message + func (x *VersionDef) Reset() + func (x *VersionDef) String() string Other modules containing this package github.com/alibaba/pairec/v2