Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arraycontext
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandru Fikl
arraycontext
Commits
7ec975bc
Commit
7ec975bc
authored
3 years ago
by
Kaushik Kulkarni
Browse files
Options
Downloads
Patches
Plain Diff
LazilyCompilingFunctionCaller: better docs
Co-authored-by:
Andreas Kloeckner
<
inform@tiker.net
>
parent
a80b924b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arraycontext/impl/pytato/compile.py
+5
-4
5 additions, 4 deletions
arraycontext/impl/pytato/compile.py
with
5 additions
and
4 deletions
arraycontext/impl/pytato/compile.py
+
5
−
4
View file @
7ec975bc
...
...
@@ -138,13 +138,14 @@ def _get_arg_id_to_arg_and_arg_id_to_descr(args: Tuple[Any, ...]
@dataclass
class
LazilyCompilingFunctionCaller
:
"""
Records a side-effect-free callable :attr:`LazilyCompilingFunctionCaller.f`, that
would be specialized for different input types
:meth:`LazilyCompilingFunctionCaller.__call__` is invoked with.
Records a side-effect-free callable
:attr:`LazilyCompilingFunctionCaller.f` that can be specialized for the
input types with which :meth:`LazilyCompilingFunctionCaller.__call__` is
invoked.
.. attribute:: f
The callable that w
ould be specialized into
:mod:`pytato` DAGs.
The callable that w
ill be called to obtain
:mod:`pytato` DAGs.
.. automethod:: __call__
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment