ApiDefOrBuilder

antarmuka publik ApiDefOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

Tali abstrak
getArgOrder (indeks int)
 List of original in_arg names to specify new argument order.
abstrak com.google.protobuf.ByteString
getArgOrderBytes (indeks int)
 List of original in_arg names to specify new argument order.
abstrak ke dalam
dapatkanArgOrderCount ()
 List of original in_arg names to specify new argument order.
Daftar abstrak<String>
dapatkanArgOrderList ()
 List of original in_arg names to specify new argument order.
abstrak ApiDef.Attr
getAttr (indeks int)
repeated .tensorflow.ApiDef.Attr attr = 6;
abstrak ke dalam
dapatkanAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
Daftar abstrak< ApiDef.Attr >
dapatkanAttrList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
abstrak ApiDef.AttrOrBuilder
getAttrOrBuilder (indeks int)
repeated .tensorflow.ApiDef.Attr attr = 6;
Daftar abstrak<? memperluas ApiDef.AttrOrBuilder >
dapatkanAttrOrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
Tali abstrak
dapatkanPenghentianPesan ()
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
abstrak com.google.protobuf.ByteString
dapatkanDeprecationMessageBytes ()
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
abstrak ke dalam
dapatkanDeprecationVersion ()
 Major version when the op will be deleted.
Tali abstrak
dapatkanDeskripsi ()
 Additional, longer human-readable description of what the Op does.
abstrak com.google.protobuf.ByteString
dapatkanDeskripsiBytes ()
 Additional, longer human-readable description of what the Op does.
Tali abstrak
dapatkanDeskripsiAwalan ()
 Modify an existing/inherited description by adding text to the beginning
 or end.
abstrak com.google.protobuf.ByteString
dapatkanDeskripsiPrefixBytes ()
 Modify an existing/inherited description by adding text to the beginning
 or end.
Tali abstrak
dapatkanDeskripsiSuffix ()
string description_suffix = 10;
abstrak com.google.protobuf.ByteString
dapatkanDeskripsiSuffixBytes ()
string description_suffix = 10;
abstrak ApiDef.Titik Akhir
getEndpoint (indeks int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
abstrak ke dalam
dapatkanEndpointCount ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Daftar abstrak< ApiDef.Endpoint >
dapatkanDaftar Titik Akhir ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
abstrak ApiDef.EndpointOrBuilder
getEndpointOrBuilder (indeks int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Daftar abstrak<? memperluas ApiDef.EndpointOrBuilder >
dapatkanEndpointOrBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Tali abstrak
dapatkanGraphOpName ()
 Name of the op (in the OpDef) to specify the API for.
abstrak com.google.protobuf.ByteString
dapatkanGraphOpNameBytes ()
 Name of the op (in the OpDef) to specify the API for.
abstrak ApiDef.Arg
getInArg (indeks int)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
abstrak ke dalam
dapatkanInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
Daftar abstrak< ApiDef.Arg >
dapatkanInArgList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
abstrak ApiDef.ArgOrBuilder
getInArgOrBuilder (indeks int)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
Daftar abstrak<? memperluas ApiDef.ArgOrBuilder >
getInArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
abstrak ApiDef.Arg
getOutArg (indeks int)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
abstrak ke dalam
getOutArgCount ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
Daftar abstrak< ApiDef.Arg >
dapatkanOutArgList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
abstrak ApiDef.ArgOrBuilder
getOutArgOrBuilder (indeks int)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
Daftar abstrak<? memperluas ApiDef.ArgOrBuilder >
getOutArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
Tali abstrak
dapatkan Ringkasan ()
 One-line human-readable description of what the Op does.
abstrak com.google.protobuf.ByteString
dapatkanSummaryBytes ()
 One-line human-readable description of what the Op does.
abstrak ApiDef.Visibilitas
dapatkan Visibilitas ()
.tensorflow.ApiDef.Visibility visibility = 2;
abstrak ke dalam
dapatkanVisibilityValue ()
.tensorflow.ApiDef.Visibility visibility = 2;

Metode Publik

String abstrak publik getArgOrder (int indeks)

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

abstrak publik com.google.protobuf.ByteString getArgOrderBytes (indeks int)

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

abstrak publik int getArgOrderCount ()

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

Daftar abstrak publik<String> getArgOrderList ()

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

abstrak publik ApiDef.Attr getAttr (indeks int)

repeated .tensorflow.ApiDef.Attr attr = 6;

abstrak publik int getAttrCount ()

repeated .tensorflow.ApiDef.Attr attr = 6;

Daftar abstrak publik< ApiDef.Attr > getAttrList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

abstrak publik ApiDef.AttrOrBuilder getAttrOrBuilder (int indeks)

repeated .tensorflow.ApiDef.Attr attr = 6;

Daftar abstrak publik<? memperluas ApiDef.AttrOrBuilder > getAttrOrBuilderList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

String abstrak publik getDeprecationMessage ()

 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
 The message should indicate alternative op to use, if any.
 
string deprecation_message = 12;

abstrak publik com.google.protobuf.ByteString getDeprecationMessageBytes ()

 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
 The message should indicate alternative op to use, if any.
 
string deprecation_message = 12;

abstrak publik int getDeprecationVersion ()

 Major version when the op will be deleted. For e.g. set this
 value to 2 if op API should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 13;

abstrak publik String getDescription ()

 Additional, longer human-readable description of what the Op does.
 
string description = 8;

abstrak publik com.google.protobuf.ByteString getDescriptionBytes ()

 Additional, longer human-readable description of what the Op does.
 
string description = 8;

String abstrak publik getDescriptionPrefix ()

 Modify an existing/inherited description by adding text to the beginning
 or end.
 
string description_prefix = 9;

abstrak publik com.google.protobuf.ByteString getDescriptionPrefixBytes ()

 Modify an existing/inherited description by adding text to the beginning
 or end.
 
string description_prefix = 9;

String abstrak publik getDescriptionSuffix ()

string description_suffix = 10;

abstrak publik com.google.protobuf.ByteString getDescriptionSuffixBytes ()

string description_suffix = 10;

abstrak publik ApiDef.Endpoint getEndpoint (indeks int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

abstrak publik int getEndpointCount ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

Daftar abstrak publik< ApiDef.Endpoint > getEndpointList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

abstrak publik ApiDef.EndpointOrBuilder getEndpointOrBuilder (int indeks)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

Daftar abstrak publik<? memperluas ApiDef.EndpointOrBuilder > getEndpointOrBuilderList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

String abstrak publik getGraphOpName ()

 Name of the op (in the OpDef) to specify the API for.
 
string graph_op_name = 1;

abstrak publik com.google.protobuf.ByteString getGraphOpNameBytes ()

 Name of the op (in the OpDef) to specify the API for.
 
string graph_op_name = 1;

abstrak publik ApiDef.Arg getInArg (indeks int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

abstrak publik int getInArgCount ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

Daftar abstrak publik< ApiDef.Arg > getInArgList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

abstrak publik ApiDef.ArgOrBuilder getInArgOrBuilder (indeks int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

Daftar abstrak publik<? memperluas ApiDef.ArgOrBuilder > getInArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

abstrak publik ApiDef.Arg getOutArg (indeks int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

abstrak publik int getOutArgCount ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

Daftar abstrak publik< ApiDef.Arg > getOutArgList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

abstrak publik ApiDef.ArgOrBuilder getOutArgOrBuilder (int indeks)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

Daftar abstrak publik<? memperluas ApiDef.ArgOrBuilder > getOutArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

abstrak publik String getSummary ()

ringkasan string

 One-line human-readable description of what the Op does.
 
string summary = 7;

abstrak publik com.google.protobuf.ByteString getSummaryBytes ()

ringkasan string

 One-line human-readable description of what the Op does.
 
string summary = 7;

abstrak publik ApiDef.Visibility getVisibility ()

.tensorflow.ApiDef.Visibility visibility = 2;

abstrak publik int getVisibilityValue ()

.tensorflow.ApiDef.Visibility visibility = 2;