Home
last modified time | relevance | path

Searched defs:Compute (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dnodes_x86.h142 template <typename T> static T Compute(T x, T y) { return ~x & y; } in Compute() function
/aosp12/build/make/tools/releasetools/
H A Dota_utils.py439 def Compute(self, input_zip): member in PropertyFiles
H A Dblockimgdiff.py333 def Compute(self, prefix): member in BlockImageDiff
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestIntrospectionControl.cpp810 enum class Compute { ASYNC, SYNC, BURST, FENCED }; enum
H A DTestValidation.cpp2239 TEST_F(ValidationTestExecution, Compute) { in TEST_F() argument