interfejs publiczny GraphOpCreationOrBuilder
| Znane podklasy pośrednie |
Metody publiczne
| abstrakcyjna lokalizacja kodu | getCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
| streszczenie CodeLocationOrBuilder | getCodeLocationOrBuilder () The unique ID for code location (stack trace) of the op's creation. |
| abstrakcyjny ciąg | pobierz nazwę urządzenia () Name of the device that the op is assigned to (if available). |
| streszczenie com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device that the op is assigned to (if available). |
| abstrakcyjny ciąg | getGraphId () Unique ID of the graph (generated by debugger). |
| streszczenie com.google.protobuf.ByteString | getGraphIdBytes () Unique ID of the graph (generated by debugger). |
| abstrakcyjny ciąg | getGraphName () Name of the graph that the op is a part of (if available). |
| streszczenie com.google.protobuf.ByteString | getGraphNameBytes () Name of the graph that the op is a part of (if available). |
| abstrakcyjny ciąg | getInputNames (indeks int) Names of the input tensors to the op. |
| streszczenie com.google.protobuf.ByteString | getInputNamesBytes (indeks int) Names of the input tensors to the op. |
| streszczenie wew | getInputNamesCount () Names of the input tensors to the op. |
| lista abstrakcyjna<String> | getInputNamesList () Names of the input tensors to the op. |
| streszczenie wew | getNumOutputs () Number of output tensors emitted by the op. |
| abstrakcyjny ciąg | getOpName () Name of the op (e.g., "Dense/MatMul_1"). |
| streszczenie com.google.protobuf.ByteString | getOpNameBytes () Name of the op (e.g., "Dense/MatMul_1"). |
| abstrakcyjny ciąg | pobierzOpType () Type of the op (e.g., "MatMul"). |
| streszczenie com.google.protobuf.ByteString | getOpTypeBytes () Type of the op (e.g., "MatMul"). |
| streszczenie wew | getOutputTensorIds (indeks int) Unique IDs for the output tensors of this op. |
| streszczenie wew | getOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
| streszczenie Lista<Integer> | getOutputTensorIdsList () Unique IDs for the output tensors of this op. |
| abstrakcyjna wartość logiczna | maCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
Metody publiczne
publiczne streszczenie CodeLocation getCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; publiczne streszczenie CodeLocationOrBuilder getCodeLocationOrBuilder ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8; publiczny ciąg abstrakcyjny getDeviceName ()
Name of the device that the op is assigned to (if available).
string device_name = 5; publiczna abstrakcja com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op is assigned to (if available).
string device_name = 5; publiczny ciąg abstrakcyjny getGraphId ()
Unique ID of the graph (generated by debugger). This is the ID of the immediately-enclosing graph.
string graph_id = 4; publiczne streszczenie 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; publiczny ciąg abstrakcyjny getGraphName ()
Name of the graph that the op is a part of (if available).
string graph_name = 3; publiczne streszczenie com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph that the op is a part of (if available).
string graph_name = 3; public streszczenie Ciąg getInputNames (indeks int)
Names of the input tensors to the op.
repeated string input_names = 6; publiczne streszczenie com.google.protobuf.ByteString getInputNamesBytes (indeks int)
Names of the input tensors to the op.
repeated string input_names = 6; publiczne streszczenie int getInputNamesCount ()
Names of the input tensors to the op.
repeated string input_names = 6; publiczna lista abstrakcyjna<String> getInputNamesList ()
Names of the input tensors to the op.
repeated string input_names = 6; publiczne streszczenie int getNumOutputs ()
Number of output tensors emitted by the op.
int32 num_outputs = 7; publiczny ciąg abstrakcyjny getOpName ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2; publiczna abstrakcja com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2; publiczny ciąg abstrakcyjny getOpType ()
Type of the op (e.g., "MatMul").
string op_type = 1; publiczne streszczenie com.google.protobuf.ByteString getOpTypeBytes ()
Type of the op (e.g., "MatMul").
string op_type = 1; publiczne streszczenie int getOutputTensorIds (indeks int)
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; publiczne streszczenie int getOutputTensorIdsCount ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; publiczna lista abstrakcyjna<Integer> getOutputTensorIdsList ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9; publiczna wartość logiczna abstrakcyjna hasCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;