interface pública GraphOpCreationOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| Localização de código abstrata | 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. |
| cadeia abstrata | getDeviceName () Name of the device that the op is assigned to (if available). |
| abstrato com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device that the op is assigned to (if available). |
| cadeia abstrata | getGraphId () Unique ID of the graph (generated by debugger). |
| abstrato com.google.protobuf.ByteString | getGraphIdBytes () Unique ID of the graph (generated by debugger). |
| cadeia abstrata | getGraphName () Name of the graph that the op is a part of (if available). |
| abstrato com.google.protobuf.ByteString | getGraphNameBytes () Name of the graph that the op is a part of (if available). |
| cadeia abstrata | getInputNames (índice interno) Names of the input tensors to the op. |
| abstrato 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. |
| cadeia abstrata | getOpNome () Name of the op (e.g., "Dense/MatMul_1"). |
| abstrato com.google.protobuf.ByteString | getOpNomeBytes () Name of the op (e.g., "Dense/MatMul_1"). |
| cadeia abstrata | getOpType () Type of the op (e.g., "MatMul"). |
| abstrato com.google.protobuf.ByteString | getOpTypeBytes () Type of the op (e.g., "MatMul"). |
| abstrato int | getOutputTensorIds (índice interno) Unique IDs for the output tensors of this op. |
| abstrato int | getOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
| lista abstrata<inteiro> | 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
público abstrato CodeLocation getCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; público abstrato CodeLocationOrBuilder getCodeLocationOrBuilder ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; String abstrata pública getDeviceName ()
Name of the device that the op is assigned to (if available).
string device_name = 5; resumo público com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op is assigned to (if available).
string device_name = 5; String abstrata pública getGraphId ()
Unique ID of the graph (generated by debugger). This is the ID of the immediately-enclosing graph.
string graph_id = 4; resumo público 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; String abstrata pública getGraphName ()
Name of the graph that the op is a part of (if available).
string graph_name = 3; resumo público com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph that the op is a part of (if available).
string graph_name = 3; String abstrata pública getInputNames (índice int)
Names of the input tensors to the op.
repeated string input_names = 6; resumo público com.google.protobuf.ByteString getInputNamesBytes (índice int)
Names of the input tensors to the op.
repeated string input_names = 6; público abstrato int getInputNamesCount ()
Names of the input tensors to the op.
repeated string input_names = 6; lista abstrata pública<String> getInputNamesList ()
Names of the input tensors to the op.
repeated string input_names = 6; resumo público int getNumOutputs ()
Number of output tensors emitted by the op.
int32 num_outputs = 7; String abstrata pública getOpName ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2; resumo público com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2; String abstrata pública getOpType ()
Type of the op (e.g., "MatMul").
string op_type = 1; resumo público com.google.protobuf.ByteString getOpTypeBytes ()
Type of the op (e.g., "MatMul").
string op_type = 1; público abstrato int getOutputTensorIds (índice int)
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; público abstrato 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; público abstrato booleano hasCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;