Google News
logo
Pytorch - Quiz(MCQ)
_____ is a package which is used to wrap a tensor.
A)
extend.variable
B)
auto.variable
C)
variable
D)
autograd.variable

Correct Answer :   variable


Explanation : Variable is a package which is used to wrap a tensor. The autograd.variable is the central class for the package.

Advertisement