clase final estática pública SavedBareConcreteFunction.Builder
tensorflow.SavedBareConcreteFunction
tipo Protobuf.SavedBareConcreteFunction
Métodos públicos
GuardadoBareConcreteFunction.Builder | addAllArgumentKeywords (valores Iterable<String>) A sequence of unique strings, one per Tensor argument. |
GuardadoBareConcreteFunction.Builder | addArgumentKeywords (valor de cadena) A sequence of unique strings, one per Tensor argument. |
GuardadoBareConcreteFunction.Builder | addArgumentKeywordsBytes (valor com.google.protobuf.ByteString) A sequence of unique strings, one per Tensor argument. |
GuardadoBareConcreteFunction.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
Función de hormigón desnudo guardado | construir () |
Función de hormigón desnudo guardado | |
GuardadoBareConcreteFunction.Builder | claro () |
GuardadoBareConcreteFunction.Builder | clearAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
GuardadoBareConcreteFunction.Builder | clearArgumentKeywords () A sequence of unique strings, one per Tensor argument. |
GuardadoBareConcreteFunction.Builder | borrar nombre de función concreta () Identifies a SavedConcreteFunction. |
GuardadoBareConcreteFunction.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
GuardadoBareConcreteFunction.Builder | clearFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
GuardadoBareConcreteFunction.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GuardadoBareConcreteFunction.Builder | clonar () |
largo | getAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
Cadena | getArgumentKeywords (índice int) A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ByteString | getArgumentKeywordsBytes (índice int) A sequence of unique strings, one per Tensor argument. |
entero | getArgumentKeywordsCount () A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ProtocolStringList | getArgumentKeywordsList () A sequence of unique strings, one per Tensor argument. |
Cadena | getNombreFunciónConcreta () Identifies a SavedConcreteFunction. |
com.google.protobuf.ByteString | getConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
Función de hormigón desnudo guardado | |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
FunciónEspecificación | obtener especificación de función () The spec of the function that this ConcreteFunction is traced from. |
FunciónSpec.Builder | getFunctionSpecBuilder () The spec of the function that this ConcreteFunction is traced from. |
FunciónSpecOrBuilder | getFunctionSpecOrBuilder () The spec of the function that this ConcreteFunction is traced from. |
booleano | tiene especificación de función () The spec of the function that this ConcreteFunction is traced from. |
booleano final | |
GuardadoBareConcreteFunction.Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GuardadoBareConcreteFunction.Builder | mergeFrom (com.google.protobuf.Message otro) |
GuardadoBareConcreteFunction.Builder | mergeFunctionSpec (valor de FunctionSpec ) The spec of the function that this ConcreteFunction is traced from. |
final SavedBareConcreteFunction.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
GuardadoBareConcreteFunction.Builder | setAllowedPositionalArguments (valor largo) The prefix of `argument_keywords` which may be identified by position. |
GuardadoBareConcreteFunction.Builder | setArgumentKeywords (índice int, valor de cadena) A sequence of unique strings, one per Tensor argument. |
GuardadoBareConcreteFunction.Builder | setConcreteFunctionName (valor de cadena) Identifies a SavedConcreteFunction. |
GuardadoBareConcreteFunction.Builder | setConcreteFunctionNameBytes (com.google.protobuf.ByteString value) Identifies a SavedConcreteFunction. |
GuardadoBareConcreteFunction.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
GuardadoBareConcreteFunction.Builder | setFunctionSpec ( FunctionSpec.Builder constructorForValue) The spec of the function that this ConcreteFunction is traced from. |
GuardadoBareConcreteFunction.Builder | setFunctionSpec (valor de FunctionSpec ) The spec of the function that this ConcreteFunction is traced from. |
GuardadoBareConcreteFunction.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
final SavedBareConcreteFunction.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
Métodos heredados
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 (String value)
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 del objeto)
public SavedBareConcreteFunction.Builder clearAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
pública 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;
público SavedBareConcreteFunction.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
pública 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;
público SavedBareConcreteFunction.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
público largo getAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
cadena 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;
public int getArgumentKeywordsCount ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
público com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
cadena pública getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
público com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
especificación de función pública 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;
función públicaSpec.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;
función públicaSpecOrBuilder 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;
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 ()
público SavedBareConcreteFunction.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Lanza
IOExcepción |
---|
público 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 desconocidoFields)
public SavedBareConcreteFunction.Builder setAllowedPositionalArguments (long value)
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
público SavedBareConcreteFunction.Builder setArgumentKeywords (índice int, valor de cadena)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
público SavedBareConcreteFunction.Builder setConcreteFunctionName (valor de cadena)
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;
público SavedBareConcreteFunction.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público 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;
público 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;