GraphOpCreationOrBuilder

ממשק ציבורי GraphOpCreationOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

תקציר CodeLocation
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 index)
 Names of the input tensors to the op.
תקציר com.google.protobuf.ByteString
getInputNamesBytes (int index)
 Names of the input tensors to the op.
מופשט int
getInputNamesCount ()
 Names of the input tensors to the op.
רשימה מופשטת<String>
getInputNamesList ()
 Names of the input tensors to the op.
מופשט int
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").
מופשט int
getOutputTensorIds (int index)
 Unique IDs for the output tensors of this op.
מופשט int
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
רשימה מופשטת <מספר שלם>
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 index)

 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;