Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/mobile/
Dinterpreter.cpp29 auto userObj = c10::ivalue::Object::create( in createObject() local
214 auto userObj = pop(stack).toObject(); in run() local
221 auto userObj = pop(stack).toObject(); in run() local
/external/pytorch/torch/csrc/jit/runtime/
Dvararg_functions.cpp372 auto userObj = c10::ivalue::Object::create( in createObject() local
376 auto userObj = c10::ivalue::Object::create( in createObject() local
Dinterpreter.cpp397 const auto& userObj = stack.back().toObjectRef(); in runTemplate() local
404 auto& userObj = stack.back().toObjectRef(); in runTemplate() local
/external/python/cpython3/Modules/
D_lsprof.c31 PyObject *userObj; /* PyCodeObject, or a descriptive str for builtins */ member
209 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()
351 ptrace_enter_call(PyObject *self, void *key, PyObject *userObj) in ptrace_enter_call()
/external/pytorch/torch/csrc/jit/python/
Dpybind_utils.cpp411 auto userObj = c10::ivalue::Object::create( in toIValue() local