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

Anonymous motif participants #96

Open
j6k4m8 opened this issue Feb 6, 2021 · 0 comments
Open

Anonymous motif participants #96

j6k4m8 opened this issue Feb 6, 2021 · 0 comments
Assignees
Labels
DSL enhancement New feature or request parser
Milestone

Comments

@j6k4m8
Copy link
Member

j6k4m8 commented Feb 6, 2021

Anonymous motif participants:

A -> _hidden
_hidden -> B

Anonymous node participants in macros:

two_hop(A, B) {
    A -> _i
    _i -> B
}

two_hop(neuron1, neuron2)

@j6k4m8 j6k4m8 self-assigned this Feb 6, 2021
@j6k4m8 j6k4m8 added DSL enhancement New feature or request parser labels Mar 31, 2021
@j6k4m8 j6k4m8 added this to the Version 1.0.0 milestone May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DSL enhancement New feature or request parser
Projects
None yet
Development

No branches or pull requests

1 participant