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 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

      .tensorflow.FunctionSpec.JitCompile jit_compile = 6;
      Returns:
      The jitCompile.