SavedBareConcreteFunction

کلاس نهایی عمومی SavedBareConcreteFunction

Protobuf نوع tensorflow.SavedBareConcreteFunction

کلاس های تو در تو

کلاس SavedBareConcreteFunction.Builder Protobuf نوع tensorflow.SavedBareConcreteFunction

ثابت ها

بین المللی ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
بین المللی ARGUMENT_KEYWORDS_FIELD_NUMBER
بین المللی CONCRETE_FUNCTION_NAME_FIELD_NUMBER
بین المللی FUNCTION_SPEC_FIELD_NUMBER

روش های عمومی

بولی
برابر است (object obj)
طولانی
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
رشته
getArgumentKeywords (int index)
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ByteString
getArgumentKeywordsBytes (int index)
 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.
رشته
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
استاتیک SavedBareConcreteFunction
تابع SavedBareConcrete
نهایی static com.google.protobuf.Descriptors.Descriptor
FunctionSpec
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.
بین المللی
com.google.protobuf.UnknownFieldSet نهایی
بولی
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
بین المللی
بولی نهایی
استاتیک SavedBareConcreteFunction.Builder
newBuilder (نمونه اولیه SavedBareConcreteFunction )
استاتیک SavedBareConcreteFunction.Builder
SavedBareConcreteFunction.Builder
استاتیک SavedBareConcreteFunction
parseDelimitedFrom (ورودی جریان ورودی)
استاتیک 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 (بایت[] داده، 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)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER

مقدار ثابت: 3

نهایی استاتیک عمومی ARGUMENT_KEYWORDS_FIELD_NUMBER

مقدار ثابت: 2

متن نهایی ثابت عمومی CONCRETE_FUNCTION_NAME_FIELD_NUMBER

ارزش ثابت: 1

نهایی استاتیک عمومی FUNCTION_SPEC_FIELD_NUMBER

ارزش ثابت: 4

روش های عمومی

بولین عمومی برابر است (Object Obj)

public long getAllowedPositionalArguments ()

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

Public String getArgumentKeywords (int index)

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

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

 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;

عمومی com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()

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

رشته عمومی getConcreteFunctionName ()

رشته

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

عمومی com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

رشته

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

عمومی ثابت SavedBareConcreteFunction getDefaultInstance ()

عمومی SavedBareConcreteFunction getDefaultInstanceForType ()

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

عمومی 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;

عمومی 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 ()

عمومی int getSerializedSize ()

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

بولی عمومی 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;

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی ثابت SavedBareConcreteFunction.Builder newBuilder (نمونه اولیه SavedBareConcreteFunction )

عمومی ثابت SavedBareConcreteFunction.Builder newBuilder ()

عمومی SavedBareConcreteFunction.Builder newBuilderForType ()

عمومی ثابت SavedBareConcreteFunction parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی ثابت SavedBareConcreteFunction parseDelimitedFrom (ورودی جریان ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک SavedBareConcreteFunction parseFrom (داده بایت بافر)

پرتاب می کند
InvalidProtocolBufferException

عمومی ثابت SavedBareConcreteFunction parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک SavedBareConcreteFunction parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی ثابت SavedBareConcreteFunction parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی ثابت SavedBareConcreteFunction parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی ایستا SavedBareConcreteFunction parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی ایستا SavedBareConcreteFunction parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی ثابت SavedBareConcreteFunction parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی SavedBareConcreteFunction.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException