GraphExecutionTrace

GraphExecutionTrace kelas akhir publik

 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 tipe tensorflow.GraphExecutionTrace

Kelas Bersarang

kelas GraphExecutionTrace.Builder
 Data relating to an execution of a Graph (e.g., an eager execution of a
 FuncGraph). 

Konstanta

ke dalam DEVICE_NAME_FIELD_NUMBER
ke dalam OP_NAME_FIELD_NUMBER
ke dalam OUTPUT_SLOT_FIELD_NUMBER
ke dalam TENSOR_DEBUG_MODE_FIELD_NUMBER
ke dalam TENSOR_PROTO_FIELD_NUMBER
ke dalam TFDBG_CONTEXT_ID_FIELD_NUMBER

Metode Publik

boolean
sama dengan (Objek objek)
GraphExecutionTrace statis
GraphExecutionTrace
com.google.protobuf.Descriptors.Descriptor statis terakhir
Rangkaian
dapatkan NamaPerangkat ()
 Name of the device that the op belongs to.
com.google.protobuf.ByteString
dapatkanDeviceNameBytes ()
 Name of the device that the op belongs to.
Rangkaian
dapatkan NamaOp ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
com.google.protobuf.ByteString
dapatkanOpNameBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
ke dalam
dapatkanOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
ke dalam
TensorDebugMode
dapatkanTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
ke dalam
dapatkanTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensorProto
dapatkan TensorProto ()
 Tensor value in the type described by `tensor_value_type`.
TensorProtoOrBuilder
dapatkanTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
Rangkaian
dapatkanTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
com.google.protobuf.ByteString
dapatkanTfdbgContextIdBytes ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
final com.google.protobuf.UnknownFieldSet
boolean
memilikiTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
ke dalam
boolean terakhir
GraphExecutionTrace.Builder statis
GraphExecutionTrace.Builder statis
GraphExecutionTrace.Builder
GraphExecutionTrace statis
parseDelimitedFrom (masukan Aliran Masukan)
GraphExecutionTrace statis
parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace statis
parseFrom (data ByteBuffer)
GraphExecutionTrace statis
parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace statis
parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace statis
parseFrom (com.google.protobuf.CodedInputStream masukan)
GraphExecutionTrace statis
parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace statis
parseFrom (com.google.protobuf.ByteString data)
GraphExecutionTrace statis
parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace statis
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statis
GraphExecutionTrace.Builder
ruang kosong
writeTo (com.google.protobuf.CodedOutputStream keluaran)

Metode Warisan

Konstanta

int akhir statis publik DEVICE_NAME_FIELD_NUMBER

Nilai Konstan: 6

int akhir statis publik OP_NAME_FIELD_NUMBER

Nilai Konstan: 2

int akhir statis publik OUTPUT_SLOT_FIELD_NUMBER

Nilai Konstan: 3

int akhir statis publik TENSOR_DEBUG_MODE_FIELD_NUMBER

Nilai Konstan: 4

int final statis publik TENSOR_PROTO_FIELD_NUMBER

Nilai Konstan: 5

int akhir statis publik TFDBG_CONTEXT_ID_FIELD_NUMBER

Nilai Konstan: 1

Metode Publik

boolean publik sama (Obj objek)

GraphExecutionTrace getDefaultInstance statis publik ()

publik GraphExecutionTrace getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

String publik getDeviceName ()

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

com.google.protobuf.ByteString publik getDeviceNameBytes ()

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

String publik getOpName ()

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

publik com.google.protobuf.ByteString getOpNameBytes ()

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

int publik getOutputSlot ()

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

publik dapatkanParserForType ()

publik int getSerializedSize ()

TensorDebugMode publik getTensorDebugMode ()

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

int publik getTensorDebugModeValue ()

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

TensorProto publik dapatkan TensorProto ()

 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 publik 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;

String publik 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;

publik 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;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

boolean publik 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;

kode hash int publik ()

boolean akhir publik diinisialisasi ()

GraphExecutionTrace.Builder newBuilder statis publik (prototipe GraphExecutionTrace )

GraphExecutionTrace.Builder statis publik newBuilder ()

publik GraphExecutionTrace.Builder newBuilderForType ()

GraphExecutionTrace parseDelimitedFrom statis publik (input InputStream)

Melempar
Pengecualian IO

GraphExecutionTrace statis publik parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom GraphExecutionTrace statis publik (data ByteBuffer)

Melempar
InvalidProtocolBufferException

parseFrom GraphExecutionTrace statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom GraphExecutionTrace statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom GraphExecutionTrace statis publik (com.google.protobuf.CodedInputStream input)

Melempar
Pengecualian IO

parseFrom GraphExecutionTrace statis publik (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom GraphExecutionTrace statis publik (com.google.protobuf.ByteString data)

Melempar
InvalidProtocolBufferException

parseFrom GraphExecutionTrace statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom GraphExecutionTrace statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

statis publik pengurai ()

GraphExecutionTrace.Builder toBuilder publik ()

public void writeTo (com.google.protobuf.CodedOutputStream keluaran)

Melempar
Pengecualian IO