Searched defs:TypeTrace (Results 1 – 2 of 2) sorted by relevance
364 pub struct TypeTrace<'tcx> { struct375 Subtype(Box<TypeTrace<'tcx>>), argument1814 impl<'tcx> TypeTrace<'tcx> { implementation
913 TypeTrace::TypeTrace(PyObject *pObj, TracePtr pOrigin) : Trace(pObj, pOrigin) { in TypeTrace() function in mindspore::pijit::TypeTrace