Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate_tt*_to_flatbuffer have defaulted param #1185

Closed
nsmithtt opened this issue Nov 6, 2024 · 0 comments
Closed

translate_tt*_to_flatbuffer have defaulted param #1185

nsmithtt opened this issue Nov 6, 2024 · 0 comments
Assignees

Comments

@nsmithtt
Copy link
Contributor

nsmithtt commented Nov 6, 2024

translate_ttmetal_to_flatbuffer(output_file_name="test_exp.ttm") and translate_ttnn_to_flatbuffer should default output_file_name=None. If None these decorators snoop the test function name and use that to automatically create a filename.

ctodTT added a commit that referenced this issue Nov 12, 2024
This change removes the necessity to specify the name of a test in the
`compile_and_convert` decorator, using `__name__` of the decorated
function to supply this instead. The option to override this choice
still exists
ctodTT added a commit that referenced this issue Nov 13, 2024
This change removes the necessity to specify the name of a test in the
`compile_and_convert` decorator, using `__name__` of the decorated
function to supply this instead. The option to override this choice
still exists
ctodTT added a commit that referenced this issue Nov 13, 2024
This change removes the necessity to specify the name of a test in the
`compile_and_convert` decorator, using `__name__` of the decorated
function to supply this instead. The option to override this choice
still exists
ctodTT added a commit that referenced this issue Nov 13, 2024
This change removes the necessity to specify the name of a test in the
`compile_and_convert` decorator, using `__name__` of the decorated
function to supply this instead. The option to override this choice
still exists
ctodTT added a commit that referenced this issue Nov 13, 2024
This change removes the necessity to specify the name of a test in the
`compile_and_convert` decorator, using `__name__` of the decorated
function to supply this instead. The option to override this choice
still exists
@ctodTT ctodTT closed this as completed Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants