SavedFunction

パブリック最終クラスSavedFunction

 A function with multiple signatures, possibly with non-Tensor arguments.
 
Protobuf 型tensorflow.SavedFunction

ネストされたクラス

クラス保存された関数.Builder
 A function with multiple signatures, possibly with non-Tensor arguments. 

定数

整数CONCRETE_FUNCTIONS_FIELD_NUMBER
整数FUNCTION_SPEC_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
getConcreteFunctions (int インデックス)
repeated string concrete_functions = 1;
com.google.protobuf.ByteString
getConcreteFunctionsBytes (int インデックス)
repeated string concrete_functions = 1;
整数
getConcreteFunctionsCount ()
repeated string concrete_functions = 1;
com.google.protobuf.ProtocolStringList
getConcreteFunctionsList ()
repeated string concrete_functions = 1;
静的SavedFunction
保存された関数
最終的な静的 com.google.protobuf.Descriptors.Descriptor
機能スペック
getFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
関数仕様またはビルダー
getFunctionSpecOrBuilder ()
.tensorflow.FunctionSpec function_spec = 2;
整数
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
整数
最終ブール値
静的SavedFunction.Builder
newBuilder ( SavedFunctionプロトタイプ)
静的SavedFunction.Builder
保存された関数.Builder
静的SavedFunction
parseDelimitedFrom (InputStream 入力)
静的SavedFunction
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedFunction
parseFrom (ByteBuffer データ)
静的SavedFunction
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedFunction
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedFunction
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的SavedFunction
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedFunction
parseFrom (com.google.protobuf.ByteString データ)
静的SavedFunction
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedFunction
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
保存された関数.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

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

定数値: 2

パブリックメソッド

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

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

repeated string concrete_functions = 1;

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

repeated string concrete_functions = 1;

public int getConcreteFunctionsCount ()

repeated string concrete_functions = 1;

public com.google.protobuf.ProtocolStringList getConcreteFunctionsList ()

repeated string concrete_functions = 1;

public static SavedFunction getDefaultInstance ()

public SavedFunction getDefaultInstanceForType ()

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

public FunctionSpec getFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

public FunctionSpecOrBuilder getFunctionSpecOrBuilder ()

.tensorflow.FunctionSpec function_spec = 2;

公共getParserForType ()

public int getSerializedSize ()

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

public boolean hasFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

public int hashCode ()

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

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

public static SavedFunction.Builder newBuilder ()

public SavedFunction.Builder newBuilderForType ()

public static SavedFunction parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SavedFunction parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SavedFunction.Builder toBuilder ()

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

投げる
IO例外