Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconstant_op.cc323 class OnesLikeOp : public OpKernel { class
325 explicit OnesLikeOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in OnesLikeOp() function in tensorflow::OnesLikeOp
340 OnesLikeOp<dev##Device, type>)
353 OnesLikeOp<CPUDevice, int32>);
369 OnesLikeOp<CPUDevice, int32>);
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_op.cc235 class OnesLikeOp : public XlaOpKernel { class
237 explicit OnesLikeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in OnesLikeOp() function in tensorflow::__anon812f91ee0111::OnesLikeOp
247 REGISTER_XLA_OP(Name("OnesLike"), OnesLikeOp);