Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dargument_spec.h241 struct CompleteArgumentSpec { struct
242 CompleteArgumentSpec(bool with_grad, at::ArrayRef<IValue> inputs) in CompleteArgumentSpec() function
308 size_t size() const { in size()
311 size_t hashCode() const { in hashCode()
339 CompleteArgumentInfo(const CompleteArgumentSpec& spec, const int i) in CompleteArgumentInfo() argument