GraphOpCreationOrBuilder

interface pública GraphOpCreationOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

CodeLocation abstrato
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
CodeLocationOrBuilder abstrato
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
String abstrata
getDeviceName ()
 Name of the device that the op is assigned to (if available).
abstract com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
String abstrata
getGraphId ()
 Unique ID of the graph (generated by debugger).
abstract com.google.protobuf.ByteString
getGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
String abstrata
getGraphName ()
 Name of the graph that the op is a part of (if available).
abstract com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph that the op is a part of (if available).
String abstrata
getInputNames (índice interno )
 Names of the input tensors to the op.
abstract com.google.protobuf.ByteString
getInputNamesBytes (índice interno )
 Names of the input tensors to the op.
abstrato int
getInputNamesCount ()
 Names of the input tensors to the op.
Lista abstrata <String>
getInputNamesList ()
 Names of the input tensors to the op.
abstrato int
getNumOutputs ()
 Number of output tensors emitted by the op.
String abstrata
getOpName ()
 Name of the op (e.g., "Dense/MatMul_1").
abstract com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
String abstrata
getOpType ()
 Type of the op (e.g., "MatMul").
abstract com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
abstrato int
getOutputTensorIds (índice int)
 Unique IDs for the output tensors of this op.
abstrato int
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
Lista abstrata <Integer>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
booleano abstrato
hasCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.

Métodos Públicos

public abstract CodeLocation getCodeLocation ()

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

public abstract CodeLocationOrBuilder getCodeLocationOrBuilder ()

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

public abstract String getDeviceName ()

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

public abstract com.google.protobuf.ByteString getDeviceNameBytes ()

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

public abstract String getGraphId ()

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

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

public abstract String getGraphName ()

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

public abstract com.google.protobuf.ByteString getGraphNameBytes ()

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

public abstract String getInputNames (índice interno )

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

public abstract com.google.protobuf.ByteString getInputNamesBytes (int index)

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

public abstract int getInputNamesCount ()

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

public abstract List <String> getInputNamesList ()

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

public abstract int getNumOutputs ()

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

public abstract String getOpName ()

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

public abstract com.google.protobuf.ByteString getOpNameBytes ()

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

public abstract String getOpType ()

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

public abstract com.google.protobuf.ByteString getOpTypeBytes ()

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

public abstract int getOutputTensorIds (int index)

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

public abstract int getOutputTensorIdsCount ()

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

public abstract List <Integer> getOutputTensorIdsList ()

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

public abstract boolean hasCodeLocation ()

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