SavedSliceMetaOrBuilder

الواجهة العامة SavedSliceMetaOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

سلسلة مجردة
الحصول على الاسم ()
 Name of the tensor.
مجردة com.google.protobuf.ByteString
الحصول على اسم بايت ()
 Name of the tensor.
مجردة TensorShapeProto
الحصول على الشكل ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
مجردة TensorShapeProtoOrBuilder
الحصول على الشكل أو البناء ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;
مجردة TensorSliceProto
getSlice (فهرس كثافة العمليات)
 Explicit list of slices saved in the checkpoint file.
كثافة العمليات مجردة
الحصول علىSliceCount ()
 Explicit list of slices saved in the checkpoint file.
قائمة مجردة< TensorSliceProto >
قائمة شريحة ()
 Explicit list of slices saved in the checkpoint file.
مجردة TensorSliceProtoOrBuilder
getSliceOrBuilder (فهرس كثافة العمليات)
 Explicit list of slices saved in the checkpoint file.
قائمة مجردة <؟ يمتد TensorSliceProtoOrBuilder >
getSliceOrBuilderList ()
 Explicit list of slices saved in the checkpoint file.
نوع البيانات المجردة
الحصول على النوع ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
كثافة العمليات مجردة
الحصول علىTypeValue ()
 Type of the tensor
 
.tensorflow.DataType type = 3;
منطقية مجردة
الشكل ()
 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

الأساليب العامة

سلسلة getName () مجردة عامة

 Name of the tensor.
 
string name = 1;

الملخص العام com.google.protobuf.ByteString getNameBytes ()

 Name of the tensor.
 
string name = 1;

الملخص العام TensorShapeProto getShape ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

الملخص العام TensorShapeProtoOrBuilder getShapeOrBuilder ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

الملخص العام TensorSliceProto getSlice (مؤشر int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

الملخص العام int getSliceCount ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

قائمة مجردة عامة< TensorSliceProto > getSliceList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

الملخص العام TensorSliceProtoOrBuilder getSliceOrBuilder (مؤشر int)

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

قائمة الملخصات العامة<؟ يمتد TensorSliceProtoOrBuilder > getSliceOrBuilderList ()

 Explicit list of slices saved in the checkpoint file.
 
repeated .tensorflow.TensorSliceProto slice = 4;

الملخص العام DataType getType ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

الملخص العام int getTypeValue ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

hasShape المنطقي الملخص العام ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;