パブリック静的最終クラス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.
tensorflow.GraphExecutionTrace
パブリックメソッド
グラフ実行トレース.ビルダー | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
グラフ実行トレース | 建てる() |
グラフ実行トレース | buildPartial () |
グラフ実行トレース.ビルダー | クリア() |
グラフ実行トレース.ビルダー | クリアデバイス名() Name of the device that the op belongs to. |
グラフ実行トレース.ビルダー | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
グラフ実行トレース.ビルダー | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
グラフ実行トレース.ビルダー | クリアOpName () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
グラフ実行トレース.ビルダー | ClearOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
グラフ実行トレース.ビルダー | clearTensorDebugMode () Type of the tensor value encapsulated in this proto. |
グラフ実行トレース.ビルダー | クリアTensorProto () Tensor value in the type described by `tensor_value_type`. |
グラフ実行トレース.ビルダー | ClearTfdbgContextId () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
グラフ実行トレース.ビルダー | クローン() |
グラフ実行トレース | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
弦 | getデバイス名() 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). |
TensorDebugMode | 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`. |
最終ブール値 | |
グラフ実行トレース.ビルダー | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
グラフ実行トレース.ビルダー | mergeFrom (com.google.protobuf.Message other) |
グラフ実行トレース.ビルダー | |
最終的なGraphExecutionTrace.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
グラフ実行トレース.ビルダー | setDeviceName (文字列値) Name of the device that the op belongs to. |
グラフ実行トレース.ビルダー | setDeviceNameBytes (com.google.protobuf.ByteString 値) Name of the device that the op belongs to. |
グラフ実行トレース.ビルダー | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
グラフ実行トレース.ビルダー | setOpName (文字列値) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
グラフ実行トレース.ビルダー | setOpNameBytes (com.google.protobuf.ByteString 値) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
グラフ実行トレース.ビルダー | setOutputSlot (int 値) Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
グラフ実行トレース.ビルダー | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
グラフ実行トレース.ビルダー | |
グラフ実行トレース.ビルダー | setTensorDebugModeValue (int 値) Type of the tensor value encapsulated in this proto. |
グラフ実行トレース.ビルダー | |
グラフ実行トレース.ビルダー | setTensorProto ( TensorProto.Builder builderForValue) Tensor value in the type described by `tensor_value_type`. |
グラフ実行トレース.ビルダー | setTfdbgContextId (文字列値) Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
グラフ実行トレース.ビルダー | 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.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public GraphExecutionTrace.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public GraphExecutionTrace.Builder ClearDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
public GraphExecutionTrace.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
public GraphExecutionTrace.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public GraphExecutionTrace.Builder ClearOpName ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
public GraphExecutionTrace.Builder ClearOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3;
public GraphExecutionTrace.Builder clearTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public 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;
public 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;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
パブリック String 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;
パブリック String 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;
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;
public 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;
public 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;
public 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;
パブリック String 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;
public boolean 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 ()
public GraphExecutionTrace.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public 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;
public Final GraphExecutionTrace.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public GraphExecutionTrace.Builder setDeviceName (文字列値)
Name of the device that the op belongs to.
string device_name = 6;
public GraphExecutionTrace.Builder setDeviceNameBytes (com.google.protobuf.ByteString 値)
Name of the device that the op belongs to.
string device_name = 6;
public GraphExecutionTrace.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public GraphExecutionTrace.Builder setOpName (文字列値)
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
public 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;
public GraphExecutionTrace.Builder setOutputSlot (int 値)
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3;
public GraphExecutionTrace.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public GraphExecutionTrace.Builder setTensorDebugMode ( TensorDebugMode値)
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public GraphExecutionTrace.Builder setTensorDebugModeValue (int 値)
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public 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;
public 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;
public 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;
public 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;