Skip to content

Conversation

@ianbotsf
Copy link
Contributor

Issue #

(none)

Description of changes

This change replaces the codegen for smoke test input params with the ShapeValueGenerator and also makes small changes to use imported symbols rather than fully qualified ones.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ianbotsf ianbotsf added the no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly. label Nov 14, 2024
@ianbotsf ianbotsf requested a review from a team as a code owner November 14, 2024 22:35
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

} else {
withBlock("(", ")") {
val inputShape = model.expectShape(operation.input.get())
ShapeValueGenerator(model, symbolProvider).instantiateShapeInline(writer, inputShape, inputParams)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, nice simplification!

@github-actions
Copy link

Affected Artifacts

No artifacts changed size

@ianbotsf ianbotsf merged commit 9e1a8d6 into main Nov 20, 2024
16 checks passed
@ianbotsf ianbotsf deleted the fix-smoke-test-codegen branch November 20, 2024 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants