Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Samsung/ONE

seanshpark created a comment on a pull request on Samsung/ONE
> if there are unused variables or unimplemented functions you can fix this.

View on GitHub

seanshpark pushed 1 commit to master Samsung/ONE
  • [tools/mec] Add metadata of output tensor to each node (#14355) It appends the metadata of output tensor, such as te... 48cb060

View on GitHub

seanshpark closed a pull request on Samsung/ONE
[tools/mec] Add metadata of output tensor to each node
It appends the metadata of output tensor, such as tensor shapes and name, to each node. --- * issue : #14307 * draft : #14318
seanshpark created a review on a pull request on Samsung/ONE
LGTM

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages Samsung/ONE
  • Deploying to gh-pages from @ Samsung/ONE@d05bec095e4a99d9b152ca960abeacee4b9f1ea5 🚀 19b4f8e

View on GitHub

batcheu created a comment on a pull request on Samsung/ONE
|Before this PR|After this PR| |-|-| |<img src="https://github.com/batcheu/ONE/blob/draft/me_adapter/tools/model_explorer_circle/res/scr_add_edges.png?raw=true">|<img src="https://github.com/batc...

View on GitHub

batcheu opened a pull request on Samsung/ONE
[tools/mec] Add metadata of output tensor to each node
It appends the metadata of output tensor, such as tensor shapes and name, to each node. --- * issue : #14307 * draft : #14318
seockho-kim created a review on a pull request on Samsung/ONE
LGTM

View on GitHub

seanshpark pushed 1 commit to master Samsung/ONE
  • [tools/mec] Add namespace to operator (#14354) It adds a namespace to the operator node based on the name of its ou... d05bec0

View on GitHub

seanshpark closed a pull request on Samsung/ONE
[tools/mec] Add namespace to operator
It adds a namespace to the operator node based on the name of its output tensor. It helps folding graph by grouping of operators that uses same namespace. --- * issue: https://github.com/S...
seanshpark created a review on a pull request on Samsung/ONE
LGTM

View on GitHub

batcheu opened a pull request on Samsung/ONE
[tools/mec] Add namespace to operator
It adds a namespace to the operator node based on the name of its output tensor. It helps folding graph by grouping of operators that uses same namespace. --- * issue: https://github.com/S...
seanshpark pushed 1 commit to master Samsung/ONE
  • [tools/mec] Add edges between graph nodes (#14353) The model explorer draws edges based on the information provided ... f092fe3

View on GitHub

seanshpark closed a pull request on Samsung/ONE
[tools/mec] Add edges between graph nodes
The model explorer draws edges based on the information provided by the 'IncomingEdge' API. By utilizing this API and a mapping from input tensors to source nodes, it adds edges accordingly. -...
seanshpark created a review on a pull request on Samsung/ONE
LGTM

View on GitHub

batcheu opened a pull request on Samsung/ONE
[tools/mec] Add edges between graph nodes
The model explorer draws edges based on the information provided by the 'IncomingEdge' API. By utilizing this API and a mapping from input tensors to source nodes, it adds edges accordingly. -...
mhs4670go opened an issue on Samsung/ONE
[cirlce-interpreter] Run luci-interpreter in python directly
## What Let's introduce a library to run circle-interpreter in python directly. ## Why As part of the work to make our ONE tools python friendly, running circle-interpreter in python direc...
BLee-bot created a comment on a pull request on Samsung/ONE
> Your current commit title/message is > > > [record-hessian] This commit introduce record hessian. > > This commit introduce record hessian. > > which doesn't seem to express current change...

View on GitHub

batcheu created a review on a pull request on Samsung/ONE
LGTM

View on GitHub

seanshpark pushed 1 commit to master Samsung/ONE
  • [tools/mec] Add pseudo const nodes for const tensors (#14351) The const tensor in circle model are orphan node that ... 827ae31

View on GitHub

seanshpark closed a pull request on Samsung/ONE
[tools/mec] Add pseudo const nodes for const tensors
The const tensor in circle model are orphan node that doesn't have source node. So, it adds it as a separate node with special type 'pseudo_const' that is invisible in the the graph, but is anno...
seanshpark created a review on a pull request on Samsung/ONE
LGTM

View on GitHub

batcheu opened a pull request on Samsung/ONE
[tools/mec] Add pseudo const nodes for const tensors
The const tensor in circle model are orphan node that doesn't have source node. So, it adds it as a separate node with special type 'pseudo_const' that is invisible in the the graph, but is anno...
seanshpark created a comment on a pull request on Samsung/ONE
- for #14330 - from #14334

View on GitHub

seanshpark opened a pull request on Samsung/ONE
[github] Add workflow for tools/model-explorer-circle
This will introduce initial workflow for PR build and testing for tools/model-explorer-circle.
seanshpark pushed 1 commit to master Samsung/ONE
  • [tools/mec] Introduce noxfile (#14349) This will introduce initial noxfile script for package generation and unit te... f16f951

View on GitHub

seanshpark closed a pull request on Samsung/ONE
[tools/mec] Introduce noxfile
This will introduce initial noxfile script for package generation and unit testing with nox.
seanshpark pushed 1 commit to master Samsung/ONE
  • [tools/mec] Revise pyproject.toml (#14348) This will revise pyproject.toml with necessary items for package generati... 78dc9bf

View on GitHub

seanshpark closed a pull request on Samsung/ONE
[tools/mec] Revise pyproject.toml
This will revise pyproject.toml with necessary items for package generation.
seanshpark pushed 1 commit to master Samsung/ONE
  • [tools/mec] Revise MANIFEST.in (#14346) This will revise MANIFEST.in to include tests and exclude HOWTO.md. ONE-D... fb7c0a6

View on GitHub

Load more