GraphOpCreationOrBuilder

interfaccia pubblica GraphOpCreationOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

codiceLocation astratto
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
codice astratto CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
stringa astratta
getNomeDispositivo ()
 Name of the device that the op is assigned to (if available).
astratto com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
stringa astratta
getIdGrafico ()
 Unique ID of the graph (generated by debugger).
astratto com.google.protobuf.ByteString
getGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
stringa astratta
getNomeGrafico ()
 Name of the graph that the op is a part of (if available).
astratto com.google.protobuf.ByteString
getNomeGraficoBytes ()
 Name of the graph that the op is a part of (if available).
stringa astratta
getInputNames (indice int)
 Names of the input tensors to the op.
astratto com.google.protobuf.ByteString
getInputNamesBytes (indice int)
 Names of the input tensors to the op.
astratto int
getInputNamesCount ()
 Names of the input tensors to the op.
Elenco astratto<String>
getInputNamesList ()
 Names of the input tensors to the op.
astratto int
getNumUscite ()
 Number of output tensors emitted by the op.
stringa astratta
getOpNome ()
 Name of the op (e.g., "Dense/MatMul_1").
astratto com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
stringa astratta
getOpType ()
 Type of the op (e.g., "MatMul").
astratto com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
astratto int
getOutputTensorIds (indice int)
 Unique IDs for the output tensors of this op.
astratto int
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
Lista astratta<Intero>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
booleano astratto
hasCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.

Metodi pubblici

estratto pubblico CodeLocation getCodeLocation ()

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

estratto pubblico 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;

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

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

stringa astratta pubblica getGraphId ()

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

estratto pubblico 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;

estratto pubblico 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 (indice int)

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

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

 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;

estratto pubblico 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;

estratto pubblico com.google.protobuf.ByteString getOpTypeBytes ()

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

public abstract int getOutputTensorIds (indice int)

 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;

pubblico astratto booleano hasCodeLocation ()

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