Interface TensorSliceProtoOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
TensorSliceProto, TensorSliceProto.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetExtent(int index) Extent of the slice in all tensor dimensions.intExtent of the slice in all tensor dimensions.Extent of the slice in all tensor dimensions.getExtentOrBuilder(int index) Extent of the slice in all tensor dimensions.List<? extends TensorSliceProto.ExtentOrBuilder> Extent of the slice in all tensor dimensions.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getExtentList
List<TensorSliceProto.Extent> getExtentList()Extent of the slice in all tensor dimensions. Must have one entry for each of the dimension of the tensor that this slice belongs to. The order of sizes is the same as the order of dimensions in the TensorShape.
repeated .tensorflow.TensorSliceProto.Extent extent = 1; -
getExtent
Extent of the slice in all tensor dimensions. Must have one entry for each of the dimension of the tensor that this slice belongs to. The order of sizes is the same as the order of dimensions in the TensorShape.
repeated .tensorflow.TensorSliceProto.Extent extent = 1; -
getExtentCount
int getExtentCount()Extent of the slice in all tensor dimensions. Must have one entry for each of the dimension of the tensor that this slice belongs to. The order of sizes is the same as the order of dimensions in the TensorShape.
repeated .tensorflow.TensorSliceProto.Extent extent = 1; -
getExtentOrBuilderList
List<? extends TensorSliceProto.ExtentOrBuilder> getExtentOrBuilderList()Extent of the slice in all tensor dimensions. Must have one entry for each of the dimension of the tensor that this slice belongs to. The order of sizes is the same as the order of dimensions in the TensorShape.
repeated .tensorflow.TensorSliceProto.Extent extent = 1; -
getExtentOrBuilder
Extent of the slice in all tensor dimensions. Must have one entry for each of the dimension of the tensor that this slice belongs to. The order of sizes is the same as the order of dimensions in the TensorShape.
repeated .tensorflow.TensorSliceProto.Extent extent = 1;
-