SavedBareConcreteFunction

パブリック最終クラスSavedBareConcreteFunction

Protobuf 型tensorflow.SavedBareConcreteFunction

ネストされたクラス

クラスSavedBareConcreteFunction.Builder Protobuf 型tensorflow.SavedBareConcreteFunction

定数

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
長さ
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
getArgumentKeywords (int インデックス)
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ByteString
getArgumentKeywordsBytes (int インデックス)
 A sequence of unique strings, one per Tensor argument.
整数
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ProtocolStringList
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
getConcrete関数名()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
静的SavedBareConcreteFunction
SavedBareConcreteFunction
最終的な静的 com.google.protobuf.Descriptors.Descriptor
機能スペック
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
関数仕様またはビルダー
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
整数
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
整数
最終ブール値
静的SavedBareConcreteFunction.Builder
静的SavedBareConcreteFunction.Builder
SavedBareConcreteFunction.Builder
静的SavedBareConcreteFunction
parseDelimitedFrom (InputStream 入力)
静的SavedBareConcreteFunction
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedBareConcreteFunction
parseFrom (ByteBuffer データ)
静的SavedBareConcreteFunction
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedBareConcreteFunction
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedBareConcreteFunction
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的SavedBareConcreteFunction
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedBareConcreteFunction
parseFrom (com.google.protobuf.ByteString データ)
静的SavedBareConcreteFunction
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedBareConcreteFunction
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
SavedBareConcreteFunction.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

ブール値
等しい(オブジェクト arg0)
最終クラス<?>
getクラス()
整数
ハッシュコード()
最後の空白
通知する()
最後の空白
すべて通知()
toString ()
最後の空白
wait (long arg0, int arg1)
最後の空白
待機(長い引数0)
最後の空白
待って()
org.tensorflow.proto.framework.SavedBareConcreteFunctionOrBuilderより
抽象的な長い
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
抽象文字列
getArgumentKeywords (int インデックス)
 A sequence of unique strings, one per Tensor argument.
抽象的な com.google.protobuf.ByteString
getArgumentKeywordsBytes (int インデックス)
 A sequence of unique strings, one per Tensor argument.
抽象整数
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
抽象リスト<String>
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
抽象文字列
getConcrete関数名()
 Identifies a SavedConcreteFunction.
抽象的な com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
抽象的な機能仕様
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
抽象FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
抽象ブール値
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.

定数

パブリック静的最終整数ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER

定数値: 3

public static Final int ARGUMENT_KEYWORDS_FIELD_NUMBER

定数値: 2

パブリック静的最終整数CONCRETE_FUNCTION_NAME_FIELD_NUMBER

定数値: 1

パブリック静的最終整数FUNCTION_SPEC_FIELD_NUMBER

定数値: 4

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public long getAllowedPositionalArguments ()

 The prefix of `argument_keywords` which may be identified by position.
 
int64 allowed_positional_arguments = 3;

public String getArgumentKeywords (int インデックス)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public com.google.protobuf.ByteString getArgumentKeywordsBytes (int インデックス)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public int getArgumentKeywordsCount ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public String getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public static SavedBareConcreteFunction getDefaultInstance ()

public SavedBareConcreteFunction getDefaultInstanceForType ()

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

public FunctionSpec getFunctionSpec ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

public FunctionSpecOrBuilder getFunctionSpecOrBuilder ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

公共getParserForType ()

public int getSerializedSize ()

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

public boolean hasFunctionSpec ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static SavedBareConcreteFunction.Builder newBuilder ( SavedBareConcreteFunctionプロトタイプ)

public static SavedBareConcreteFunction.Builder newBuilder ()

public SavedBareConcreteFunction.Builder newBuilderForType ()

public static SavedBareConcreteFunction parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static SavedBareConcreteFunction parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SavedBareConcreteFunction parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static SavedBareConcreteFunction parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SavedBareConcreteFunction parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static SavedBareConcreteFunction parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static SavedBareConcreteFunction parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static SavedBareConcreteFunction parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static SavedBareConcreteFunction parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static SavedBareConcreteFunction parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public SavedBareConcreteFunction.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外