Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_unary/generic/neon/
H A Dimpl.cpp79 void elementwise_op(const ITensor *in, ITensor *out, const Window &window, ElementWiseUnary op) in elementwise_op() function
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dmkldnn_fusion.py189 def _combined_fusion(computation_call, elementwise_op): argument
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/
H A Dimpl.h84 void elementwise_op(const ITensor *in1, const ITensor *in2, ITensor *out, const Window &window, in elementwise_op() function