공개 정적 최종 클래스 SavedBareConcreteFunction.Builder
Protobuf 유형 tensorflow.SavedBareConcreteFunction
공개 방법
저장됨BareConcreteFunction.Builder | addAllArgumentKeywords (Iterable<String> 값) A sequence of unique strings, one per Tensor argument. |
저장됨BareConcreteFunction.Builder | addArgumentKeywords (문자열 값) A sequence of unique strings, one per Tensor argument. |
저장됨BareConcreteFunction.Builder | addArgumentKeywordsBytes (com.google.protobuf.ByteString 값) A sequence of unique strings, one per Tensor argument. |
저장됨BareConcreteFunction.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
저장됨BareConcreteFunction | 짓다 () |
저장됨BareConcreteFunction | 빌드부분 () |
저장됨BareConcreteFunction.Builder | 분명한 () |
저장됨BareConcreteFunction.Builder | ClearAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
저장됨BareConcreteFunction.Builder | 명확한ArgumentKeywords () A sequence of unique strings, one per Tensor argument. |
저장됨BareConcreteFunction.Builder | 클리어콘크리트함수이름 () Identifies a SavedConcreteFunction. |
저장됨BareConcreteFunction.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
저장됨BareConcreteFunction.Builder | 클리어함수 사양 () The spec of the function that this ConcreteFunction is traced from. |
저장됨BareConcreteFunction.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
저장됨BareConcreteFunction.Builder | 클론 () |
긴 | getAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
끈 | getArgumentKeywords (정수 인덱스) A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ByteString | getArgumentKeywordsBytes (정수 인덱스) 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. |
저장됨BareConcreteFunction | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
기능사양 | getFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
FunctionSpec.Builder | getFunctionSpecBuilder () The spec of the function that this ConcreteFunction is traced from. |
함수SpecOrBuilder | getFunctionSpecOrBuilder () The spec of the function that this ConcreteFunction is traced from. |
부울 | hasFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
최종 부울 | 초기화됨 () |
저장됨BareConcreteFunction.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
저장됨BareConcreteFunction.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
저장됨BareConcreteFunction.Builder | mergeFunctionSpec ( FunctionSpec 값) The spec of the function that this ConcreteFunction is traced from. |
최종 SavedBareConcreteFunction.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
저장됨BareConcreteFunction.Builder | setAllowedPositionalArguments (긴 값) The prefix of `argument_keywords` which may be identified by position. |
저장됨BareConcreteFunction.Builder | setArgumentKeywords (int 인덱스, 문자열 값) A sequence of unique strings, one per Tensor argument. |
저장됨BareConcreteFunction.Builder | setConcreteFunctionName (문자열 값) Identifies a SavedConcreteFunction. |
저장됨BareConcreteFunction.Builder | setConcreteFunctionNameBytes (com.google.protobuf.ByteString 값) Identifies a SavedConcreteFunction. |
저장됨BareConcreteFunction.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
저장됨BareConcreteFunction.Builder | setFunctionSpec ( FunctionSpec.Builder builderForValue) The spec of the function that this ConcreteFunction is traced from. |
저장됨BareConcreteFunction.Builder | setFunctionSpec ( FunctionSpec 값) The spec of the function that this ConcreteFunction is traced from. |
저장됨BareConcreteFunction.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 SavedBareConcreteFunction.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 SavedBareConcreteFunction.Builder addAllArgumentKeywords (Iterable<String> 값)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public SavedBareConcreteFunction.Builder addArgumentKeywords (문자열 값)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
공개 SavedBareConcreteFunction.Builder addArgumentKeywordsBytes (com.google.protobuf.ByteString 값)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public SavedBareConcreteFunction.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 SavedBareConcreteFunction.Builder ClearAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
공개 SavedBareConcreteFunction.Builder ClearArgumentKeywords ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
공개 SavedBareConcreteFunction.Builder ClearConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
공개 SavedBareConcreteFunction.BuilderclearField (com.google.protobuf.Descriptors.FieldDescriptor 필드 )
공개 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;
공개 SavedBareConcreteFunction.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)
공개 긴 getAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
공개 문자열 getArgumentKeywords (int 인덱스)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
공개 com.google.protobuf.ByteString getArgumentKeywordsBytes (int 인덱스)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
공개 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;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 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;
공개 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;
공개 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;
공개 부울 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 mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 SavedBareConcreteFunction.Builder mergeFunctionSpec ( 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;
공개 최종 SavedBareConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
공개 SavedBareConcreteFunction.Builder setAllowedPositionalArguments (긴 값)
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
공개 SavedBareConcreteFunction.Builder setArgumentKeywords (int 인덱스, 문자열 값)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public SavedBareConcreteFunction.Builder setConcreteFunctionName (문자열 값)
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
공개 SavedBareConcreteFunction.Builder setConcreteFunctionNameBytes (com.google.protobuf.ByteString 값)
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
public SavedBareConcreteFunction.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 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;
공개 SavedBareConcreteFunction.Builder setFunctionSpec ( 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;