publiczna klasa końcowa GraphOpCreation
The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
tensorflow.GraphOpCreation
Klasy zagnieżdżone
klasa | GraphOpCreation.Builder | The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). |
Stałe
Metody publiczne
wartość logiczna | równa się (obiekt obiektu) |
Lokalizacja kodu | getCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
CodeLocationOrBuilder | getCodeLocationOrBuilder () The unique ID for code location (stack trace) of the op's creation. |
statyczny GraphOpCreation | |
Tworzenie wykresów | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
Smyczkowy | pobierz nazwę urządzenia () Name of the device that the op is assigned to (if available). |
com.google.protobuf.ByteString | pobierzNazwęUrządzeniaBytes () Name of the device that the op is assigned to (if available). |
Smyczkowy | getGraphId () Unique ID of the graph (generated by debugger). |
com.google.protobuf.ByteString | getGraphIdBytes () Unique ID of the graph (generated by debugger). |
Smyczkowy | getGraphName () Name of the graph that the op is a part of (if available). |
com.google.protobuf.ByteString | getGraphNameBytes () Name of the graph that the op is a part of (if available). |
Smyczkowy | getInputNames (indeks int) Names of the input tensors to the op. |
com.google.protobuf.ByteString | getInputNamesBytes (indeks int) Names of the input tensors to the op. |
wew | getInputNamesCount () Names of the input tensors to the op. |
com.google.protobuf.ProtocolStringList | getInputNamesList () Names of the input tensors to the op. |
wew | getNumOutputs () Number of output tensors emitted by the op. |
Smyczkowy | getOpName () Name of the op (e.g., "Dense/MatMul_1"). |
com.google.protobuf.ByteString | getOpNameBytes () Name of the op (e.g., "Dense/MatMul_1"). |
Smyczkowy | pobierzOpType () Type of the op (e.g., "MatMul"). |
com.google.protobuf.ByteString | getOpTypeBytes () Type of the op (e.g., "MatMul"). |
wew | getOutputTensorIds (indeks int) Unique IDs for the output tensors of this op. |
wew | getOutputTensorIdsCount () Unique IDs for the output tensors of this op. |
Lista<liczba całkowita> | getOutputTensorIdsList () Unique IDs for the output tensors of this op. |
wew | |
końcowy com.google.protobuf.UnknownFieldSet | |
wartość logiczna | maCodeLocation () The unique ID for code location (stack trace) of the op's creation. |
wew | hashCode () |
końcowa wartość logiczna | |
statyczny GraphOpCreation.Builder | newBuilder (prototyp GraphOpCreation ) |
statyczny GraphOpCreation.Builder | nowyBuilder () |
GraphOpCreation.Builder | |
statyczny GraphOpCreation | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczny GraphOpCreation | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny GraphOpCreation | parseFrom (dane ByteBuffer) |
statyczny GraphOpCreation | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny GraphOpCreation | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny GraphOpCreation | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczny GraphOpCreation | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczny GraphOpCreation | parseFrom (dane com.google.protobuf.ByteString) |
statyczny GraphOpCreation | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny GraphOpCreation | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
GraphOpCreation.Builder | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int CODE_LOCATION_FIELD_NUMBER
Wartość stała: 8
publiczny statyczny końcowy int DEVICE_NAME_FIELD_NUMBER
Wartość stała: 5
publiczny statyczny końcowy int GRAPH_ID_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int GRAPH_NAME_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int INPUT_NAMES_FIELD_NUMBER
Wartość stała: 6
publiczny statyczny końcowy int NUM_OUTPUTS_FIELD_NUMBER
Wartość stała: 7
publiczny statyczny końcowy int OP_NAME_FIELD_NUMBER
Wartość stała: 2
publiczny statyczny końcowy int OP_TYPE_FIELD_NUMBER
Wartość stała: 1
publiczny statyczny końcowy int OUTPUT_TENSOR_IDS_FIELD_NUMBER
Wartość stała: 9
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
publiczny CodeLocation getCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;
publiczny CodeLocationOrBuilder getCodeLocationOrBuilder ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getDeviceName ()
Name of the device that the op is assigned to (if available).
string device_name = 5;
public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op is assigned to (if available).
string device_name = 5;
publiczny ciąg getGraphId ()
Unique ID of the graph (generated by debugger). This is the ID of the immediately-enclosing graph.
string graph_id = 4;
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;
publiczny ciąg getGraphName ()
Name of the graph that the op is a part of (if available).
string graph_name = 3;
public com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph that the op is a part of (if available).
string graph_name = 3;
public String getInputNames (indeks int)
Names of the input tensors to the op.
repeated string input_names = 6;
public com.google.protobuf.ByteString getInputNamesBytes (indeks int)
Names of the input tensors to the op.
repeated string input_names = 6;
public int getInputNamesCount ()
Names of the input tensors to the op.
repeated string input_names = 6;
public com.google.protobuf.ProtocolStringList getInputNamesList ()
Names of the input tensors to the op.
repeated string input_names = 6;
public int getNumOutputs ()
Number of output tensors emitted by the op.
int32 num_outputs = 7;
publiczny ciąg getOpName ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2;
public com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (e.g., "Dense/MatMul_1").
string op_name = 2;
publiczny ciąg getOpType ()
Type of the op (e.g., "MatMul").
string op_type = 1;
publiczny com.google.protobuf.ByteString getOpTypeBytes ()
Type of the op (e.g., "MatMul").
string op_type = 1;
public int getOutputTensorIds (indeks int)
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
public int getOutputTensorIdsCount ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
public List<Integer> getOutputTensorIdsList ()
Unique IDs for the output tensors of this op.
repeated int32 output_tensor_ids = 9;
publiczny getParserForType ()
publiczny int getSerializedSize ()
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczna wartość logiczna hasCodeLocation ()
The unique ID for code location (stack trace) of the op's creation.
.tensorflow.CodeLocation code_location = 8;
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
publiczny statyczny GraphOpCreation parseDelimitedFrom (wejście strumienia wejściowego)
Rzuca
Wyjątek IO |
---|
publiczny statyczny GraphOpCreation parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static GraphOpCreation parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny GraphOpCreation parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
publiczny statyczny GraphOpCreation parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny GraphOpCreation parseFrom (wejście com.google.protobuf.CodedInputStream)
Rzuca
Wyjątek IO |
---|
publiczny statyczny GraphOpCreation parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny GraphOpCreation parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny GraphOpCreation parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
publiczny statyczny GraphOpCreation parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|