Home
last modified time | relevance | path

Searched defs:CompleteArgumentInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dargument_spec.h338 struct CompleteArgumentInfo { struct
339 CompleteArgumentInfo(const CompleteArgumentSpec& spec, const int i) in CompleteArgumentInfo() function
341 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 …]