Package tensorflow
Interface SavedObjectGraphOuterClass.FunctionSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SavedObjectGraphOuterClass.FunctionSpec,SavedObjectGraphOuterClass.FunctionSpec.Builder
- Enclosing class:
SavedObjectGraphOuterClass
public static interface SavedObjectGraphOuterClass.FunctionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFull arg spec from inspect.getfullargspec().Full arg spec from inspect.getfullargspec().The input signature, if specified.The input signature, if specified.booleanWhether this represents a class method..tensorflow.FunctionSpec.JitCompile jit_compile = 6;int.tensorflow.FunctionSpec.JitCompile jit_compile = 6;booleanFull arg spec from inspect.getfullargspec().booleanThe input signature, if specified.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFullargspec
boolean hasFullargspec()Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;- Returns:
- Whether the fullargspec field is set.
-
getFullargspec
Struct.StructuredValue getFullargspec()Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;- Returns:
- The fullargspec.
-
getFullargspecOrBuilder
Struct.StructuredValueOrBuilder getFullargspecOrBuilder()Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1; -
getIsMethod
boolean getIsMethod()Whether this represents a class method.
bool is_method = 2;- Returns:
- The isMethod.
-
hasInputSignature
boolean hasInputSignature()The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;- Returns:
- Whether the inputSignature field is set.
-
getInputSignature
Struct.StructuredValue getInputSignature()The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;- Returns:
- The inputSignature.
-
getInputSignatureOrBuilder
Struct.StructuredValueOrBuilder getInputSignatureOrBuilder()The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5; -
getJitCompileValue
int getJitCompileValue().tensorflow.FunctionSpec.JitCompile jit_compile = 6;- Returns:
- The enum numeric value on the wire for jitCompile.
-
getJitCompile
SavedObjectGraphOuterClass.FunctionSpec.JitCompile getJitCompile().tensorflow.FunctionSpec.JitCompile jit_compile = 6;- Returns:
- The jitCompile.
-