• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ponder-lab / Hybridize-Functions-Refactoring / #2500 / 1
82%
main: 84%

Build:
Build:
LAST BUILD BRANCH: fed0cbf564e64cc505c53a264e244d915a2c46bd
DEFAULT BRANCH: main
Ran 14 Jul 2026 12:41AM UTC
Files 33
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Jul 2026 12:37AM UTC coverage: 81.766% (-0.007%) from 81.773%
#2500.1

push

github

web-flow
Use tensor-origin provenance for tensor-computation detection (#777)

The tensor-computation detector counts any tensor-typed def, and Ariadne
types a numpy array identically to a TensorFlow tensor, so pure-numpy
functions were misreported as computing and hybridized (#774). #775
excluded defs whose callee is a numpy free function, but that signal is
absent for a numpy operator (`m + m`), an interprocedural call returning a
numpy result, and an ndarray method (`m.reshape`), which stayed
misreported.

Replace the callee-type probe with Ariadne's origin record (wala/ML#724):
`computeTensorTypedOrigins` maps each tensor-typed pointer key to its
producing-library origins, and `definesTensor` counts a def unless its
origin set is exactly `{NUMPY}`. A TensorFlow origin, a parameter origin
(wala/ML#726: a tensor parameter is a symbolic tensor under tracing
regardless of its eager feeds, so `f(x): return x + 1` fed a numpy array
still counts), a mixed set, or no evidence all count; a numpy-only def
does not.

Requires Ariadne 0.52.29.


Claude-Session: https://claude.ai/code/session_01He1ULx8nRoHzGicMryry1A

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

2139 of 2616 relevant lines covered (81.77%)

0.82 hits per line

Source Files on job #2500.1
  • Tree
  • List 33
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2500
  • 47d66a3a on github
  • Prev Job for on gh-readonly-queue/main/pr-777-5f9519d7e1710d22e3d13c5afb7a99f445242f59 (##2497.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc