Searched defs:CompleteArgumentInfo (Results 1 – 1 of 1) sorted by relevance
338 struct CompleteArgumentInfo { struct339 CompleteArgumentInfo(const CompleteArgumentSpec& spec, const int i) in CompleteArgumentInfo() function341 bool isTensor() const { in isTensor()344 at::ScalarType type() const { in type()347 bool defined() const { in defined()350 bool requires_grad() const { in requires_grad()353 at::Device device() const { in device()358 int ndimension() const { in ndimension()362 at::IntArrayRef sizes() const { in sizes()366 at::IntArrayRef strides() const { in strides()[all …]