SavedFunctionOrBuilder

공개 인터페이스 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;

공개 방법

공개 추상 문자열 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;

공개 추상 List<String> getConcreteFunctionsList ()

repeated string concrete_functions = 1;

공개 추상 FunctionSpec getFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

공개 추상 FunctionSpecOrBuilder getFunctionSpecOrBuilder ()

.tensorflow.FunctionSpec function_spec = 2;

공개 추상 부울 hasFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;