Get desktop application:
View/edit binary Protocol Buffers messages
string memory_format_type = 1
Used in: execution.v1.Placeholder, execution.v1.StateTensor, syft.v1.Arg
Used in: TensorData
Used in: TorchTensor
optional Size shape = 1
string dtype = 2
bool is_quantized = 3
float scale = 4
int32 zero_point = 5
repeated uint32 contents_uint8 = 16
repeated int32 contents_int8 = 17
repeated int32 contents_int16 = 18
repeated int32 contents_int32 = 19
repeated int64 contents_int64 = 20
repeated float contents_float16 = 21
repeated float contents_float32 = 22
repeated double contents_float64 = 23
repeated bool contents_bool = 24
repeated sint32 contents_qint8 = 25
repeated uint32 contents_quint8 = 26
repeated sint32 contents_qint32 = 27
repeated float contents_bfloat16 = 28
Used in: execution.v1.CommunicationAction, execution.v1.ComputationAction, execution.v1.Placeholder, execution.v1.StateTensor, execution.v1.StorageAction, frameworks.torch.fl.v1.BaseDataset, messaging.v1.ObjectMessage, syft.v1.Arg, Parameter
oneof contents
optional TorchTensor grad_chain = 5
repeated string tags = 6
string description = 7
Used in: TorchTensor
SERIALIZER_UNSPECIFIED = 0
SERIALIZER_TORCH = 1
SERIALIZER_NUMPY = 2
SERIALIZER_TF = 3
SERIALIZER_ALL = 4