Skip to content

Missing tf.function parameters #139

@khatchad

Description

@khatchad

assertTrue(!args.hasInputSignatureParam() && !args.hasAutoGraphParam() && !args.hasJitCompileParam()
&& !args.hasReduceRetracingParam() && !args.hasExperimentalImplementsParam() && !args.hasExperimentalAutographOptParam()
&& !args.hasExperimentalFollowTypeHintsParam() && !args.hasFuncParam());

According to https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/function, we are missing:

  1. experimental_relax_shapes
  2. experimental_compile

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions