ApiDefOrBuilder

パブリックインターフェースApiDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
getArgOrder (int インデックス)
 List of original in_arg names to specify new argument order.
抽象的な com.google.protobuf.ByteString
getArgOrderBytes (int インデックス)
 List of original in_arg names to specify new argument order.
抽象整数
getArgOrderCount ()
 List of original in_arg names to specify new argument order.
抽象リスト<String>
getArgOrderList ()
 List of original in_arg names to specify new argument order.
抽象ApiDef.Attr
getAttr (int インデックス)
repeated .tensorflow.ApiDef.Attr attr = 6;
抽象整数
getAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
抽象リスト< ApiDef.Attr >
getAttrList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
抽象ApiDef.AttrOrBuilder
getAttrOrBuilder (int インデックス)
repeated .tensorflow.ApiDef.Attr attr = 6;
抽象リスト<? ApiDef.AttrOrBuilderを拡張 >
getAttrOrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
抽象文字列
getDeprecationMessage ()
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
抽象的な 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.
抽象整数
getDeprecationVersion ()
 Major version when the op will be deleted.
抽象文字列
get説明()
 Additional, longer human-readable description of what the Op does.
抽象的な com.google.protobuf.ByteString
getDescriptionBytes ()
 Additional, longer human-readable description of what the Op does.
抽象文字列
getDescriptionPrefix ()
 Modify an existing/inherited description by adding text to the beginning
 or end.
抽象的な com.google.protobuf.ByteString
getDescriptionPrefixBytes ()
 Modify an existing/inherited description by adding text to the beginning
 or end.
抽象文字列
getDescriptionSuffix ()
string description_suffix = 10;
抽象的な com.google.protobuf.ByteString
getDescriptionSuffixBytes ()
string description_suffix = 10;
抽象ApiDef.Endpoint
getEndpoint (int インデックス)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
抽象整数
getEndpointCount ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
抽象リスト< ApiDef.Endpoint >
getEndpointList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
抽象ApiDef.EndpointOrBuilder
getEndpointOrBuilder (int インデックス)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
抽象リスト<? ApiDef.EndpointOrBuilderを拡張 >
getEndpointOrBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
抽象文字列
getGraphOpName ()
 Name of the op (in the OpDef) to specify the API for.
抽象的な com.google.protobuf.ByteString
getGraphOpNameBytes ()
 Name of the op (in the OpDef) to specify the API for.
抽象ApiDef.Arg
getInArg (int インデックス)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
抽象整数
getInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
抽象リスト< ApiDef.Arg >
getInArgList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
抽象ApiDef.ArgOrBuilder
getInArgOrBuilder (int インデックス)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
抽象リスト<? ApiDef.ArgOrBuilderを拡張 >
getInArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
抽象ApiDef.Arg
getOutArg (int インデックス)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
抽象整数
getOutArgCount ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
抽象リスト< ApiDef.Arg >
getOutArgList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
抽象ApiDef.ArgOrBuilder
getOutArgOrBuilder (int インデックス)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
抽象リスト<? ApiDef.ArgOrBuilderを拡張 >
getOutArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
抽象文字列
get概要()
 One-line human-readable description of what the Op does.
抽象的な com.google.protobuf.ByteString
getサマリーバイト()
 One-line human-readable description of what the Op does.
抽象的なApiDef.Visibility
getVisibility ()
.tensorflow.ApiDef.Visibility visibility = 2;
抽象整数
getVisibilityValue ()
.tensorflow.ApiDef.Visibility visibility = 2;

パブリックメソッド

public abstract String getArgOrder (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;

public abstract com.google.protobuf.ByteString getArgOrderBytes (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;

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

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

パブリック抽象ApiDef.Attr getAttr (int インデックス)

repeated .tensorflow.ApiDef.Attr attr = 6;

public abstract int getAttrCount ()

repeated .tensorflow.ApiDef.Attr attr = 6;

public abstract List< ApiDef.Attr > getAttrList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

パブリック抽象ApiDef.AttrOrBuilder getAttrOrBuilder (int インデックス)

repeated .tensorflow.ApiDef.Attr attr = 6;

公開抄録リスト<? extends ApiDef.AttrOrBuilder > getAttrOrBuilderList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

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

パブリック抽象 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;

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

パブリックabstract String getDescription ()

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

パブリック抽象 com.google.protobuf.ByteString getDescriptionBytes ()

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

public abstract String getDescriptionPrefix ()

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

public abstract com.google.protobuf.ByteString getDescriptionPrefixBytes ()

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

public abstract String getDescriptionSuffix ()

string description_suffix = 10;

public abstract com.google.protobuf.ByteString getDescriptionSuffixBytes ()

string description_suffix = 10;

パブリック抽象ApiDef.Endpoint getEndpoint (int インデックス)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public abstract int getEndpointCount ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public abstract List< ApiDef.Endpoint > getEndpointList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

パブリック抽象ApiDef.EndpointOrBuilder getEndpointOrBuilder (int インデックス)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

公開抄録リスト<? extends ApiDef.EndpointOrBuilder > getEndpointOrBuilderList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

パブリック抽象 String getGraphOpName ()

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

パブリック抽象 com.google.protobuf.ByteString getGraphOpNameBytes ()

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

パブリック抽象ApiDef.Arg getInArg (int インデックス)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public abstract int getInArgCount ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public abstract List< ApiDef.Arg > getInArgList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

パブリック抽象ApiDef.ArgOrBuilder getInArgOrBuilder (int インデックス)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

公開抄録リスト<? extends ApiDef.ArgOrBuilder > getInArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

パブリック抽象ApiDef.Arg getOutArg (int インデックス)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public abstract int getOutArgCount ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public abstract List< ApiDef.Arg > getOutArgList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

パブリック抽象ApiDef.ArgOrBuilder getOutArgOrBuilder (int インデックス)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

公開抄録リスト<? extends ApiDef.ArgOrBuilder > getOutArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

パブリックabstract String getsummary ()

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

public abstract com.google.protobuf.ByteString getsummaryBytes ()

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

パブリック抽象ApiDef.Visibility getVisibility ()

.tensorflow.ApiDef.Visibility visibility = 2;

public abstract int getVisibilityValue ()

.tensorflow.ApiDef.Visibility visibility = 2;