BundleEntryProtoOrBuilder

পাবলিক ইন্টারফেস BundleEntryProtoOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত int
getCrc32C ()
 The CRC32C checksum of the tensor bytes.
বিমূর্ত ডেটা টাইপ
getDtype ()
 The tensor dtype and shape.
বিমূর্ত int
getDtypeValue ()
 The tensor dtype and shape.
বিমূর্ত দীর্ঘ
getOffset ()
int64 offset = 4;
বিমূর্ত TensorShapeProto
গেটশেপ ()
.tensorflow.TensorShapeProto shape = 2;
বিমূর্ত TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
বিমূর্ত int
getShardId ()
 The binary content of the tensor lies in:
   File "shard_id": bytes [offset, offset + size).
বিমূর্ত দীর্ঘ
getSize ()
int64 size = 5;
বিমূর্ত TensorSliceProto
getSlices (int সূচক)
 Iff present, this entry represents a partitioned tensor.
বিমূর্ত int
getSlicesCount ()
 Iff present, this entry represents a partitioned tensor.
বিমূর্ত তালিকা< TensorSliceProto >
getSlicesList ()
 Iff present, this entry represents a partitioned tensor.
বিমূর্ত TensorSliceProtoOrBuilder
getSlicesOrBuilder (int সূচক)
 Iff present, this entry represents a partitioned tensor.
বিমূর্ত তালিকা<? TensorSliceProtoOrBuilder > প্রসারিত করে
getSlicesOrBuilderList ()
 Iff present, this entry represents a partitioned tensor.
বিমূর্ত বুলিয়ান
hasshape ()
.tensorflow.TensorShapeProto shape = 2;

পাবলিক পদ্ধতি

পাবলিক বিমূর্ত int getCrc32C ()

 The CRC32C checksum of the tensor bytes.
 
fixed32 crc32c = 6;

সর্বজনীন বিমূর্ত ডেটা টাইপ getDtype ()

 The tensor dtype and shape.
 
.tensorflow.DataType dtype = 1;

পাবলিক বিমূর্ত int getDtypeValue ()

 The tensor dtype and shape.
 
.tensorflow.DataType dtype = 1;

পাবলিক বিমূর্ত দীর্ঘ getOffset ()

int64 offset = 4;

সর্বজনীন বিমূর্ত TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

সর্বজনীন বিমূর্ত TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

পাবলিক বিমূর্ত int getShardId ()

 The binary content of the tensor lies in:
   File "shard_id": bytes [offset, offset + size).
 
int32 shard_id = 3;

পাবলিক বিমূর্ত দীর্ঘ getSize ()

int64 size = 5;

সর্বজনীন বিমূর্ত TensorSliceProto getSlices (int সূচক)

 Iff present, this entry represents a partitioned tensor.  The previous
 fields are interpreted as follows:
   "dtype", "shape": describe the full tensor.
   "shard_id", "offset", "size", "crc32c": all IGNORED.
      These information for each slice can be looked up in their own
      BundleEntryProto, keyed by each "slice_name".
 
repeated .tensorflow.TensorSliceProto slices = 7;

পাবলিক বিমূর্ত int getSlicesCount ()

 Iff present, this entry represents a partitioned tensor.  The previous
 fields are interpreted as follows:
   "dtype", "shape": describe the full tensor.
   "shard_id", "offset", "size", "crc32c": all IGNORED.
      These information for each slice can be looked up in their own
      BundleEntryProto, keyed by each "slice_name".
 
repeated .tensorflow.TensorSliceProto slices = 7;

সর্বজনীন বিমূর্ত তালিকা< TensorSliceProto > getSlicesList ()

 Iff present, this entry represents a partitioned tensor.  The previous
 fields are interpreted as follows:
   "dtype", "shape": describe the full tensor.
   "shard_id", "offset", "size", "crc32c": all IGNORED.
      These information for each slice can be looked up in their own
      BundleEntryProto, keyed by each "slice_name".
 
repeated .tensorflow.TensorSliceProto slices = 7;

সর্বজনীন বিমূর্ত TensorSliceProtoOrBuilder getSlicesOrBuilder (int সূচক)

 Iff present, this entry represents a partitioned tensor.  The previous
 fields are interpreted as follows:
   "dtype", "shape": describe the full tensor.
   "shard_id", "offset", "size", "crc32c": all IGNORED.
      These information for each slice can be looked up in their own
      BundleEntryProto, keyed by each "slice_name".
 
repeated .tensorflow.TensorSliceProto slices = 7;

সর্বজনীন বিমূর্ত তালিকা<? TensorSliceProtoOrBuilder > getSlicesOrBuilderList () প্রসারিত করে

 Iff present, this entry represents a partitioned tensor.  The previous
 fields are interpreted as follows:
   "dtype", "shape": describe the full tensor.
   "shard_id", "offset", "size", "crc32c": all IGNORED.
      These information for each slice can be looked up in their own
      BundleEntryProto, keyed by each "slice_name".
 
repeated .tensorflow.TensorSliceProto slices = 7;

সর্বজনীন বিমূর্ত বুলিয়ান hasShape ()

.tensorflow.TensorShapeProto shape = 2;