Module: tfp.experimental.auto_batching.frontend.gast_util

Gast compatibility library. Supports 0.2.2 and 0.3.2.

Functions

Module(...): partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.

Name(...): partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.

Str(...): partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.

is_constant(...)

is_ellipsis(...)

is_literal(...): Tests whether node represents a Python literal.

GAST2 False
GAST3 True