Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Dmath.h41 static inline uint64_t AddMod(uint64_t a, uint64_t b, uint64_t z) { in AddMod() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_nnapi.py623 class AddMod(torch.nn.Module): class
/aosp_15_r20/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp733 enum class MRICommand { AddLib, AddMod, Create, Save, End, Invalid }; in runMRIScript() enumerator