כיתת גמר ציבורית RemoteTensorHandle
סוג Protobuf tensorflow.eager.RemoteTensorHandle
כיתות מקוננות
| מַחלָקָה | RemoteTensorHandle.Builder | סוג Protobuf tensorflow.eager.RemoteTensorHandle | |
קבועים
| int | DEVICE_FIELD_NUMBER | |
| int | DTYPE_FIELD_NUMBER | |
| int | OP_DEVICE_FIELD_NUMBER | |
| int | OP_ID_FIELD_NUMBER | |
| int | OUTPUT_NUM_FIELD_NUMBER | |
| int | RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER |
שיטות ציבוריות
| בוליאני | שווה (Object obj) |
| RemoteTensorHandle סטטי | |
| RemoteTensorHandle | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| חוּט | getDevice () Device where the tensor is located. |
| com.google.protobuf.ByteString | getDeviceBytes () Device where the tensor is located. |
| DataType | getDtype () Tensor type. |
| int | getDtypeValue () Tensor type. |
| חוּט | getOpDevice () Device of the operation producing this tensor. |
| com.google.protobuf.ByteString | getOpDeviceBytes () Device of the operation producing this tensor. |
| אָרוֹך | getOpId () The ID of the operation that produced this tensor. |
| int | getOutputNum () The index into the outputs of the operation that produced this tensor. |
| ResourceDtypeAndShape | getResourceDtypesAndShapes (int index) Optional data types and shapes of a remote resource variable. |
| int | getResourceDtypesAndShapesCount () Optional data types and shapes of a remote resource variable. |
| רשימה< ResourceDtypeAndShape > | getResourceDtypesAndShapesList () Optional data types and shapes of a remote resource variable. |
| ResourceDtypeAndShapeOrBuilder | getResourceDtypesAndShapesOrBuilder (int index) Optional data types and shapes of a remote resource variable. |
| רשימה<? מרחיב את ResourceDtypeAndShapeOrBuilder > | getResourceDtypesAndShapesOrBuilderList () Optional data types and shapes of a remote resource variable. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashcode () |
| בוליאנית סופית | |
| סטטי RemoteTensorHandle.Builder | newBuilder (אב-טיפוס RemoteTensorHandle ) |
| סטטי RemoteTensorHandle.Builder | newBuilder () |
| RemoteTensorHandle.Builder | |
| RemoteTensorHandle סטטי | parseDelimitedFrom (קלט InputStream) |
| RemoteTensorHandle סטטי | parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle סטטי | parseFrom (נתוני ByteBuffer) |
| RemoteTensorHandle סטטי | parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle סטטי | parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle סטטי | parseFrom (קלט com.google.protobuf.CodedInputStream) |
| RemoteTensorHandle סטטי | parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle סטטי | parseFrom (נתוני com.google.protobuf.ByteString) |
| RemoteTensorHandle סטטי | parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle סטטי | parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| סטָטִי | מנתח () |
| RemoteTensorHandle.Builder | toBuilder () |
| בָּטֵל | writeTo (פלט com.google.protobuf.CodedOutputStream) |
שיטות בירושה
קבועים
גמר סטטי ציבורי DEVICE_FIELD_NUMBER
ערך קבוע: 3
גמר סטטי ציבורי DTYPE_FIELD_NUMBER
ערך קבוע: 5
גמר סטטי ציבורי OP_DEVICE_FIELD_NUMBER
ערך קבוע: 4
גמר סטטי ציבורי OP_ID_FIELD_NUMBER
ערך קבוע: 1
אינט סופי סטטי ציבורי OUTPUT_NUM_FIELD_NUMBER
ערך קבוע: 2
אינט סופי סטטי ציבורי RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER
ערך קבוע: 6
שיטות ציבוריות
שווה ערך בוליאני ציבורי (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
מחרוזת ציבורית getDevice ()
Device where the tensor is located. Cannot be empty. For multi-device functions, it's the default device passed to placer.
string device = 3; public com.google.protobuf.ByteString getDeviceBytes ()
Device where the tensor is located. Cannot be empty. For multi-device functions, it's the default device passed to placer.
string device = 3; public int getDtypeValue ()
Tensor type.
.tensorflow.DataType dtype = 5; מחרוזת ציבורית getOpDevice ()
Device of the operation producing this tensor. Can be empty if the operation producing this tensor is a multi-device function.
string op_device = 4; public com.google.protobuf.ByteString getOpDeviceBytes ()
Device of the operation producing this tensor. Can be empty if the operation producing this tensor is a multi-device function.
string op_device = 4; getOpId ארוך ציבורי ()
The ID of the operation that produced this tensor.
int64 op_id = 1; public int getOutputNum ()
The index into the outputs of the operation that produced this tensor.
int32 output_num = 2; פּוּמְבֵּי getParserForType ()
public ResourceDtypeAndShape getResourceDtypesAndShapes (int index)
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; public int getResourceDtypesAndShapesCount ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; רשימה ציבורית< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; public ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (int index)
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; רשימה ציבורית<? מרחיב את ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
בוליאני הסופי הציבורי הוא אתחול ()
public static RemoteTensorHandle parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| IOException |
|---|
public static RemoteTensorHandle parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| IOException |
|---|
public static RemoteTensorHandle parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| InvalidProtocolBufferException |
|---|
public static RemoteTensorHandle parseFrom (קלט com.google.protobuf.CodedInputStream)
זורק
| IOException |
|---|
public static RemoteTensorHandle parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| InvalidProtocolBufferException |
|---|
public static RemoteTensorHandle parseFrom (נתוני com.google.protobuf.ByteString)
זורק
| InvalidProtocolBufferException |
|---|
public static RemoteTensorHandle parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| IOException |
|---|
public static RemoteTensorHandle parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| InvalidProtocolBufferException |
|---|
סטטי ציבורי מנתח ()
public void writeTo (פלט com.google.protobuf.CodedOutputStream)
זורק
| IOException |
|---|