Home
last modified time | relevance | path

Searched defs:IsForward (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfft_ops.cc156 bool IsForward() const override { return Forward; } in IsForward() function in tensorflow::FFTCPU
584 bool IsForward() const override { return Forward; } in IsForward() function in tensorflow::FFTGPU
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13474 auto DistrubuteVecReduceLoad = [&](SDValue N0, SDValue N1, bool IsForward) { in TryDistrubutionADDVecReduce()