GraphOpCreation

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

 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
 
Тип Protobuf tensorflow.GraphOpCreation

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

сорт GraphOpCreation.Builder
 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). 

Константы

интервал CODE_LOCATION_FIELD_NUMBER
интервал DEVICE_NAME_FIELD_NUMBER
интервал GRAPH_ID_FIELD_NUMBER
интервал GRAPH_NAME_FIELD_NUMBER
интервал INPUT_NAMES_FIELD_NUMBER
интервал NUM_OUTPUTS_FIELD_NUMBER
интервал OP_NAME_FIELD_NUMBER
интервал OP_TYPE_FIELD_NUMBER
интервал OUTPUT_TENSOR_IDS_FIELD_NUMBER

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

логическое значение
равно (Объект obj)
КодМестоположение
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
КодLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
статический GraphOpCreation
GraphOpCreation
окончательный статический com.google.protobuf.Descriptors.Descriptor
Нить
получитьИмяУстройства ()
 Name of the device that the op is assigned to (if available).
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
Нить
получитьграфид ()
 Unique ID of the graph (generated by debugger).
com.google.protobuf.ByteString
getGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
Нить
получитьимяграфика ()
 Name of the graph that the op is a part of (if available).
com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph that the op is a part of (if available).
Нить
getInputNames (индекс целого числа)
 Names of the input tensors to the op.
com.google.protobuf.ByteString
getInputNamesBytes (индекс int)
 Names of the input tensors to the op.
интервал
getInputNamesCount ()
 Names of the input tensors to the op.
com.google.protobuf.ProtocolStringList
getInputNamesList ()
 Names of the input tensors to the op.
интервал
getNumOutputs ()
 Number of output tensors emitted by the op.
Нить
getOpName ()
 Name of the op (e.g., "Dense/MatMul_1").
com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
Нить
получитьОпТип ()
 Type of the op (e.g., "MatMul").
com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
интервал
getOutputTensorIds (индекс целого числа)
 Unique IDs for the output tensors of this op.
интервал
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
Список<Целое число>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
интервал
окончательный com.google.protobuf.UnknownFieldSet
логическое значение
имеетКодЛокация ()
 The unique ID for code location (stack trace) of the op's creation.
интервал
последнее логическое значение
статический GraphOpCreation.Builder
newBuilder (прототип GraphOpCreation )
статический GraphOpCreation.Builder
GraphOpCreation.Builder
статический GraphOpCreation
parseDelimitedFrom (входной поток)
статический GraphOpCreation
parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphOpCreation
parseFrom (данные ByteBuffer)
статический GraphOpCreation
parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphOpCreation
parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphOpCreation
parseFrom (вход com.google.protobuf.CodedInputStream)
статический GraphOpCreation
parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphOpCreation
parseFrom (данные com.google.protobuf.ByteString)
статический GraphOpCreation
parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphOpCreation
parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический
GraphOpCreation.Builder
пустота
writeTo (вывод com.google.protobuf.CodedOutputStream)

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

Константы

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

общедоступный CodeLocation getCodeLocation ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

общедоступный CodeLocationOrBuilder getCodeLocationOrBuilder ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

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

общедоступный GraphOpCreation getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступная строка getDeviceName ()

 Name of the device that the op is assigned to (if available).
 
string device_name = 5;

public com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device that the op is assigned to (if available).
 
string device_name = 5;

общедоступная строка getGraphId ()

 Unique ID of the graph (generated by debugger).
 This is the ID of the immediately-enclosing graph.
 
string graph_id = 4;

public com.google.protobuf.ByteString getGraphIdBytes ()

 Unique ID of the graph (generated by debugger).
 This is the ID of the immediately-enclosing graph.
 
string graph_id = 4;

публичная строка getGraphName ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

public com.google.protobuf.ByteString getGraphNameBytes ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

общедоступная строка getInputNames (индекс int)

 Names of the input tensors to the op.
 
repeated string input_names = 6;

public com.google.protobuf.ByteString getInputNamesBytes (индекс int)

 Names of the input tensors to the op.
 
repeated string input_names = 6;

public int getInputNamesCount ()

 Names of the input tensors to the op.
 
repeated string input_names = 6;

public com.google.protobuf.ProtocolStringList getInputNamesList ()

 Names of the input tensors to the op.
 
repeated string input_names = 6;

public int getNumOutputs ()

 Number of output tensors emitted by the op.
 
int32 num_outputs = 7;

публичная строка getOpName ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

public com.google.protobuf.ByteString getOpNameBytes ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

общедоступная строка getOpType ()

 Type of the op (e.g., "MatMul").
 
string op_type = 1;

public com.google.protobuf.ByteString getOpTypeBytes ()

 Type of the op (e.g., "MatMul").
 
string op_type = 1;

public int getOutputTensorIds (индекс int)

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

public int getOutputTensorIdsCount ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

общедоступный список <Integer> getOutputTensorIdsList ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

общественный getParserForType ()

public int getSerializedSize ()

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

общедоступное логическое значение hasCodeLocation ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

public int hashCode ()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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