RemoteTensorHandle

публичный финальный класс RemoteTensorHandle

Тип protobuf tensorflow.eager.RemoteTensorHandle

Вложенные классы

сорт RemoteTensorHandle.Builder Тип protobuf tensorflow.eager.RemoteTensorHandle

Константы

интервал DEVICE_FIELD_NUMBER
интервал DTYPE_FIELD_NUMBER
интервал OP_DEVICE_FIELD_NUMBER
интервал OP_ID_FIELD_NUMBER
интервал OUTPUT_NUM_FIELD_NUMBER
интервал RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

Публичные методы

логическое значение
равно (Объект obj)
статический RemoteTensorHandle
УдаленныйTensorHandle
окончательный статический com.google.protobuf.Descriptors.Descriptor
Нить
получитьУстройство ()
 Device where the tensor is located.
com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
Тип данных
getDtype ()
 Tensor type.
интервал
getDtypeValue ()
 Tensor type.
Нить
получитьОпДевице ()
 Device of the operation producing this tensor.
com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
длинный
получитьОпид ()
 The ID of the operation that produced this tensor.
интервал
получитьВыходнойНум ()
 The index into the outputs of the operation that produced this tensor.
РесурсДтипеАншапе
getResourceDtypesAndShapes (индекс int)
 Optional data types and shapes of a remote resource variable.
интервал
getResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
Список < РесаурсеДтипАншапе >
getResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
РесурсДтипеАншапеорбилдер
getResourceDtypesAndShapesOrBuilder (индекс int)
 Optional data types and shapes of a remote resource variable.
Список<? расширяет ResourceDtypeAndShapeOrBuilder >
getResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.
интервал
окончательный com.google.protobuf.UnknownFieldSet
интервал
последнее логическое значение
статический RemoteTensorHandle.Builder
newBuilder (прототип RemoteTensorHandle )
статический RemoteTensorHandle.Builder
RemoteTensorHandle.Builder
статический RemoteTensorHandle
parseDelimitedFrom (входной поток)
статический 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 (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический RemoteTensorHandle
parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический
RemoteTensorHandle.Builder
пустота
writeTo (вывод com.google.protobuf.CodedOutputStream)

Унаследованные методы

Константы

общедоступный статический финал int DEVICE_FIELD_NUMBER

Постоянное значение: 3

общедоступный статический окончательный int DTYPE_FIELD_NUMBER

Постоянное значение: 5

общедоступный статический окончательный int OP_DEVICE_FIELD_NUMBER

Постоянное значение: 4

общедоступный статический окончательный int OP_ID_FIELD_NUMBER

Постоянное значение: 1

общедоступный статический окончательный int OUTPUT_NUM_FIELD_NUMBER

Постоянное значение: 2

общедоступный статический окончательный int RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

Постоянное значение: 6

Публичные методы

общедоступное логическое значение равно (Object obj)

общедоступный статический RemoteTensorHandle getDefaultInstance ()

public RemoteTensorHandle getDefaultInstanceForType ()

общедоступный статический окончательный 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;

общедоступный тип данных getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

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)

 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)

 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 ()

публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

публичное финальное логическое значение isInitialized ()

общедоступный статический RemoteTensorHandle.Builder newBuilder (прототип RemoteTensorHandle )

общедоступный статический RemoteTensorHandle.Builder newBuilder ()

общедоступный RemoteTensorHandle.Builder newBuilderForType ()

общедоступный статический RemoteTensorHandle parseDelimitedFrom (вход InputStream)

Броски
Исключение IO

public static RemoteTensorHandle parseDelimitedFrom (вход InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический RemoteTensorHandle parseFrom (данные ByteBuffer)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический RemoteTensorHandle parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public static RemoteTensorHandle parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический RemoteTensorHandle parseFrom (вход com.google.protobuf.CodedInputStream)

Броски
Исключение IO

общедоступный статический RemoteTensorHandle parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический RemoteTensorHandle parseFrom (данные com.google.protobuf.ByteString)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический RemoteTensorHandle parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический RemoteTensorHandle parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общественный статический парсер ()

public RemoteTensorHandle.Builder toBuilder ()

public void writeTo (вывод com.google.protobuf.CodedOutputStream)

Броски
Исключение IO