GraphOpCreationOrBuilder

interface publique GraphOpCreationOrBuilder
Sous-classes indirectes connues

Méthodes publiques

résumé CodeLocation
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
résumé CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
Chaîne abstraite
getDeviceName ()
 Name of the device that the op is assigned to (if available).
résumé com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
Chaîne abstraite
getGraphId ()
 Unique ID of the graph (generated by debugger).
résumé com.google.protobuf.ByteString
getGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
Chaîne abstraite
getGraphName ()
 Name of the graph that the op is a part of (if available).
résumé com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph that the op is a part of (if available).
Chaîne abstraite
getInputNames (index int)
 Names of the input tensors to the op.
résumé com.google.protobuf.ByteString
getInputNamesBytes (index int)
 Names of the input tensors to the op.
abstrait entier
getInputNamesCount ()
 Names of the input tensors to the op.
Liste abstraite<String>
getInputNamesList ()
 Names of the input tensors to the op.
abstrait entier
getNumOutputs ()
 Number of output tensors emitted by the op.
Chaîne abstraite
getOpName ()
 Name of the op (e.g., "Dense/MatMul_1").
résumé com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
Chaîne abstraite
getOpType ()
 Type of the op (e.g., "MatMul").
résumé com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
abstrait entier
getOutputTensorIds (index int)
 Unique IDs for the output tensors of this op.
abstrait entier
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
Liste abstraite<Integer>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
booléen abstrait
hasCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.

Méthodes publiques

CodeLocation abstrait public getCodeLocation ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

public abstrait CodeLocationOrBuilder getCodeLocationOrBuilder ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

chaîne abstraite publique getDeviceName ()

 Name of the device that the op is assigned to (if available).
 
string device_name = 5;

résumé public com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device that the op is assigned to (if available).
 
string device_name = 5;

chaîne abstraite publique getGraphId ()

 Unique ID of the graph (generated by debugger).
 This is the ID of the immediately-enclosing graph.
 
string graph_id = 4;

résumé public com.google.protobuf.ByteString getGraphIdBytes ()

 Unique ID of the graph (generated by debugger).
 This is the ID of the immediately-enclosing graph.
 
string graph_id = 4;

chaîne abstraite publique getGraphName ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

résumé public com.google.protobuf.ByteString getGraphNameBytes ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

chaîne abstraite publique getInputNames (index int)

 Names of the input tensors to the op.
 
repeated string input_names = 6;

résumé public com.google.protobuf.ByteString getInputNamesBytes (index int)

 Names of the input tensors to the op.
 
repeated string input_names = 6;

public abstrait int getInputNamesCount ()

 Names of the input tensors to the op.
 
repeated string input_names = 6;

liste abstraite publique<String> getInputNamesList ()

 Names of the input tensors to the op.
 
repeated string input_names = 6;

public abstrait int getNumOutputs ()

 Number of output tensors emitted by the op.
 
int32 num_outputs = 7;

chaîne abstraite publique getOpName ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

résumé public com.google.protobuf.ByteString getOpNameBytes ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

chaîne abstraite publique getOpType ()

 Type of the op (e.g., "MatMul").
 
string op_type = 1;

résumé public com.google.protobuf.ByteString getOpTypeBytes ()

 Type of the op (e.g., "MatMul").
 
string op_type = 1;

public abstract int getOutputTensorIds (index int)

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

public abstrait int getOutputTensorIdsCount ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

liste abstraite publique<Integer> getOutputTensorIdsList ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

public abstrait booléen hasCodeLocation ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;