GraphOpCreationOrBuilder

genel arayüz GraphOpCreationOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

özet CodeLocation
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
özet CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
soyut Dize
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).
soyut Dize
getGraphId ()
 Unique ID of the graph (generated by debugger).
abstract com.google.protobuf.ByteString
getGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
soyut Dize
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).
soyut Dize
getInputNames (int dizini)
 Names of the input tensors to the op.
abstract com.google.protobuf.ByteString
getInputNamesBytes (int dizini)
 Names of the input tensors to the op.
soyut int
getInputNamesCount ()
 Names of the input tensors to the op.
özet Liste<String>
getInputNamesList ()
 Names of the input tensors to the op.
soyut int
getNumOutputs ()
 Number of output tensors emitted by the op.
soyut Dize
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").
soyut Dize
getOpType ()
 Type of the op (e.g., "MatMul").
abstract com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
soyut int
getOutputTensorIds (int dizini)
 Unique IDs for the output tensors of this op.
soyut int
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
özet Listesi<Tamsayı>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
soyut boole
hasCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.

Genel Yöntemler

genel özet CodeLocation getCodeLocation ()

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

genel özet CodeLocationOrBuilder getCodeLocationOrBuilder ()

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

genel özet Dize getDeviceName ()

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

genel özet com.google.protobuf.ByteString getDeviceNameBytes ()

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

genel özet Dize getGraphId ()

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

genel özet 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;

genel özet Dize getGraphName ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

genel özet com.google.protobuf.ByteString getGraphNameBytes ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

genel özet Dize getInputNames (int dizini)

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

genel özet com.google.protobuf.ByteString getInputNamesBytes (int dizini)

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

genel özet int getInputNamesCount ()

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

genel özet Listesi<String> getInputNamesList ()

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

genel özet int getNumOutputs ()

 Number of output tensors emitted by the op.
 
int32 num_outputs = 7;

genel özet Dize getOpName ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

genel özet com.google.protobuf.ByteString getOpNameBytes ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

genel özet Dize getOpType ()

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

genel özet com.google.protobuf.ByteString getOpTypeBytes ()

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

genel özet int getOutputTensorIds (int dizini)

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

genel soyut int getOutputTensorIdsCount ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

genel özet Listesi<Tamsayı> getOutputTensorIdsList ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

genel soyut boolean hasCodeLocation ()

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