Home
last modified time | relevance | path

Searched refs: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
76 TF_DISALLOW_COPY_AND_ASSIGN(OneHotOp);
79 REGISTER_XLA_OP(Name("OneHot").CompileTimeConstantInput("depth"), 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
125 TF_DISALLOW_COPY_AND_ASSIGN(OneHotOp);
134 OneHotOp<CPUDevice, type, index_type>);
178 OneHotOp<GPUDevice, type, index_type>);