Uses of Class
org.tensorflow.framework.TensorSliceProto
-
Packages that use TensorSliceProto Package Description org.tensorflow.framework org.tensorflow.util -
-
Uses of TensorSliceProto in org.tensorflow.framework
Methods in org.tensorflow.framework that return TensorSliceProto Modifier and Type Method Description TensorSliceProtoTensorSliceProto.Builder. build()TensorSliceProtoTensorSliceProto.Builder. buildPartial()static TensorSliceProtoTensorSliceProto. getDefaultInstance()TensorSliceProtoTensorSliceProto.Builder. getDefaultInstanceForType()TensorSliceProtoTensorSliceProto. getDefaultInstanceForType()static TensorSliceProtoTensorSliceProto. parseDelimitedFrom(InputStream input)static TensorSliceProtoTensorSliceProto. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorSliceProtoTensorSliceProto. parseFrom(byte[] data)static TensorSliceProtoTensorSliceProto. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorSliceProtoTensorSliceProto. parseFrom(InputStream input)static TensorSliceProtoTensorSliceProto. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorSliceProtoTensorSliceProto. parseFrom(ByteBuffer data)static TensorSliceProtoTensorSliceProto. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorSliceProtoTensorSliceProto. parseFrom(org.nd4j.shade.protobuf.ByteString data)static TensorSliceProtoTensorSliceProto. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static TensorSliceProtoTensorSliceProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static TensorSliceProtoTensorSliceProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type TensorSliceProto Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<TensorSliceProto>TensorSliceProto. getParserForType()static org.nd4j.shade.protobuf.Parser<TensorSliceProto>TensorSliceProto. parser()Methods in org.tensorflow.framework with parameters of type TensorSliceProto Modifier and Type Method Description TensorSliceProto.BuilderTensorSliceProto.Builder. mergeFrom(TensorSliceProto other)static TensorSliceProto.BuilderTensorSliceProto. newBuilder(TensorSliceProto prototype) -
Uses of TensorSliceProto in org.tensorflow.util
Methods in org.tensorflow.util that return TensorSliceProto Modifier and Type Method Description TensorSliceProtoBundleEntryProto.Builder. getSlices(int index)Iff present, this entry represents a partitioned tensor.TensorSliceProtoBundleEntryProto. getSlices(int index)Iff present, this entry represents a partitioned tensor.TensorSliceProtoBundleEntryProtoOrBuilder. getSlices(int index)Iff present, this entry represents a partitioned tensor.Methods in org.tensorflow.util that return types with arguments of type TensorSliceProto Modifier and Type Method Description List<TensorSliceProto>BundleEntryProto.Builder. getSlicesList()Iff present, this entry represents a partitioned tensor.List<TensorSliceProto>BundleEntryProto. getSlicesList()Iff present, this entry represents a partitioned tensor.List<TensorSliceProto>BundleEntryProtoOrBuilder. getSlicesList()Iff present, this entry represents a partitioned tensor.Methods in org.tensorflow.util with parameters of type TensorSliceProto Modifier and Type Method Description BundleEntryProto.BuilderBundleEntryProto.Builder. addSlices(int index, TensorSliceProto value)Iff present, this entry represents a partitioned tensor.BundleEntryProto.BuilderBundleEntryProto.Builder. addSlices(TensorSliceProto value)Iff present, this entry represents a partitioned tensor.BundleEntryProto.BuilderBundleEntryProto.Builder. setSlices(int index, TensorSliceProto value)Iff present, this entry represents a partitioned tensor.Method parameters in org.tensorflow.util with type arguments of type TensorSliceProto Modifier and Type Method Description BundleEntryProto.BuilderBundleEntryProto.Builder. addAllSlices(Iterable<? extends TensorSliceProto> values)Iff present, this entry represents a partitioned tensor.
-