35 lines
409 B
Markdown
35 lines
409 B
Markdown
|
---
|
||
|
id: 5e8f2f13c4cdbe86b5c72d88
|
||
|
challengeType: 11
|
||
|
videoId: r9hRyGGjOgQ
|
||
|
---
|
||
|
|
||
|
## Description
|
||
|
|
||
|
<section id='description'>
|
||
|
</section>
|
||
|
|
||
|
## Tests
|
||
|
|
||
|
<section id='tests'>
|
||
|
|
||
|
```yml
|
||
|
question:
|
||
|
text: |
|
||
|
Which of the following is **not** a type of tensor?
|
||
|
answers:
|
||
|
- |
|
||
|
Variable
|
||
|
- |
|
||
|
Flowing
|
||
|
- |
|
||
|
Placeholder
|
||
|
- |
|
||
|
SparseTensor
|
||
|
- |
|
||
|
Constant
|
||
|
solution: 2
|
||
|
```
|
||
|
|
||
|
</section>
|