GraphExecutionTraceOrBuilder

パブリック インターフェイスGraphExecutionTraceOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
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.
抽象TensorProto
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).
抽象ブール値
hasTensorProto ()
 Tensor value in the type described by `tensor_value_type`.

パブリックメソッド

public abstract String getDeviceName ()

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

public abstract 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;

パブリック抽象 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;

public abstract 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;

パブリック抽象 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;

パブリック抽象 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 abstract 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;