GraphExecutionTrace

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

 Data relating to an execution of a Graph (e.g., an eager execution of a
 FuncGraph).
 The values of the intermediate tensors computed in the graph are recorded
 in this proto. A graph execution may correspond to one or more pieces of
 `GraphExecutionTrace`, depending on whether the instrumented tensor values
 are summarized in an aggregated or separate fashion.
 
Тип Protobuf tensorflow.GraphExecutionTrace

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

сорт GraphExecutionTrace.Builder
 Data relating to an execution of a Graph (e.g., an eager execution of a
 FuncGraph). 

Константы

интервал DEVICE_NAME_FIELD_NUMBER
интервал OP_NAME_FIELD_NUMBER
интервал OUTPUT_SLOT_FIELD_NUMBER
интервал TENSOR_DEBUG_MODE_FIELD_NUMBER
интервал TENSOR_PROTO_FIELD_NUMBER
интервал TFDBG_CONTEXT_ID_FIELD_NUMBER

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

логическое значение
равно (Объект obj)
статический GraphExecutionTrace
ГрафВыполнениеСледить
окончательный статический com.google.protobuf.Descriptors.Descriptor
Нить
получитьИмяУстройства ()
 Name of the device that the op belongs to.
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
Нить
getOpName ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
интервал
getOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
интервал
Тензордебагмоде
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
интервал
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
ТензорПрото
получитьТензорПрото ()
 Tensor value in the type described by `tensor_value_type`.
ТензорПротоОрБилдер
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
Нить
getTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
com.google.protobuf.ByteString
getTfdbgContextIdBytes ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
окончательный com.google.protobuf.UnknownFieldSet
логическое значение
имеетТензорПрото ()
 Tensor value in the type described by `tensor_value_type`.
интервал
последнее логическое значение
статический GraphExecutionTrace.Builder
newBuilder (прототип GraphExecutionTrace )
статический GraphExecutionTrace.Builder
GraphExecutionTrace.Builder
статический GraphExecutionTrace
parseDelimitedFrom (входной поток)
статический GraphExecutionTrace
parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphExecutionTrace
parseFrom (данные ByteBuffer)
статический GraphExecutionTrace
parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphExecutionTrace
parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphExecutionTrace
parseFrom (вход com.google.protobuf.CodedInputStream)
статический GraphExecutionTrace
parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphExecutionTrace
parseFrom (данные com.google.protobuf.ByteString)
статический GraphExecutionTrace
parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphExecutionTrace
parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический
GraphExecutionTrace.Builder
пустота
writeTo (вывод com.google.protobuf.CodedOutputStream)

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

Константы

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

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

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

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

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

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

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

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

публичный статический финал int TENSOR_PROTO_FIELD_NUMBER

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

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

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

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

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

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

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

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

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

 Name of the device that the op belongs to.
 
string device_name = 6;

public com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device that the op belongs to.
 
string device_name = 6;

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

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

public com.google.protobuf.ByteString getOpNameBytes ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

public int getOutputSlot ()

 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
 
int32 output_slot = 3;

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

public int getSerializedSize ()

public TensorDebugMode getTensorDebugMode ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

public int getTensorDebugModeValue ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

публичный TensorProto getTensorProto ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

общедоступный TensorProtoOrBuilder getTensorProtoOrBuilder ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

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

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

public com.google.protobuf.ByteString getTfdbgContextIdBytes ()

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

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

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

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

public int hashCode ()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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