GraphOpCreationOrBuilder

رابط عمومی GraphOpCreationOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

کد مکان انتزاعی
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.
رشته انتزاعی
getDeviceName ()
 Name of the device that the op is assigned to (if available).
چکیده com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
رشته انتزاعی
getGraphId ()
 Unique ID of the graph (generated by debugger).
چکیده com.google.protobuf.ByteString
getGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
رشته انتزاعی
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).
رشته انتزاعی
getInputNames (شاخص int)
 Names of the input tensors to the op.
چکیده com.google.protobuf.ByteString
getInputNamesBytes (شاخص int)
 Names of the input tensors to the op.
انتزاعی
getInputNamesCount ()
 Names of the input tensors to the op.
فهرست انتزاعی<String>
getInputNamesList ()
 Names of the input tensors to the op.
انتزاعی
getNumOutputs ()
 Number of output tensors emitted by the op.
رشته انتزاعی
getOpName ()
 Name of the op (e.g., "Dense/MatMul_1").
چکیده com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
رشته انتزاعی
getOpType ()
 Type of the op (e.g., "MatMul").
چکیده com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
انتزاعی
getOutputTensorIds (شاخص int)
 Unique IDs for the output tensors of this op.
انتزاعی
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
فهرست انتزاعی<Integer>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
بولی انتزاعی
hasCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.

روش های عمومی

انتزاعی عمومی CodeLocation getCodeLocation ()

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

انتزاعی عمومی CodeLocationOrBuilder getCodeLocationOrBuilder ()

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

رشته انتزاعی عمومی getDeviceName ()

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

چکیده عمومی com.google.protobuf.ByteString getDeviceNameBytes ()

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

رشته انتزاعی عمومی getGraphId ()

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

چکیده عمومی 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;

رشته انتزاعی عمومی getGraphName ()

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

عمومی انتزاعی com.google.protobuf.ByteString getGraphNameBytes ()

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

رشته انتزاعی عمومی getInputNames (شاخص int)

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

چکیده عمومی com.google.protobuf.ByteString getInputNamesBytes (int index)

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

عمومی انتزاعی int getInputNamesCount ()

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

فهرست انتزاعی عمومی<String> getInputNamesList ()

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

انتزاع عمومی int getNumOutputs ()

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

رشته انتزاعی عمومی getOpName ()

رشته

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

چکیده عمومی com.google.protobuf.ByteString getOpNameBytes ()

رشته

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

رشته انتزاعی عمومی getOpType ()

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

چکیده عمومی com.google.protobuf.ByteString getOpTypeBytes ()

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

انتزاع عمومی int getOutputTensorIds (شاخص int)

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

انتزاع عمومی int getOutputTensorIdsCount ()

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

فهرست انتزاعی عمومی<Integer> getOutputTensorIdsList ()

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

بولی انتزاعی عمومی hasCodeLocation ()

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