Uses of Interface
org.tensorflow.proto.TensorSliceProto.ExtentOrBuilder
Packages that use TensorSliceProto.ExtentOrBuilder
-
Uses of TensorSliceProto.ExtentOrBuilder in org.tensorflow.proto
Classes in org.tensorflow.proto that implement TensorSliceProto.ExtentOrBuilderModifier and TypeClassDescriptionstatic final classExtent of the slice in one dimension.static final classExtent of the slice in one dimension.Methods in org.tensorflow.proto that return TensorSliceProto.ExtentOrBuilderModifier and TypeMethodDescriptionTensorSliceProto.Builder.getExtentOrBuilder(int index) Extent of the slice in all tensor dimensions.TensorSliceProto.getExtentOrBuilder(int index) Extent of the slice in all tensor dimensions.TensorSliceProtoOrBuilder.getExtentOrBuilder(int index) Extent of the slice in all tensor dimensions.Methods in org.tensorflow.proto that return types with arguments of type TensorSliceProto.ExtentOrBuilderModifier and TypeMethodDescriptionList<? extends TensorSliceProto.ExtentOrBuilder> TensorSliceProto.Builder.getExtentOrBuilderList()Extent of the slice in all tensor dimensions.List<? extends TensorSliceProto.ExtentOrBuilder> TensorSliceProto.getExtentOrBuilderList()Extent of the slice in all tensor dimensions.List<? extends TensorSliceProto.ExtentOrBuilder> TensorSliceProtoOrBuilder.getExtentOrBuilderList()Extent of the slice in all tensor dimensions.