Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/kernels/
Dbitcast_op.cc43 typedef struct BitcastOp { struct
48 } BitcastOp; argument
51 auto* kernel = new BitcastOp; in BitcastOp_Create()
86 delete static_cast<BitcastOp*>(kernel); in BitcastOp_Delete()
90 auto* k = static_cast<BitcastOp*>(kernel); in BitcastOp_Compute()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcast_op.cc100 class BitcastOp : public XlaOpKernel { class
102 explicit BitcastOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in BitcastOp() function in tensorflow::__anon6709dca80111::BitcastOp
139 TF_DISALLOW_COPY_AND_ASSIGN(BitcastOp);
142 REGISTER_XLA_OP(Name("Bitcast"), BitcastOp);
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3411 SDValue BitcastOp = Op->getOperand(0); in isFloatingPointZero() local
3412 if (BitcastOp->getOpcode() == ARMISD::VMOVIMM && in isFloatingPointZero()
3413 isNullConstant(BitcastOp->getOperand(0))) in isFloatingPointZero()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3838 SDValue BitcastOp = Op->getOperand(0); in isFloatingPointZero() local
3839 if (BitcastOp->getOpcode() == ARMISD::VMOVIMM && in isFloatingPointZero()
3840 isNullConstant(BitcastOp->getOperand(0))) in isFloatingPointZero()