Searched refs:hits (Results 1 – 9 of 9) sorted by relevance
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | hashtable_lookup_quant8.mod.py | 33 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:
|
D | hashtable_lookup_float.mod.py | 33 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/ |
D | hashtable_lookup_float_relaxed.mod.py | 33 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/ |
D | SQLiteDebug.java | 179 int hits, int misses, int cachesize) { in DbStats() argument 184 this.cache = hits + "/" + misses + "/" + cachesize; in DbStats()
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 402 uint32_t hits = total - misses; in dump_stats() local 416 total, hits, misses, (hits*100)/total, in dump_stats()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 2533 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/ |
D | CpuExecutor.cpp | 1018 RunTimeOperandInfo& hits = operands[outs[HashtableLookup::kHitsTensor]]; in executeOperation() local 1026 setInfoAndAllocateIfNeeded(&hits, hitShape, &result) && lookup.Eval(); in executeOperation()
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 342 // Statement cache stats: hits/misses/cachesize
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 1096 * hits (True) or not (False).
|