Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Didentity_op.cc24 class IdentityOp : public XlaOpKernel { class
26 explicit IdentityOp(OpKernelConstruction* context) : XlaOpKernel(context) {} in IdentityOp() function in tensorflow::__anonca0cad630111::IdentityOp
/external/tensorflow/tensorflow/core/kernels/
Didentity_op.h25 explicit IdentityOp(OpKernelConstruction* context) : OpKernel(context) {} in IdentityOp() function
Ddynamic_partition_op_gpu.cu.cc108 struct IdentityOp { struct
109 __device__ int32 __forceinline__ operator()(const int32& a) const { in operator ()()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dattribute_utils.h76 class IdentityOp; variable
/external/tensorflow/tensorflow/c/eager/
Dc_api_test_util.cc280 TFE_Op* IdentityOp(TFE_Context* ctx, TFE_TensorHandle* a) { in IdentityOp() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36155 APInt IdentityOp = APInt::getAllOnesValue(NumOps); in SimplifyMultipleUseDemandedBitsForTargetNode() local