SavedFunction.Builder

공개 정적 최종 클래스 SavedFunction.Builder

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

공개 방법

SavedFunction.Builder
addAllConcreteFunctions (Iterable<String> 값)
repeated string concrete_functions = 1;
SavedFunction.Builder
addConcreteFunctions (문자열 값)
repeated string concrete_functions = 1;
SavedFunction.Builder
addConcreteFunctionsBytes (com.google.protobuf.ByteString 값)
repeated string concrete_functions = 1;
SavedFunction.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
저장된함수
짓다 ()
저장된함수
SavedFunction.Builder
SavedFunction.Builder
클리어콘크리트함수 ()
repeated string concrete_functions = 1;
SavedFunction.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
SavedFunction.Builder
ClearFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedFunction.Builder
클론 ()
getConcreteFunctions (정수 인덱스)
repeated string concrete_functions = 1;
com.google.protobuf.ByteString
getConcreteFunctionsBytes (정수 인덱스)
repeated string concrete_functions = 1;
정수
getConcreteFunctionsCount ()
repeated string concrete_functions = 1;
com.google.protobuf.ProtocolStringList
getConcreteFunctionsList ()
repeated string concrete_functions = 1;
저장된함수
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
기능사양
getFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
FunctionSpec.Builder
getFunctionSpecBuilder ()
.tensorflow.FunctionSpec function_spec = 2;
함수SpecOrBuilder
getFunctionSpecOrBuilder ()
.tensorflow.FunctionSpec function_spec = 2;
부울
hasFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
최종 부울
SavedFunction.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
SavedFunction.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
SavedFunction.Builder
mergeFunctionSpec ( FunctionSpec 값)
.tensorflow.FunctionSpec function_spec = 2;
최종 SavedFunction.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
SavedFunction.Builder
setConcreteFunctions (int 인덱스, 문자열 값)
repeated string concrete_functions = 1;
SavedFunction.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
SavedFunction.Builder
setFunctionSpec ( FunctionSpec.Builder builderForValue)
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
setFunctionSpec ( FunctionSpec 값)
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
최종 SavedFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

부울
같음 (개체 arg0)
마지막 수업<?>
getClass ()
정수
해시코드 ()
최종 무효
알림 ()
최종 무효
통지모두 ()
toString ()
최종 무효
대기 (long arg0, int arg1)
최종 무효
기다리세요 (긴 arg0)
최종 무효
기다리다 ()
org.tensorflow.proto.framework.SavedFunctionOrBuilder 에서
추상 문자열
getConcreteFunctions (정수 인덱스)
repeated string concrete_functions = 1;
추상 com.google.protobuf.ByteString
getConcreteFunctionsBytes (정수 인덱스)
repeated string concrete_functions = 1;
추상 정수
getConcreteFunctionsCount ()
repeated string concrete_functions = 1;
추상 목록<문자열>
getConcreteFunctionsList ()
repeated string concrete_functions = 1;
추상 함수사양
getFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
추상 함수SpecOrBuilder
getFunctionSpecOrBuilder ()
.tensorflow.FunctionSpec function_spec = 2;
추상 부울
hasFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;

공개 방법

공개 SavedFunction.Builder addAllConcreteFunctions (Iterable<String> 값)

repeated string concrete_functions = 1;

공개 SavedFunction.Builder addConcreteFunctions (문자열 값)

repeated string concrete_functions = 1;

공개 SavedFunction.Builder addConcreteFunctionsBytes (com.google.protobuf.ByteString 값)

repeated string concrete_functions = 1;

public SavedFunction.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 SavedFunction 빌드 ()

공개 SavedFunction buildPartial ()

공개 SavedFunction.Builder 지우기 ()

공개 SavedFunction.Builder ClearConcreteFunctions ()

repeated string concrete_functions = 1;

공개 SavedFunction.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 SavedFunction.Builder ClearFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

공개 SavedFunction.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 SavedFunction.Builder 클론 ()

공개 문자열 getConcreteFunctions (int 인덱스)

repeated string concrete_functions = 1;

공개 com.google.protobuf.ByteString getConcreteFunctionsBytes (int 인덱스)

repeated string concrete_functions = 1;

공개 int getConcreteFunctionsCount ()

repeated string concrete_functions = 1;

공개 com.google.protobuf.ProtocolStringList getConcreteFunctionsList ()

repeated string concrete_functions = 1;

공개 SavedFunction getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 FunctionSpec getFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

공개 FunctionSpec.Builder getFunctionSpecBuilder ()

.tensorflow.FunctionSpec function_spec = 2;

공개 FunctionSpecOrBuilder getFunctionSpecOrBuilder ()

.tensorflow.FunctionSpec function_spec = 2;

공개 부울 hasFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

공개 최종 부울 isInitialized ()

공개 SavedFunction.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 SavedFunction.Builder mergeFrom (com.google.protobuf.기타 메시지)

공개 SavedFunction.Builder mergeFunctionSpec ( FunctionSpec 값)

.tensorflow.FunctionSpec function_spec = 2;

공개 최종 SavedFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 SavedFunction.Builder setConcreteFunctions (int 인덱스, 문자열 값)

repeated string concrete_functions = 1;

public SavedFunction.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 SavedFunction.Builder setFunctionSpec ( FunctionSpec.Builder builderForValue)

.tensorflow.FunctionSpec function_spec = 2;

공개 SavedFunction.Builder setFunctionSpec ( FunctionSpec 값)

.tensorflow.FunctionSpec function_spec = 2;

public SavedFunction.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 최종 SavedFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)