[relay] Changed 'name' field to 'registry_name' for Executor and Runtime#10466
Merged
areusch merged 5 commits intoapache:mainfrom Jul 11, 2022
Merged
[relay] Changed 'name' field to 'registry_name' for Executor and Runtime#10466areusch merged 5 commits intoapache:mainfrom
areusch merged 5 commits intoapache:mainfrom
Conversation
31dee0e to
99cfbde
Compare
Contributor
Author
|
cc: @Mousius |
areusch
reviewed
Apr 8, 2022
eb6054e to
29b950f
Compare
Contributor
|
LGTM, @Mousius do you wanna take a look? |
Changed 'name' field to 'registry_name' for Executor and Runtime python wrappers as it clashed with tvm object attribute 'name' which made the latter inaccessible from Python Change-Id: I917755753549edfe1d3090ca9ca4512de552c4bd changed name to registry_name Change-Id: I9feb5b33b7b6f6f8421902e5721167f585cc4193
Change-Id: Ie2e96297fda119e1b726b196a59deae95b263a07
Change-Id: Id579c50ab58dfb25fa18436265e0701ebbd9d554
Change-Id: Iabbd81069959f05c073f9dbc8d10fb31dd05f7a3
areusch
approved these changes
Jul 11, 2022
masahi
pushed a commit
to masahi/tvm
that referenced
this pull request
Jul 15, 2022
…ime (apache#10466) * [relay] Changed Executor and Runtime 'name' field to 'registry_name' Changed 'name' field to 'registry_name' for Executor and Runtime python wrappers as it clashed with tvm object attribute 'name' which made the latter inaccessible from Python Change-Id: I917755753549edfe1d3090ca9ca4512de552c4bd changed name to registry_name Change-Id: I9feb5b33b7b6f6f8421902e5721167f585cc4193 * more fixed unit tests Change-Id: Ie2e96297fda119e1b726b196a59deae95b263a07 * typo fixed Change-Id: Id579c50ab58dfb25fa18436265e0701ebbd9d554 * renamed registry_name to flag_registry_name Change-Id: Iabbd81069959f05c073f9dbc8d10fb31dd05f7a3 * bugfix
junrushao
pushed a commit
to yelite/tvm
that referenced
this pull request
Jul 27, 2022
…ime (apache#10466) * [relay] Changed Executor and Runtime 'name' field to 'registry_name' Changed 'name' field to 'registry_name' for Executor and Runtime python wrappers as it clashed with tvm object attribute 'name' which made the latter inaccessible from Python Change-Id: I917755753549edfe1d3090ca9ca4512de552c4bd changed name to registry_name Change-Id: I9feb5b33b7b6f6f8421902e5721167f585cc4193 * more fixed unit tests Change-Id: Ie2e96297fda119e1b726b196a59deae95b263a07 * typo fixed Change-Id: Id579c50ab58dfb25fa18436265e0701ebbd9d554 * renamed registry_name to flag_registry_name Change-Id: Iabbd81069959f05c073f9dbc8d10fb31dd05f7a3 * bugfix
xinetzone
pushed a commit
to daobook/tvm
that referenced
this pull request
Nov 25, 2022
…ime (apache#10466) * [relay] Changed Executor and Runtime 'name' field to 'registry_name' Changed 'name' field to 'registry_name' for Executor and Runtime python wrappers as it clashed with tvm object attribute 'name' which made the latter inaccessible from Python Change-Id: I917755753549edfe1d3090ca9ca4512de552c4bd changed name to registry_name Change-Id: I9feb5b33b7b6f6f8421902e5721167f585cc4193 * more fixed unit tests Change-Id: Ie2e96297fda119e1b726b196a59deae95b263a07 * typo fixed Change-Id: Id579c50ab58dfb25fa18436265e0701ebbd9d554 * renamed registry_name to flag_registry_name Change-Id: Iabbd81069959f05c073f9dbc8d10fb31dd05f7a3 * bugfix
mikeseven
pushed a commit
to mikeseven/tvm
that referenced
this pull request
Sep 27, 2023
…ime (apache#10466) * [relay] Changed Executor and Runtime 'name' field to 'registry_name' Changed 'name' field to 'registry_name' for Executor and Runtime python wrappers as it clashed with tvm object attribute 'name' which made the latter inaccessible from Python Change-Id: I917755753549edfe1d3090ca9ca4512de552c4bd changed name to registry_name Change-Id: I9feb5b33b7b6f6f8421902e5721167f585cc4193 * more fixed unit tests Change-Id: Ie2e96297fda119e1b726b196a59deae95b263a07 * typo fixed Change-Id: Id579c50ab58dfb25fa18436265e0701ebbd9d554 * renamed registry_name to flag_registry_name Change-Id: Iabbd81069959f05c073f9dbc8d10fb31dd05f7a3 * bugfix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed 'name' field to 'registry_name' for Executor and Runtime python
wrappers as it clashed with tvm object attribute 'name' which made the latter
inaccessible from Python