Home
last modified time | relevance | path

Searched refs:hits (Results 1 – 9 of 9) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_0/
Dhashtable_lookup_quant8.mod.py33 hits = Output("hits", "TENSOR_QUANT8_ASYMM", "{%d}, 1.f, 0" % (lookups)) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
47 hits:
Dhashtable_lookup_float.mod.py33 hits = Output("hits", "TENSOR_QUANT8_ASYMM", "{%d}, 1.f, 0" % (lookups)) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
47 hits:
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dhashtable_lookup_float_relaxed.mod.py33 hits = Output("hits", "TENSOR_QUANT8_ASYMM", "{%d}, 1.f, 0" % (lookups)) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
48 hits:
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java179 int hits, int misses, int cachesize) { in DbStats() argument
184 this.cache = hits + "/" + misses + "/" + cachesize; in DbStats()
/frameworks/native/opengl/libagl/
Darray.cpp402 uint32_t hits = total - misses; in dump_stats() local
416 total, hits, misses, (hits*100)/total, in dump_stats()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp2533 ANeuralNetworksOperandType hits = lookup; in hashtableLookupTest() local
2534 hits.type = ANEURALNETWORKS_TENSOR_QUANT8_ASYMM; in hashtableLookupTest()
2535 hits.scale = 1.0f; in hashtableLookupTest()
2538 {output, hits}); in hashtableLookupTest()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1018 RunTimeOperandInfo& hits = operands[outs[HashtableLookup::kHitsTensor]]; in executeOperation() local
1026 setInfoAndAllocateIfNeeded(&hits, hitShape, &result) && lookup.Eval(); in executeOperation()
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto342 // Statement cache stats: hits/misses/cachesize
/frameworks/ml/nn/tools/api/
Dtypes.spec1096 * hits (True) or not (False).