Searched refs:ConvOp (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | conv_ops.cc | 42 class ConvOp : public XlaOpKernel { class 44 explicit ConvOp(OpKernelConstruction* ctx, int num_spatial_dims, in ConvOp() function in tensorflow::__anon7c19f5bd0111::ConvOp 64 TF_DISALLOW_COPY_AND_ASSIGN(ConvOp); 67 class Conv2DOp : public ConvOp { 70 : ConvOp(ctx, /*num_spatial_dims=*/2, /*depthwise=*/false) {} in Conv2DOp() 74 class Conv3DOp : public ConvOp { 77 : ConvOp(ctx, /*num_spatial_dims=*/3, /*depthwise=*/false) {} in Conv3DOp() 81 class DepthwiseConv2DOp : public ConvOp { 84 : ConvOp(ctx, /*num_spatial_dims=*/2, /*depthwise=*/true) {} in DepthwiseConv2DOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2404 SDValue ConvOp = WideRes; in tryEXTEND() local 2406 ConvOp = addExtOrTrunc(WideRes, Input32Bit ? ExtOrTruncConversion::Ext : in tryEXTEND() 2408 return ConvOp.getNode(); in tryEXTEND()
|
D | PPCISelLowering.cpp | 7215 unsigned ConvOp = Signed ? (SinglePrec ? PPCISD::FCFIDS : PPCISD::FCFID) : in LowerINT_TO_FPDirectMove() local 7221 FP = DAG.getNode(ConvOp, dl, SinglePrec ? MVT::f32 : MVT::f64, FP); in LowerINT_TO_FPDirectMove() 7225 FP = DAG.getNode(ConvOp, dl, SinglePrec ? MVT::f32 : MVT::f64, FP); in LowerINT_TO_FPDirectMove() 12179 unsigned ConvOp = Signed ? in combineFPToIntToFP() local 12195 return DAG.getNode(ConvOp, dl, DstDouble ? MVT::f64 : MVT::f32, Ext); in combineFPToIntToFP() 12197 return DAG.getNode(ConvOp, dl, DstDouble ? MVT::f64 : MVT::f32, Ld); in combineFPToIntToFP()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6594 unsigned ConvOp = Signed ? (SinglePrec ? PPCISD::FCFIDS : PPCISD::FCFID) : in LowerINT_TO_FPDirectMove() local 6600 FP = DAG.getNode(ConvOp, dl, SinglePrec ? MVT::f32 : MVT::f64, FP); in LowerINT_TO_FPDirectMove() 6604 FP = DAG.getNode(ConvOp, dl, SinglePrec ? MVT::f32 : MVT::f64, FP); in LowerINT_TO_FPDirectMove()
|