Home
last modified time | relevance | path

Searched refs:ofunc (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dbasic_gpu_test.py98 ofunc = tf_func(inx)
99 tf_out = self.evaluate(ofunc)
149 ofunc = inx / iny
150 out_func2 = math_ops.floor(ofunc)
/external/lua/src/
Dlvm.c1157 StkId ofunc = oci->func; /* caller function */ in luaV_execute() local
1165 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute()
1166 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()
1167 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()
1171 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()