Home
last modified time | relevance | path

Searched defs:IdentityOp (Results 1 – 4 of 4) 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::__anonf9fce7290111::IdentityOp
/external/tensorflow/tensorflow/core/kernels/
Didentity_op.h25 explicit IdentityOp(OpKernelConstruction* context) : OpKernel(context) {} in IdentityOp() function
Ddynamic_partition_op_gpu.cu.cc123 struct IdentityOp { struct
124 __device__ int32 __forceinline__ operator()(const int32& a) const { in operator ()()
/external/tensorflow/tensorflow/c/eager/
Dc_api_test_util.cc149 TFE_Op* IdentityOp(TFE_Context* ctx, TFE_TensorHandle* a) { in IdentityOp() function