Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dpy_func.cc314 class PyFuncOp : public OpKernel { class
316 explicit PyFuncOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in PyFuncOp() function in tensorflow::PyFuncOp