Home
last modified time | relevance | path

Searched defs:IdentityOp (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Didentity_op.cc22 class IdentityOp : public XlaOpKernel { class
24 explicit IdentityOp(OpKernelConstruction* context) : XlaOpKernel(context) {} in IdentityOp() function in tensorflow::__anonb0a82ca70111::IdentityOp
/external/tensorflow/tensorflow/core/kernels/
Didentity_op.h25 explicit IdentityOp(OpKernelConstruction* context) : OpKernel(context) {} in IdentityOp() function
Ddynamic_partition_op_gpu.cu.cc113 struct IdentityOp { struct
114 __device__ int32 __forceinline__ operator()(const int32& a) const { in operator ()()