HomeSort by relevance Sort by last modified time
    Searched refs:ofunc (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/
basic_gpu_test.py 98 ofunc = tf_func(inx)
99 tf_out = self.evaluate(ofunc)
149 ofunc = inx / iny
150 out_func2 = math_ops.floor(ofunc)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 734 StkId ofunc = oci->func; /* caller function */
742 setobjs2s(L, ofunc + aux, nfunc + aux);
743 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */
744 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */
748 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize);
  /external/lua/src/
lvm.c 1157 StkId ofunc = oci->func; \/* caller function *\/ local
    [all...]

Completed in 176 milliseconds