Uses of Class
org.tensorflow.proto.eager.RemoteTensorHandle.Builder
Packages that use RemoteTensorHandle.Builder
-
Uses of RemoteTensorHandle.Builder in org.tensorflow.proto.eager
Subclasses with type arguments of type RemoteTensorHandle.Builder in org.tensorflow.proto.eagerModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.eager.RemoteTensorHandleMethods in org.tensorflow.proto.eager that return RemoteTensorHandle.BuilderModifier and TypeMethodDescriptionRemoteTensorHandle.Builder.addAllResourceDtypesAndShapes(Iterable<? extends ResourceDtypeAndShape> values) Optional data types and shapes of a remote resource variable.RemoteTensorHandle.Builder.addResourceDtypesAndShapes(int index, ResourceDtypeAndShape value) Optional data types and shapes of a remote resource variable.RemoteTensorHandle.Builder.addResourceDtypesAndShapes(int index, ResourceDtypeAndShape.Builder builderForValue) Optional data types and shapes of a remote resource variable.RemoteTensorHandle.Builder.addResourceDtypesAndShapes(ResourceDtypeAndShape value) Optional data types and shapes of a remote resource variable.RemoteTensorHandle.Builder.addResourceDtypesAndShapes(ResourceDtypeAndShape.Builder builderForValue) Optional data types and shapes of a remote resource variable.RemoteTensorHandle.Builder.clear()RemoteTensorHandle.Builder.clearDevice()Device where the tensor is located.RemoteTensorHandle.Builder.clearDtype()Tensor type.RemoteTensorHandle.Builder.clearOpDevice()Device of the operation producing this tensor.RemoteTensorHandle.Builder.clearOpId()The ID of the operation that produced this tensor.RemoteTensorHandle.Builder.clearOutputNum()The index into the outputs of the operation that produced this tensor.RemoteTensorHandle.Builder.clearResourceDtypesAndShapes()Optional data types and shapes of a remote resource variable.RemoteTensorHandle.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) RemoteTensorHandle.Builder.mergeFrom(RemoteTensorHandle other) static RemoteTensorHandle.BuilderRemoteTensorHandle.newBuilder()static RemoteTensorHandle.BuilderRemoteTensorHandle.newBuilder(RemoteTensorHandle prototype) RemoteTensorHandle.newBuilderForType()protected RemoteTensorHandle.BuilderRemoteTensorHandle.newBuilderForType(AbstractMessage.BuilderParent parent) RemoteTensorHandle.Builder.removeResourceDtypesAndShapes(int index) Optional data types and shapes of a remote resource variable.Device where the tensor is located.RemoteTensorHandle.Builder.setDeviceBytes(ByteString value) Device where the tensor is located.Tensor type.RemoteTensorHandle.Builder.setDtypeValue(int value) Tensor type.RemoteTensorHandle.Builder.setOpDevice(String value) Device of the operation producing this tensor.RemoteTensorHandle.Builder.setOpDeviceBytes(ByteString value) Device of the operation producing this tensor.RemoteTensorHandle.Builder.setOpId(long value) The ID of the operation that produced this tensor.RemoteTensorHandle.Builder.setOutputNum(int value) The index into the outputs of the operation that produced this tensor.RemoteTensorHandle.Builder.setResourceDtypesAndShapes(int index, ResourceDtypeAndShape value) Optional data types and shapes of a remote resource variable.RemoteTensorHandle.Builder.setResourceDtypesAndShapes(int index, ResourceDtypeAndShape.Builder builderForValue) Optional data types and shapes of a remote resource variable.RemoteTensorHandle.toBuilder()