Home
last modified time | relevance | path

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

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