Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Done_hot_op.cc26 class OneHotOp : public XlaOpKernel { class
28 explicit OneHotOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in OneHotOp() function in tensorflow::__anonc3bfa5090111::OneHotOp
/external/tensorflow/tensorflow/core/kernels/
Done_hot_op.cc44 class OneHotOp : public OpKernel { class
46 explicit OneHotOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in OneHotOp() function in tensorflow::OneHotOp