Actions: tensorflow/model-optimization
Actions
Showing runs from all workflows
490 workflow runs
490 workflow runs
fully_commutes_with_sum property was incorrectly using sum() on the flattened commuting structure, which does not yield a boolean. Changed to use all() to ensure the property returns True only if all sub-encoders fully commute with sum. Added type assertions in tests to verify the return type is boolean.
GitHub Actions Scan
#2:
Pull request #1286
opened
by
copybara-service
Bot
fully_commutes_with_sum property was incorrectly using sum() on the flattened commuting structure, which does not yield a boolean. Changed to use all() to ensure the property returns True only if all sub-encoders fully commute with sum. Added type assertions in tests to verify the return type is boolean.
Pull Request Labeler
#1928:
Pull request #1286
opened
by
copybara-service
Bot
fully_commutes_with_sum property was incorrectly using sum() on the flattened commuting structure, which does not yield a boolean. Changed to use all() to ensure the property returns True only if all sub-encoders fully commute with sum. Added type assertions in tests to verify the return type is boolean.
Google GitHub Admin: Actions Workflow Security Scan
#98:
Pull request #1286
opened
by
copybara-service
Bot