Home
last modified time | relevance | path

Searched defs:ConvOp (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dlazy_op_runner.h117 struct ConvOp { struct
140 struct FusedConvOp { argument
/external/pytorch/test/inductor/
Dtest_binary_folding.py38 class ConvOp(nn.Module): class
164 class ConvOp(nn.Module): class
Dtest_efficient_conv_bn_eval.py29 class ConvOp(nn.Module): class
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconv_ops.cc43 class ConvOp : public XlaOpKernel { class
45 explicit ConvOp(OpKernelConstruction* ctx, int num_spatial_dims, in ConvOp() function in tensorflow::__anon96cce0f30111::ConvOp
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/GISel/
DPPCInstructionSelector.cpp192 unsigned ConvOp = IsSingle ? (IsSigned ? PPC::XSCVSXDSP : PPC::XSCVUXDSP) in selectIntToFP() local
221 unsigned ConvOp = IsSigned ? PPC::XSCVDPSXDS : PPC::XSCVDPUXDS; in selectFPToInt() local
/external/pytorch/test/jit/
Dtest_freezing.py2201 class ConvOp(torch.nn.Module): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2575 SDValue ConvOp = WideRes; in tryEXTEND() local
DPPCISelLowering.cpp7955 unsigned ConvOp = Signed ? (SinglePrec ? PPCISD::FCFIDS : PPCISD::FCFID) : in LowerINT_TO_FPDirectMove() local
13357 unsigned ConvOp = Signed ? in combineFPToIntToFP() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2833 SDValue ConvOp = WideRes; in tryEXTEND() local
DPPCISelLowering.cpp14629 unsigned ConvOp = Signed ? in combineFPToIntToFP() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6594 unsigned ConvOp = Signed ? (SinglePrec ? PPCISD::FCFIDS : PPCISD::FCFID) : in LowerINT_TO_FPDirectMove() local