GraphExecutionTrace.Builder de clase final estática pública
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.Tipo de
tensorflow.GraphExecutionTrace
Métodos públicos
GraphExecutionTrace.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
GraphExecutionTrace | construir () |
GraphExecutionTrace | buildPartial () |
GraphExecutionTrace.Builder | claro () |
GraphExecutionTrace.Builder | clearDeviceName () Name of the device that the op belongs to. |
GraphExecutionTrace.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
GraphExecutionTrace.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GraphExecutionTrace.Builder | clearOpName () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | clearOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | clearTensorDebugMode () Type of the tensor value encapsulated in this proto. |
GraphExecutionTrace.Builder | clearTensorProto () Tensor value in the type described by `tensor_value_type`. |
GraphExecutionTrace.Builder | clearTfdbgContextId () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
GraphExecutionTrace.Builder | clonar () |
GraphExecutionTrace | |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
Cuerda | getDeviceName () Name of the device that the op belongs to. |
com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device that the op belongs to. |
Cuerda | 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). |
En t | 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. |
En t | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
TensorProto | 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`. |
Cuerda | 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). |
booleano | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
booleano final | |
GraphExecutionTrace.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace.Builder | mergeFrom (com.google.protobuf.Message otro) |
GraphExecutionTrace.Builder | |
GraphExecutionTrace.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
GraphExecutionTrace.Builder | setDeviceName (valor de cadena) Name of the device that the op belongs to. |
GraphExecutionTrace.Builder | setDeviceNameBytes (valor de com.google.protobuf.ByteString) Name of the device that the op belongs to. |
GraphExecutionTrace.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
GraphExecutionTrace.Builder | setOpName (valor de cadena) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | setOpNameBytes (valor de com.google.protobuf.ByteString) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | setOutputSlot (valor int) Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
GraphExecutionTrace.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
GraphExecutionTrace.Builder | |
GraphExecutionTrace.Builder | setTensorDebugModeValue (valor int) Type of the tensor value encapsulated in this proto. |
GraphExecutionTrace.Builder | |
GraphExecutionTrace.Builder | setTensorProto ( TensorProto.Builder builderForValue) Tensor value in the type described by `tensor_value_type`. |
GraphExecutionTrace.Builder | setTfdbgContextId (valor de cadena) Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
GraphExecutionTrace.Builder | setTfdbgContextIdBytes (valor de 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 final | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos heredados
Métodos públicos
public GraphExecutionTrace.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public GraphExecutionTrace.Builder clearDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
nombre_dispositivo string device_name = 6;
public GraphExecutionTrace.Builder clearField (campo 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 ()
public String getDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
nombre_dispositivo string device_name = 6;
public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op belongs to.
string device_name = 6;
nombre_dispositivo string device_name = 6;
public 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;
public 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;
public final boolean isInitialized ()
public GraphExecutionTrace.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public GraphExecutionTrace.Builder mergeTensorProto (valor de 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 unknownFields)
public GraphExecutionTrace.Builder setDeviceName (valor de cadena)
Name of the device that the op belongs to.
string device_name = 6;
nombre_dispositivo string device_name = 6;
public GraphExecutionTrace.Builder setDeviceNameBytes (valor de com.google.protobuf.ByteString)
Name of the device that the op belongs to.
string device_name = 6;
nombre_dispositivo string device_name = 6;
public GraphExecutionTrace.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public GraphExecutionTrace.Builder setOpName (valor de cadena)
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
public GraphExecutionTrace.Builder setOpNameBytes (valor de 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 (valor 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
public GraphExecutionTrace.Builder setTensorDebugMode (valor de TensorDebugMode )
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public GraphExecutionTrace.Builder setTensorDebugModeValue (valor int)
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public GraphExecutionTrace.Builder setTensorProto (valor de 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 (valor de cadena)
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 (valor de 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;