Skip to content

Consider partial stubs for TensorFlow to work around lazy import issues #3174

@gramster

Description

@gramster

TF does a bunch of nasty stuff to implement lazy loading of modules, which means we don't pick up the imports when doing static analysis. We should see if we can use a partial stub that just uses (non-lazy) imports to work around this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs decisionDo we want this enhancement?

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions