tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
TensorProto
tensorflow
tensor
Undocumented in source.
class
TensorProto {
@
Proto
(1)
DataType
dtype
;
@
Proto
(2)
TensorShapeProto
tensorShape
;
@
Proto
(3)
int
versionNumber
;
@
Proto
(4)
bytes
tensorContent
;
@
Proto
(5,
Wire
.
none
,
Yes
.
packed
)
float
[]
floatVal
;
@
Proto
(6,
Wire
.
none
,
Yes
.
packed
)
double
[]
doubleVal
;
@
Proto
(7,
Wire
.
none
,
Yes
.
packed
)
int
[]
intVal
;
@
Proto
(8)
bytes
[]
stringVal
;
@
Proto
(9,
Wire
.
none
,
Yes
.
packed
)
float
[]
scomplexVal
;
@
Proto
(10,
Wire
.
none
,
Yes
.
packed
)
long
[]
int64Val
;
@
Proto
(11,
Wire
.
none
,
Yes
.
packed
)
bool
[]
boolVal
;
@
Proto
(12,
Wire
.
none
,
Yes
.
packed
)
double
[]
dcomplexVal
;
@
Proto
(13,
Wire
.
none
,
Yes
.
packed
)
int
[]
halfVal
;
@
Proto
(14)
ResourceHandleProto
[]
resourceHandleVal
;
@
Proto
(15)
VariantTensorDataProto
[]
variantVal
;
@
Proto
(16,
Wire
.
none
,
Yes
.
packed
)
uint
[]
uint32Val
;
@
Proto
(17,
Wire
.
none
,
Yes
.
packed
)
ulong
[]
uint64Val
;
}
Members
Variables
boolVal
bool
[]
boolVal
;
Undocumented in source.
dcomplexVal
double
[]
dcomplexVal
;
Undocumented in source.
doubleVal
double
[]
doubleVal
;
Undocumented in source.
dtype
DataType
dtype
;
Undocumented in source.
floatVal
float
[]
floatVal
;
Undocumented in source.
halfVal
int
[]
halfVal
;
Undocumented in source.
int64Val
long
[]
int64Val
;
Undocumented in source.
intVal
int
[]
intVal
;
Undocumented in source.
resourceHandleVal
ResourceHandleProto
[]
resourceHandleVal
;
Undocumented in source.
scomplexVal
float
[]
scomplexVal
;
Undocumented in source.
stringVal
bytes
[]
stringVal
;
Undocumented in source.
tensorContent
bytes
tensorContent
;
Undocumented in source.
tensorShape
TensorShapeProto
tensorShape
;
Undocumented in source.
uint32Val
uint
[]
uint32Val
;
Undocumented in source.
uint64Val
ulong
[]
uint64Val
;
Undocumented in source.
variantVal
VariantTensorDataProto
[]
variantVal
;
Undocumented in source.
versionNumber
int
versionNumber
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
tensor
classes
TensorProto
VariantTensorDataProto
manifest constants
protocVersion