Home
last modified time | relevance | path

Searched refs:ComplexTypePtr (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/aten/src/ATen/core/
Dtype.cpp187 ComplexTypePtr ComplexType::get() { in get()
188 static ComplexTypePtr value(new ComplexType()); in get()
Djit_type.h1314 using ComplexTypePtr = SingletonTypePtr<ComplexType>; variable
1329 static ComplexTypePtr get();
/external/pytorch/torch/csrc/jit/python/
Dpython_ir.cpp999 py::class_<ComplexType, Type, ComplexTypePtr>(m, "ComplexType") in initPythonIRBindings()