Home
last modified time | relevance | path

Searched refs:ShapeNOp (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dshape_ops.cc116 ShapeNOp<int32>);
121 ShapeNOp<int64>);
130 ShapeNOp<int32>); \
136 ShapeNOp<int64>)
151 ShapeNOp<int32>);
158 ShapeNOp<int64>);
168 ShapeNOp<int32>); \
174 ShapeNOp<int64>)
186 ShapeNOp<int32>);
193 ShapeNOp<int64>);
Dshape_ops.h67 class ShapeNOp : public OpKernel {
69 explicit ShapeNOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in ShapeNOp() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_op.cc51 class ShapeNOp : public XlaOpKernel { class
53 explicit ShapeNOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ShapeNOp() function in tensorflow::__anon812f91ee0111::ShapeNOp
71 REGISTER_XLA_OP(Name("ShapeN").CompilationOnly().IsMetadataOp(), ShapeNOp);
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_ops.h150 ShapeNOp<int32>); \
156 ShapeNOp<int64>); \