public     interface
      GraphOpCreationOrBuilder
| Known Indirect Subclasses | 
Public Methods
| abstract CodeLocation | 
getCodeLocation()
                
                   The unique ID for code location (stack trace) of the op's creation. | 
| abstract CodeLocationOrBuilder | 
getCodeLocationOrBuilder()
                
                   The unique ID for code location (stack trace) of the op's creation. | 
| abstract String | 
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). | 
| abstract String | 
getGraphId()
                
                   Unique ID of the graph (generated by debugger). | 
| abstract com.google.protobuf.ByteString | 
getGraphIdBytes()
                
                   Unique ID of the graph (generated by debugger). | 
| abstract String | 
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). | 
| abstract String | 
getInputNames(int index)
                
                   Names of the input tensors to the op. | 
| abstract com.google.protobuf.ByteString | 
getInputNamesBytes(int index)
                
                   Names of the input tensors to the op. | 
| abstract int | 
getInputNamesCount()
                
                   Names of the input tensors to the op. | 
| abstract List<String> | 
getInputNamesList()
                
                   Names of the input tensors to the op. | 
| abstract int | 
getNumOutputs()
                
                   Number of output tensors emitted by the op. | 
| abstract String | 
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"). | 
| abstract String | 
getOpType()
                
                   Type of the op (e.g., "MatMul"). | 
| abstract com.google.protobuf.ByteString | 
getOpTypeBytes()
                
                   Type of the op (e.g., "MatMul"). | 
| abstract int | 
getOutputTensorIds(int index)
                
                   Unique IDs for the output tensors of this op. | 
| abstract int | 
getOutputTensorIdsCount()
                
                   Unique IDs for the output tensors of this op. | 
| abstract List<Integer> | 
getOutputTensorIdsList()
                
                   Unique IDs for the output tensors of this op. | 
| abstract boolean | 
hasCodeLocation()
                
                   The unique ID for code location (stack trace) of the op's creation. | 
Public Methods
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 (int index)
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;