Home
last modified time | relevance | path

Searched refs:ShapeOp (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dshape_ops.cc29 ShapeOp<int32>);
34 ShapeOp<int64>);
43 ShapeOp<int32>); \
49 ShapeOp<int64>);
61 ShapeOp<int32>);
68 ShapeOp<int64>);
78 ShapeOp<int32>); \
84 ShapeOp<int64>);
100 ShapeOp<int32>);
107 ShapeOp<int64>);
Dshape_ops.h40 class ShapeOp : public OpKernel {
42 explicit ShapeOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in ShapeOp() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_op.cc32 class ShapeOp : public XlaOpKernel { class
34 explicit ShapeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ShapeOp() function in tensorflow::__anon812f91ee0111::ShapeOp
49 REGISTER_XLA_OP(Name("Shape").CompilationOnly().IsMetadataOp(), ShapeOp);
/external/tensorflow/tensorflow/c/eager/
Dc_api_test_util.h47 TFE_Op* ShapeOp(TFE_Context* ctx, TFE_TensorHandle* a);
Dc_api_test_util.cc131 TFE_Op* ShapeOp(TFE_Context* ctx, TFE_TensorHandle* a) { in ShapeOp() function
Dc_api_test.cc842 TFE_Op* shape_op = ShapeOp(ctx, hgpu); in TEST()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_ops.h138 ShapeOp<int32>); \
144 ShapeOp<int64>); \