classe final estática pública SavedBareConcreteFunction.Builder
Tipo de protobuf tensorflow.SavedBareConcreteFunction
Métodos Públicos
SavedBareConcreteFunction.Builder | addAllArgumentKeywords (valores Iterable<String>) A sequence of unique strings, one per Tensor argument. |
SavedBareConcreteFunction.Builder | addArgumentKeywords (valor de string) A sequence of unique strings, one per Tensor argument. |
SavedBareConcreteFunction.Builder | addArgumentKeywordsBytes (valor com.google.protobuf.ByteString) A sequence of unique strings, one per Tensor argument. |
SavedBareConcreteFunction.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
Função SavedBareConcrete | construir () |
Função SavedBareConcrete | |
SavedBareConcreteFunction.Builder | claro () |
SavedBareConcreteFunction.Builder | clearAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
SavedBareConcreteFunction.Builder | clearArgumentKeywords () A sequence of unique strings, one per Tensor argument. |
SavedBareConcreteFunction.Builder | clearConcreteFunctionName () Identifies a SavedConcreteFunction. |
SavedBareConcreteFunction.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
SavedBareConcreteFunction.Builder | clearFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
SavedBareConcreteFunction.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
SavedBareConcreteFunction.Builder | clonar () |
longo | getAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
Corda | getArgumentKeywords (índice interno) A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ByteString | getArgumentKeywordsBytes (índice interno) A sequence of unique strings, one per Tensor argument. |
interno | getArgumentKeywordsCount () A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ProtocolStringList | getArgumentKeywordsList () A sequence of unique strings, one per Tensor argument. |
Corda | getConcreteFunctionName () Identifies a SavedConcreteFunction. |
com.google.protobuf.ByteString | getConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
SavedBareConcreteFunction | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
FunçãoSpec | getFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
FunçãoSpec.Builder | getFunctionSpecBuilder () The spec of the function that this ConcreteFunction is traced from. |
FunctionSpecOrBuilder | getFunctionSpecOrBuilder () The spec of the function that this ConcreteFunction is traced from. |
booleano | hasFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
booleano final | |
SavedBareConcreteFunction.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedBareConcreteFunction.Builder | mergeFrom (com.google.protobuf.Message outro) |
SavedBareConcreteFunction.Builder | mergeFunctionSpec (valor FunctionSpec ) The spec of the function that this ConcreteFunction is traced from. |
final SavedBareConcreteFunction.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
SavedBareConcreteFunction.Builder | setAllowedPositionalArguments (valor longo) The prefix of `argument_keywords` which may be identified by position. |
SavedBareConcreteFunction.Builder | setArgumentKeywords (índice int, valor String) A sequence of unique strings, one per Tensor argument. |
SavedBareConcreteFunction.Builder | setConcreteFunctionName (valor da string) Identifies a SavedConcreteFunction. |
SavedBareConcreteFunction.Builder | setConcreteFunctionNameBytes (valor com.google.protobuf.ByteString) Identifies a SavedConcreteFunction. |
SavedBareConcreteFunction.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
SavedBareConcreteFunction.Builder | setFunctionSpec ( FunctionSpec.Builder construtorForValue) The spec of the function that this ConcreteFunction is traced from. |
SavedBareConcreteFunction.Builder | setFunctionSpec (valor FunctionSpec ) The spec of the function that this ConcreteFunction is traced from. |
SavedBareConcreteFunction.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
final SavedBareConcreteFunction.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public SavedBareConcreteFunction.Builder addAllArgumentKeywords (valores Iterable<String>)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public SavedBareConcreteFunction.Builder addArgumentKeywords (valor de string)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
público SavedBareConcreteFunction.Builder addArgumentKeywordsBytes (valor com.google.protobuf.ByteString)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public SavedBareConcreteFunction.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
public SavedBareConcreteFunction.Builder clearAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
public SavedBareConcreteFunction.Builder clearArgumentKeywords ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public SavedBareConcreteFunction.Builder clearConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public SavedBareConcreteFunction.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
public SavedBareConcreteFunction.Builder clearFunctionSpec ()
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 SavedBareConcreteFunction.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
público longo getAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
String pública getArgumentKeywords (índice int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
público com.google.protobuf.ByteString getArgumentKeywordsBytes (índice int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
público 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;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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 FunctionSpec.Builder getFunctionSpecBuilder ()
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;
função públicaSpecOrBuildergetFunctionSpecOrBuilder ()
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;
hasFunctionSpec booleano público ()
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;
público final booleano isInitialized ()
public SavedBareConcreteFunction.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public SavedBareConcreteFunction.Builder mergeFunctionSpec (valor FunctionSpec )
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;
final público SavedBareConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public SavedBareConcreteFunction.Builder setAllowedPositionalArguments (valor longo)
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
public SavedBareConcreteFunction.Builder setArgumentKeywords (índice int, valor String)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
público SavedBareConcreteFunction.Builder setConcreteFunctionName (valor da string)
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
público SavedBareConcreteFunction.Builder setConcreteFunctionNameBytes (valor com.google.protobuf.ByteString)
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public SavedBareConcreteFunction.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
public SavedBareConcreteFunction.Builder setFunctionSpec ( FunctionSpec.Builder builderForValue)
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 SavedBareConcreteFunction.Builder setFunctionSpec (valor FunctionSpec )
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;