Uses of Interface
org.tensorflow.framework.TensorSliceProtoOrBuilder
-
Packages that use TensorSliceProtoOrBuilder Package Description org.tensorflow.framework org.tensorflow.util -
-
Uses of TensorSliceProtoOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement TensorSliceProtoOrBuilder Modifier and Type Class Description classTensorSliceProtoCan only be interpreted if you know the corresponding TensorShape.static classTensorSliceProto.BuilderCan only be interpreted if you know the corresponding TensorShape. -
Uses of TensorSliceProtoOrBuilder in org.tensorflow.util
Methods in org.tensorflow.util that return TensorSliceProtoOrBuilder Modifier and Type Method Description TensorSliceProtoOrBuilderBundleEntryProto.Builder. getSlicesOrBuilder(int index)Iff present, this entry represents a partitioned tensor.TensorSliceProtoOrBuilderBundleEntryProto. getSlicesOrBuilder(int index)Iff present, this entry represents a partitioned tensor.TensorSliceProtoOrBuilderBundleEntryProtoOrBuilder. getSlicesOrBuilder(int index)Iff present, this entry represents a partitioned tensor.Methods in org.tensorflow.util that return types with arguments of type TensorSliceProtoOrBuilder Modifier and Type Method Description List<? extends TensorSliceProtoOrBuilder>BundleEntryProto.Builder. getSlicesOrBuilderList()Iff present, this entry represents a partitioned tensor.List<? extends TensorSliceProtoOrBuilder>BundleEntryProto. getSlicesOrBuilderList()Iff present, this entry represents a partitioned tensor.List<? extends TensorSliceProtoOrBuilder>BundleEntryProtoOrBuilder. getSlicesOrBuilderList()Iff present, this entry represents a partitioned tensor.
-