Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.h621 struct TORCH_API LegacyTensorConstructor : public SpecialFormValue { struct
622 LegacyTensorConstructor(Symbol form, at::ScalarType dtype, at::Device device) in LegacyTensorConstructor() function
625 static std::shared_ptr<LegacyTensorConstructor> create( in create() argument
631 at::ScalarType dtype() const { in dtype()
637 at::ScalarType dtype_;