GraphOpCreation

שיעור הגמר הציבורי GraphOpCreation

 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
 
tensorflow.GraphOpCreation מסוג Protobuf.GraphOpCreation

כיתות מקוננות

מעמד GraphOpCreation.Builder
 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). 

קבועים

int CODE_LOCATION_FIELD_NUMBER
int DEVICE_NAME_FIELD_NUMBER
int GRAPH_ID_FIELD_NUMBER
int GRAPH_NAME_FIELD_NUMBER
int INPUT_NAMES_FIELD_NUMBER
int NUM_OUTPUTS_FIELD_NUMBER
int OP_NAME_FIELD_NUMBER
int OP_TYPE_FIELD_NUMBER
int OUTPUT_TENSOR_IDS_FIELD_NUMBER

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

בוליאני
שווה (Object obj)
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.
סטטי GraphOpCreation
GraphOpCreation
final static com.google.protobuf.Descriptors.Descriptor
חוּט
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.
com.google.protobuf.ProtocolStringList
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.
int
final com.google.protobuf.UnknownFieldSet
בוליאני
hasCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
int
בוליאנית סופית
סטטי GraphOpCreation.Builder
newBuilder (אב-טיפוס GraphOpCreation )
סטטי GraphOpCreation.Builder
GraphOpCreation.Builder
סטטי GraphOpCreation
parseDelimitedFrom (קלט InputStream)
סטטי GraphOpCreation
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphOpCreation
parseFrom (נתוני ByteBuffer)
סטטי GraphOpCreation
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphOpCreation
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphOpCreation
parseFrom (קלט com.google.protobuf.CodedInputStream)
סטטי GraphOpCreation
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphOpCreation
parseFrom (נתוני com.google.protobuf.ByteString)
סטטי GraphOpCreation
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי GraphOpCreation
parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
GraphOpCreation.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

אינט סופי סטטי ציבורי CODE_LOCATION_FIELD_NUMBER

ערך קבוע: 8

גמר סטטי ציבורי DEVICE_NAME_FIELD_NUMBER

ערך קבוע: 5

אינט סופי סטטי ציבורי GRAPH_ID_FIELD_NUMBER

ערך קבוע: 4

גמר סטטי ציבורי GRAPH_NAME_FIELD_NUMBER

ערך קבוע: 3

גמר סטטי ציבורי INPUT_NAMES_FIELD_NUMBER

ערך קבוע: 6

גמר סטטי ציבורי NUM_OUTPUTS_FIELD_NUMBER

ערך קבוע: 7

הגמר הסטטי הציבורי OP_NAME_FIELD_NUMBER

ערך קבוע: 2

גמר סטטי ציבורי OP_TYPE_FIELD_NUMBER

ערך קבוע: 1

אינט סופי סטטי ציבורי OUTPUT_TENSOR_IDS_FIELD_NUMBER

ערך קבוע: 9

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

שווה ערך בוליאני ציבורי (Object obj)

Public CodeLocation getCodeLocation ()

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

Public CodeLocationOrBuilder getCodeLocationOrBuilder ()

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

public static GraphOpCreation getDefaultInstance ()

public GraphOpCreation getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

מחרוזת ציבורית getDeviceName ()

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

public 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;

public 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;

public 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;

public com.google.protobuf.ByteString getInputNamesBytes (int index)

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

public int getInputNamesCount ()

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

public com.google.protobuf.ProtocolStringList getInputNamesList ()

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

public 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;

public 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;

public com.google.protobuf.ByteString getOpTypeBytes ()

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

public int getOutputTensorIds (int index)

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

public 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;

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

יש קוד מיקום בוליאני ציבורי ()

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

public int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

סטטי ציבורי GraphOpCreation.Builder newBuilder (אב-טיפוס GraphOpCreation )

סטטי ציבורי GraphOpCreation.Builder newBuilder ()

public GraphOpCreation.Builder newBuilderForType ()

public static GraphOpCreation parseDelimitedFrom (קלט InputStream)

זורק
IOException

public static GraphOpCreation parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

מנתח GraphOpCreation סטטי ציבורי (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

public static GraphOpCreation parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static GraphOpCreation parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static GraphOpCreation parseFrom (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

public static GraphOpCreation parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

GraphOpCreation parseFrom סטטי ציבורי (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

public static GraphOpCreation parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static GraphOpCreation parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

public GraphOpCreation.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException