tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
BundleEntryProto
tensorflow
tensor_bundle
Undocumented in source.
class
BundleEntryProto {
@
Proto
(1)
DataType
dtype
;
@
Proto
(2)
TensorShapeProto
shape
;
@
Proto
(3)
int
shardId
;
@
Proto
(4)
long
offset
;
@
Proto
(5)
long
size
;
@
Proto
(6,
Wire
.
fixed
)
uint
crc32c
;
@
Proto
(7)
TensorSliceProto
[]
slices
;
}
Members
Variables
crc32c
uint
crc32c
;
Undocumented in source.
dtype
DataType
dtype
;
Undocumented in source.
offset
long
offset
;
Undocumented in source.
shape
TensorShapeProto
shape
;
Undocumented in source.
shardId
int
shardId
;
Undocumented in source.
size
long
size
;
Undocumented in source.
slices
TensorSliceProto
[]
slices
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
tensor_bundle
classes
BundleEntryProto
BundleHeaderProto
manifest constants
protocVersion