Explore
Connect
Documentation
Snippets
Log in
Sign up
Example
1
2
3
4
5
session = Session()
output = session.run(z, {
x: [
1
,
2
]
})
print(output)
Press desired key combination and then press ENTER.
Run