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

ponder-lab / Hybridize-Functions-Refactoring / 26321745713
72%
main: 72%

Build:
Build:
LAST BUILD BRANCH: refactor/helper-param-naming
DEFAULT BRANCH: main
Ran 23 May 2026 03:04AM UTC
Jobs 1
Files 31
Run time 1min
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

23 May 2026 03:01AM UTC coverage: 72.219%. Remained the same
26321745713

Pull #541

github

khatchad
Extend precision audit to fixtures 124-125 (`tf.keras.layers.Input`)

`tf.keras.layers.Input(shape=(32,))` is an alias for `tf.keras.Input(shape=(32,))` (`tf.keras.layers.Input` re-exports from `tf.keras.Input`); the audit shape pattern matches fixtures 100-104 (#535).

- **Layer 1 (Ariadne):** `FLOAT32, (null, NumericDim(32))`—raw `null` for the dynamic batch dim per wala/ML#545.
- **Layer 2 (Hybridize):** `FLOAT32, (SymbolicDim("?"), NumericDim(32))`—the `null → SymbolicDim("?")` collapse, which is correct for dynamic-batch semantics (the resulting `TensorSpec` admits any batch size).

No #524-style flip target on Layer 2. The Layer 1 raw `null` is hygiene-only and flips when wala/ML#545's typed `DynamicDim` lands.

Fixture 127 was originally tagged as `tf.keras.layers.Input` in its Javadoc but its Python uses `numpy.ndarray` and a `value_index` access pattern; it belongs with the `tf.experimental.numpy.ndarray` family (126, 128-133) and will be audited there.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #541: Extend precision audit to fixtures 124-125 (`tf.keras.layers.Input`)

1188 of 1645 relevant lines covered (72.22%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26321745713.1 23 May 2026 03:04AM UTC 31
72.22
GitHub Action Run
Source Files on build 26321745713
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26321745713
  • Pull Request #541
  • PR Base - main (#)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc