GraphExecutionTrace.Builder

공개 정적 최종 클래스 GraphExecutionTrace.Builder

 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
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
그래프실행추적
짓다 ()
그래프실행추적
GraphExecutionTrace.Builder
GraphExecutionTrace.Builder
클리어디바이스이름 ()
 Name of the device that the op belongs to.
GraphExecutionTrace.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
GraphExecutionTrace.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
GraphExecutionTrace.Builder
클리어OpName ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
GraphExecutionTrace.Builder
클리어아웃풋슬롯 ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
GraphExecutionTrace.Builder
클리어텐서디버그모드 ()
 Type of the tensor value encapsulated in this proto.
GraphExecutionTrace.Builder
클리어텐서프로토 ()
 Tensor value in the type described by `tensor_value_type`.
GraphExecutionTrace.Builder
클리어TfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
GraphExecutionTrace.Builder
클론 ()
그래프실행추적
최종 정적 com.google.protobuf.Descriptors.Descriptor
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`.
TensorProto.Builder
getTensorProtoBuilder ()
 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).
부울
hasTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
최종 부울
GraphExecutionTrace.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
GraphExecutionTrace.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
GraphExecutionTrace.Builder
mergeTensorProto ( TensorProto 값)
 Tensor value in the type described by `tensor_value_type`.
최종 GraphExecutionTrace.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
GraphExecutionTrace.Builder
setDeviceName (문자열 값)
 Name of the device that the op belongs to.
GraphExecutionTrace.Builder
setDeviceNameBytes (com.google.protobuf.ByteString 값)
 Name of the device that the op belongs to.
GraphExecutionTrace.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
GraphExecutionTrace.Builder
setOpName (문자열 값)
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
GraphExecutionTrace.Builder
setOpNameBytes (com.google.protobuf.ByteString 값)
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
GraphExecutionTrace.Builder
setOutputSlot (정수 값)
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
GraphExecutionTrace.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
GraphExecutionTrace.Builder
setTensorDebugMode ( TensorDebugMode 값)
 Type of the tensor value encapsulated in this proto.
GraphExecutionTrace.Builder
setTensorDebugModeValue (정수 값)
 Type of the tensor value encapsulated in this proto.
GraphExecutionTrace.Builder
setTensorProto ( TensorProto 값)
 Tensor value in the type described by `tensor_value_type`.
GraphExecutionTrace.Builder
setTensorProto ( TensorProto.Builder builderForValue)
 Tensor value in the type described by `tensor_value_type`.
GraphExecutionTrace.Builder
setTfdbgContextId (문자열 값)
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
GraphExecutionTrace.Builder
setTfdbgContextIdBytes (com.google.protobuf.ByteString 값)
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
최종 GraphExecutionTrace.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

공개 GraphExecutionTrace.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 GraphExecutionTrace 빌드 ()

공개 GraphExecutionTrace 빌드Partial ()

공개 GraphExecutionTrace.Builder 지우기 ()

공개 GraphExecutionTrace.Builder ClearDeviceName ()

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

공개 GraphExecutionTrace.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 GraphExecutionTrace.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptoroneof)

공개 GraphExecutionTrace.Builder 클리어OpName ()

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

공개 GraphExecutionTrace.Builder ClearOutputSlot ()

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

공개 GraphExecutionTrace.Builder ClearTensorDebugMode ()

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

공개 GraphExecutionTrace.Builder ClearTensorProto ()

 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;

공개 GraphExecutionTrace.Builder ClearTfdbgContextId ()

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

공개 GraphExecutionTrace.Builder 클론 ()

공개 GraphExecutionTrace getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 문자열 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;

공개 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;

공개 TensorProto.Builder getTensorProtoBuilder ()

 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;

공개 부울 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;

공개 최종 부울 isInitialized ()

공개 GraphExecutionTrace.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 GraphExecutionTrace.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 GraphExecutionTrace.Builder mergeTensorProto ( 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;

공개 최종 GraphExecutionTrace.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 GraphExecutionTrace.Builder setDeviceName (문자열 값)

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

공개 GraphExecutionTrace.Builder setDeviceNameBytes (com.google.protobuf.ByteString 값)

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

공개 GraphExecutionTrace.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 GraphExecutionTrace.Builder setOpName (문자열 값)

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

공개 GraphExecutionTrace.Builder setOpNameBytes (com.google.protobuf.ByteString 값)

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

공개 GraphExecutionTrace.Builder setOutputSlot (int 값)

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

공개 GraphExecutionTrace.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 GraphExecutionTrace.Builder setTensorDebugMode ( TensorDebugMode 값)

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

공개 GraphExecutionTrace.Builder setTensorDebugModeValue (int 값)

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

공개 GraphExecutionTrace.Builder setTensorProto ( 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;

공개 GraphExecutionTrace.Builder setTensorProto ( TensorProto.Builder builderForValue)

 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;

공개 GraphExecutionTrace.Builder setTfdbgContextId (문자열 값)

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

공개 GraphExecutionTrace.Builder setTfdbgContextIdBytes (com.google.protobuf.ByteString 값)

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

공개 최종 GraphExecutionTrace.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)