GraphExecutionTrace

lớp cuối cùng công khai 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.
 
Tenorflow loại tensorflow.GraphExecutionTrace

Các lớp lồng nhau

lớp học GraphExecutionTrace.Builder
 Data relating to an execution of a Graph (e.g., an eager execution of a
 FuncGraph). 

Hằng số

int DEVICE_NAME_FIELD_NUMBER
int OP_NAME_FIELD_NUMBER
int OUTPUT_SLOT_FIELD_NUMBER
int TENSOR_DEBUG_MODE_FIELD_NUMBER
int TENSOR_PROTO_FIELD_NUMBER
int TFDBG_CONTEXT_ID_FIELD_NUMBER

Phương pháp công khai

boolean
bằng (Đối tượng obj)
GraphExecutionTrace tĩnh
Đồ thịThực thiDấu vết
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
Sợi dây
getDeviceName ()
 Name of the device that the op belongs to.
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
Sợi dây
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).
int
getOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
int
Chế độ gỡ lỗi Tensor
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
int
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensorProto
getTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
TensorProtoOrBuilder
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
Sợi dây
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 cuối cùng
boolean
hasTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
int
boolean cuối cùng
GraphExecutionTrace.Builder tĩnh
newBuilder ( nguyên mẫu GraphExecutionTrace )
GraphExecutTrace.Builder tĩnh
GraphExecutionTrace.Builder
GraphExecutionTrace tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
GraphExecutionTrace tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry)
GraphExecutionTrace tĩnh
ParseFrom (dữ liệu ByteBuffer)
GraphExecutionTrace tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
GraphExecutionTrace tĩnh
ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
GraphExecutionTrace tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream)
GraphExecutionTrace tĩnh
ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
GraphExecutionTrace tĩnh
ParseFrom (dữ liệu com.google.protobuf.ByteString)
GraphExecutionTrace tĩnh
ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
GraphExecutionTrace tĩnh
ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
tĩnh
GraphExecutionTrace.Builder
trống rỗng
writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Phương pháp kế thừa

Hằng số

int tĩnh công khai DEVICE_NAME_FIELD_NUMBER

Giá trị không đổi: 6

int cuối cùng tĩnh công khai OP_NAME_FIELD_NUMBER

Giá trị không đổi: 2

int tĩnh cuối cùng OUTPUT_SLOT_FIELD_NUMBER

Giá trị không đổi: 3

int cuối cùng tĩnh công khai TENSOR_DEBUG_MODE_FIELD_NUMBER

Giá trị không đổi: 4

int tĩnh cuối cùng TENSOR_PROTO_FIELD_NUMBER

Giá trị không đổi: 5

int cuối cùng tĩnh công khai TFDBG_CONTEXT_ID_FIELD_NUMBER

Giá trị không đổi: 1

Phương pháp công khai

boolean công khai bằng (Object obj)

GraphExecutTrace tĩnh công khai getDefaultInstance ()

công khai GraphExecutionTrace getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

Chuỗi công khai getDeviceName ()

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

com.google.protobuf.ByteString getDeviceNameBytes () công khai

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

Chuỗi công khai getOpName ()

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

com.google.protobuf.ByteString getOpNameBytes công khai ()

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

int công khai getOutputSlot ()

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

công cộng getParserForType ()

int công khai getSerializedSize ()

công khai TensorDebugMode getTensorDebugMode ()

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

int công khai getTensorDebugModeValue ()

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

TensorProto công khai 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 công khai 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;

Chuỗi công khai 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;

com.google.protobuf.ByteString getTfdbgContextIdBytes công khai ()

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

trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()

boolean công khai 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;

mã băm int công khai ()

boolean cuối cùng công khai được khởi tạo ()

public static GraphExecutionTrace.Builder newBuilder ( nguyên mẫu GraphExecutionTrace )

GraphExecutionTrace.Builder tĩnh công khai newBuilder ()

công khai GraphExecutionTrace.Builder newBuilderForType ()

GraphExecutionTrace tĩnh công khai phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)

Ném
IOException

GraphExecutionTrace tĩnh công khai phân tích cú phápDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

GraphExecutionTrace phân tích cú pháp tĩnh công khai từ (dữ liệu ByteBuffer)

Ném
Giao thức đệm ngoại lệ không hợp lệ

GraphExecutionTrace phân tích pháp tĩnh công khaiTừ (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

GraphExecutionTrace parsFrom tĩnh công khai (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

GraphExecutionTrace phân tích cú pháp tĩnh công khai (đầu vào com.google.protobuf.CodedInputStream)

Ném
IOException

GraphExecutionTrace tĩnh công khai phân tích cú phápFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

GraphExecutionTrace phân tích cú pháp tĩnh công khai (dữ liệu com.google.protobuf.ByteString)

Ném
Giao thức đệm ngoại lệ không hợp lệ

GraphExecutionTrace phân tích cú pháp tĩnh công khaiTừ (đầu vàoInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

GraphExecutionTrace parsFrom tĩnh công khai (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công cộng tĩnh trình phân tích cú pháp ()

công khai GraphExecutionTrace.Builder toBuilder ()

public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Ném
IOException