Home
last modified time | relevance | path

Searched defs:FusedKernel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/
H A Dfused_kernel.h14 struct FusedKernel { struct
17 FusedKernel( in FusedKernel() argument
50 const std::string& name() const { in name()
53 const std::string& code() const { in code()
56 const std::vector<TensorDesc>& inputDesc() const { in inputDesc()
59 const std::vector<TensorDesc>& outputDesc() const { in outputDesc()
62 const std::vector<PartitionDesc>& chunkDesc() const { in chunkDesc()
65 const std::vector<PartitionDesc>& concatDesc() const { in concatDesc()
68 bool hasRandom() const { in hasRandom()
76 const std::string code_;
[all …]
/aosp_15_r20/external/gemmlowp/meta/
H A Dquantized_mul_kernels.h39 typedef FusedKernelParams<QuantizedStaticPreprocessed, RowMajor> FusedKernel; typedef
88 FusedKernel; typedef
133 FusedKernel; typedef
H A Dbase.h56 typedef FusedKernelParams<Kernel, OutputStream> FusedKernel; typedef