FunctionSpecOrBuilder

public interface FunctionSpecOrBuilder
Known Indirect Subclasses

Public Methods

abstract FunctionSpec.ExperimentalCompile
getExperimentalCompile()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
abstract int
getExperimentalCompileValue()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
abstract StructuredValue
getFullargspec()
 Full arg spec from inspect.getfullargspec().
abstract StructuredValueOrBuilder
getFullargspecOrBuilder()
 Full arg spec from inspect.getfullargspec().
abstract StructuredValue
getInputSignature()
 The input signature, if specified.
abstract StructuredValueOrBuilder
getInputSignatureOrBuilder()
 The input signature, if specified.
abstract boolean
getIsMethod()
 Whether this represents a class method.
abstract boolean
hasFullargspec()
 Full arg spec from inspect.getfullargspec().
abstract boolean
hasInputSignature()
 The input signature, if specified.

Public Methods

public abstract FunctionSpec.ExperimentalCompile getExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public abstract int getExperimentalCompileValue ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public abstract StructuredValue getFullargspec ()

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

public abstract StructuredValueOrBuilder getFullargspecOrBuilder ()

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

public abstract StructuredValue getInputSignature ()

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;

public abstract StructuredValueOrBuilder getInputSignatureOrBuilder ()

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;

public abstract boolean getIsMethod ()

 Whether this represents a class method.
 
bool is_method = 2;

public abstract boolean hasFullargspec ()

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

public abstract boolean hasInputSignature ()

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;