ExecutionOrBuilder

interfaccia pubblica ExecutionOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

codiceLocation astratto
getCodeLocation ()
 Stack trace of the eager execution.
codice astratto CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 Stack trace of the eager execution.
stringa astratta
getIdGrafico ()
 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
astratto com.google.protobuf.ByteString
getGraphIdBytes ()
 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
astratto lungo
getInputTensorIds (indice int)
 IDs of the input tensors (if available).
astratto int
getInputTensorIdsCount ()
 IDs of the input tensors (if available).
Lista astratta<Lunga>
getInputTensorIdsList ()
 IDs of the input tensors (if available).
astratto int
getNumUscite ()
 Number of output tensors.
stringa astratta
getOpType ()
 Op type (e.g., "MatMul").
astratto com.google.protobuf.ByteString
getOpTypeBytes ()
 Op type (e.g., "MatMul").
astratto int
getOutputTensorDeviceIds (indice int)
 Debugged-generated IDs of the devices on which the output tensors reside.
astratto int
getOutputTensorDeviceIdsCount ()
 Debugged-generated IDs of the devices on which the output tensors reside.
Lista astratta<Intero>
getOutputTensorDeviceIdsList ()
 Debugged-generated IDs of the devices on which the output tensors reside.
astratto lungo
getOutputTensorIds (indice int)
 IDs of the output tensors (if availbable).
astratto int
getOutputTensorIdsCount ()
 IDs of the output tensors (if availbable).
Lista astratta<Lunga>
getOutputTensorIdsList ()
 IDs of the output tensors (if availbable).
TensorDebugMode astratto
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
astratto int
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensoreProto astratto
getTensorProtos (indice int)
 Output Tensor values in the type described by `tensor_value_type`.
astratto int
getTensorProtosCount ()
 Output Tensor values in the type described by `tensor_value_type`.
Lista astratta< TensorProto >
getTensorProtosList ()
 Output Tensor values in the type described by `tensor_value_type`.
astratto TensorProtoOrBuilder
getTensorProtosOrBuilder (indice int)
 Output Tensor values in the type described by `tensor_value_type`.
Elenco astratto<? estende TensorProtoOrBuilder >
getTensorProtosOrBuilderList ()
 Output Tensor values in the type described by `tensor_value_type`.
booleano astratto
hasCodeLocation ()
 Stack trace of the eager execution.

Metodi pubblici

estratto pubblico CodeLocation getCodeLocation ()

 Stack trace of the eager execution.
 
.tensorflow.CodeLocation code_location = 8;

estratto pubblico CodeLocationOrBuilder getCodeLocationOrBuilder ()

 Stack trace of the eager execution.
 
.tensorflow.CodeLocation code_location = 8;

stringa astratta pubblica getGraphId ()

 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
 
string graph_id = 3;

estratto pubblico com.google.protobuf.ByteString getGraphIdBytes ()

 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
 
string graph_id = 3;

pubblico astratto lungo getInputTensorIds (indice int)

 IDs of the input tensors (if available).
 
repeated int64 input_tensor_ids = 4;

public abstract int getInputTensorIdsCount ()

 IDs of the input tensors (if available).
 
repeated int64 input_tensor_ids = 4;

public abstract List<Long> getInputTensorIdsList ()

 IDs of the input tensors (if available).
 
repeated int64 input_tensor_ids = 4;

public abstract int getNumOutputs ()

 Number of output tensors.
 
int32 num_outputs = 2;

public abstract String getOpType ()

 Op type (e.g., "MatMul").
 In the case of a Graph, this is the name of the Graph.
 
string op_type = 1;

estratto pubblico com.google.protobuf.ByteString getOpTypeBytes ()

 Op type (e.g., "MatMul").
 In the case of a Graph, this is the name of the Graph.
 
string op_type = 1;

public abstract int getOutputTensorDeviceIds (indice int)

 Debugged-generated IDs of the devices on which the output tensors reside.
 To look up details about the device (e.g., name), cross-reference this
 field with the DebuggedDevice messages.
 
repeated int32 output_tensor_device_ids = 9;

public abstract int getOutputTensorDeviceIdsCount ()

 Debugged-generated IDs of the devices on which the output tensors reside.
 To look up details about the device (e.g., name), cross-reference this
 field with the DebuggedDevice messages.
 
repeated int32 output_tensor_device_ids = 9;

public abstract List<Integer> getOutputTensorDeviceIdsList ()

 Debugged-generated IDs of the devices on which the output tensors reside.
 To look up details about the device (e.g., name), cross-reference this
 field with the DebuggedDevice messages.
 
repeated int32 output_tensor_device_ids = 9;

pubblico astratto lungo getOutputTensorIds (indice int)

 IDs of the output tensors (if availbable).
 If specified, must have the same length as tensor_protos.
 
repeated int64 output_tensor_ids = 5;

public abstract int getOutputTensorIdsCount ()

 IDs of the output tensors (if availbable).
 If specified, must have the same length as tensor_protos.
 
repeated int64 output_tensor_ids = 5;

public abstract List<Long> getOutputTensorIdsList ()

 IDs of the output tensors (if availbable).
 If specified, must have the same length as tensor_protos.
 
repeated int64 output_tensor_ids = 5;

public abstract TensorDebugMode getTensorDebugMode ()

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

public abstract int getTensorDebugModeValue ()

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

public abstract TensorProto getTensorProtos (indice int)

 Output Tensor values in the type described by `tensor_value_type`.
 The length of this should match `num_outputs`.
 
repeated .tensorflow.TensorProto tensor_protos = 7;

public abstract int getTensorProtosCount ()

 Output Tensor values in the type described by `tensor_value_type`.
 The length of this should match `num_outputs`.
 
repeated .tensorflow.TensorProto tensor_protos = 7;

Elenco astratto pubblico< TensorProto > getTensorProtosList ()

 Output Tensor values in the type described by `tensor_value_type`.
 The length of this should match `num_outputs`.
 
repeated .tensorflow.TensorProto tensor_protos = 7;

public abstract TensorProtoOrBuilder getTensorProtosOrBuilder (indice int)

 Output Tensor values in the type described by `tensor_value_type`.
 The length of this should match `num_outputs`.
 
repeated .tensorflow.TensorProto tensor_protos = 7;

Elenco abstract pubblico<? estende TensorProtoOrBuilder > getTensorProtosOrBuilderList ()

 Output Tensor values in the type described by `tensor_value_type`.
 The length of this should match `num_outputs`.
 
repeated .tensorflow.TensorProto tensor_protos = 7;

pubblico astratto booleano hasCodeLocation ()

 Stack trace of the eager execution.
 
.tensorflow.CodeLocation code_location = 8;