GraphOpCreationOrBuilder

giao diện công cộng GraphOpCreationOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

Mã vị trí trừu tượng
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
trừu tượng CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
chuỗi trừu tượng
getDeviceName ()
 Name of the device that the op is assigned to (if available).
trừu tượng com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
chuỗi trừu tượng
getGraphId ()
 Unique ID of the graph (generated by debugger).
trừu tượng com.google.protobuf.ByteString
getGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
chuỗi trừu tượng
getGraphName ()
 Name of the graph that the op is a part of (if available).
trừu tượng com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph that the op is a part of (if available).
chuỗi trừu tượng
getInputNames (chỉ mục int)
 Names of the input tensors to the op.
trừu tượng com.google.protobuf.ByteString
getInputNamesBytes (chỉ mục int)
 Names of the input tensors to the op.
int trừu tượng
getInputNamesCount ()
 Names of the input tensors to the op.
Danh sách trừu tượng<String>
getInputNamesList ()
 Names of the input tensors to the op.
int trừu tượng
getNumOutputs ()
 Number of output tensors emitted by the op.
chuỗi trừu tượng
getOpName ()
 Name of the op (e.g., "Dense/MatMul_1").
trừu tượng com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
chuỗi trừu tượng
getOpType ()
 Type of the op (e.g., "MatMul").
trừu tượng com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
int trừu tượng
getOutputTensorIds (chỉ mục int)
 Unique IDs for the output tensors of this op.
int trừu tượng
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
Danh sách trừu tượng<Số nguyên>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
trừu tượng boolean
hasCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.

Phương pháp công khai

tóm tắt công khai CodeLocation getCodeLocation ()

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

tóm tắt công khai CodeLocationOrBuilder getCodeLocationOrBuilder ()

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

Chuỗi tóm tắt công khai getDeviceName ()

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

tóm tắt công khai com.google.protobuf.ByteString getDeviceNameBytes ()

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

Chuỗi tóm tắt công khai getGraphId ()

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

tóm tắt công khai 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;

Chuỗi tóm tắt công khai getGraphName ()

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

tóm tắt công khai com.google.protobuf.ByteString getGraphNameBytes ()

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

Chuỗi trừu tượng công khai getInputNames (chỉ mục int)

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

tóm tắt công khai com.google.protobuf.ByteString getInputNamesBytes (chỉ mục int)

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

tóm tắt công khai int getInputNamesCount ()

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

Danh sách tóm tắt công khai<String> getInputNamesList ()

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

tóm tắt công khai int getNumOutputs ()

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

Chuỗi tóm tắt công khai getOpName ()

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

tóm tắt công khai com.google.protobuf.ByteString getOpNameBytes ()

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

Chuỗi trừu tượng công khai getOpType ()

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

tóm tắt công khai com.google.protobuf.ByteString getOpTypeBytes ()

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

tóm tắt công khai int getOutputTensorIds (chỉ mục int)

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

tóm tắt công khai int getOutputTensorIdsCount ()

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

Danh sách tóm tắt công khai<Integer> getOutputTensorIdsList ()

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

boolean trừu tượng công khai hasCodeLocation ()

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