Uses of Interface
org.tensorflow.framework.TensorSliceProto.ExtentOrBuilder
-
Packages that use TensorSliceProto.ExtentOrBuilder Package Description org.tensorflow.framework -
-
Uses of TensorSliceProto.ExtentOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement TensorSliceProto.ExtentOrBuilder Modifier and Type Class Description static classTensorSliceProto.ExtentExtent of the slice in one dimension.static classTensorSliceProto.Extent.BuilderExtent of the slice in one dimension.Methods in org.tensorflow.framework that return TensorSliceProto.ExtentOrBuilder Modifier and Type Method Description TensorSliceProto.ExtentOrBuilderTensorSliceProto.Builder. getExtentOrBuilder(int index)Extent of the slice in all tensor dimensions.TensorSliceProto.ExtentOrBuilderTensorSliceProto. getExtentOrBuilder(int index)Extent of the slice in all tensor dimensions.TensorSliceProto.ExtentOrBuilderTensorSliceProtoOrBuilder. getExtentOrBuilder(int index)Extent of the slice in all tensor dimensions.Methods in org.tensorflow.framework that return types with arguments of type TensorSliceProto.ExtentOrBuilder Modifier and Type Method Description List<? 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.
-