공개 최종 클래스 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.
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 |
공개 방법
부울 | 같음 (객체 객체) |
정적 GraphExecutionTrace | |
그래프실행추적 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
끈 | getDeviceName () 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. |
텐서프로토 | getTensorProto () Tensor value in the type described by `tensor_value_type`. |
TensorProtoOrBuilder | 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 | |
부울 | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 GraphExecutionTrace.Builder | newBuilder ( GraphExecutionTrace 프로토타입) |
정적 GraphExecutionTrace.Builder | 새로운 빌더 () |
GraphExecutionTrace.Builder | |
정적 GraphExecutionTrace | parsDelimitedFrom (InputStream 입력) |
정적 GraphExecutionTrace | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 GraphExecutionTrace | parsFrom (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 확장Registry) |
정적 GraphExecutionTrace | ParseFrom (com.google.protobuf.ByteString 데이터) |
정적 GraphExecutionTrace | ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 GraphExecutionTrace | ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
공전 | 파서 () |
GraphExecutionTrace.Builder | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 int DEVICE_NAME_FIELD_NUMBER
상수값: 6
공개 정적 최종 정수 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
공개 방법
공개 부울은 (객체 obj) 와 같습니다 .
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 문자열 getDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
공개 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;
공개 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 getOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3;
공공의 getParserForType ()
공개 int getSerializedSize ()
공개 TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
공개 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;
공개 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;
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 GraphExecutionTraceparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 GraphExecutionTrace parsFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 GraphExecutionTrace parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 GraphExecutionTrace 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 GraphExecutionTrace parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 GraphExecutionTrace parsFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|