Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dshape_op.cc173 class ShapeNOp : public XlaOpKernel { class
175 explicit ShapeNOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ShapeNOp() function in tensorflow::__anon1f98ed1b0111::ShapeNOp
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dshape_ops.h71 explicit ShapeNOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in ShapeNOp() function