Searched refs:hits (Results 1 - 11 of 11) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
H A Dhashtable_lookup_float.model.cpp13 auto hits = model->addOperand(&type4); local
15 model->addOperation(ANEURALNETWORKS_HASHTABLE_LOOKUP, {lookup, key, value}, {output, hits});
19 {output, hits});
H A Dhashtable_lookup_float_relaxed.model.cpp13 auto hits = model->addOperand(&type4); local
15 model->addOperation(ANEURALNETWORKS_HASHTABLE_LOOKUP, {lookup, key, value}, {output, hits});
19 {output, hits});
H A Dhashtable_lookup_quant8.model.cpp13 auto hits = model->addOperand(&type4); local
15 model->addOperation(ANEURALNETWORKS_HASHTABLE_LOOKUP, {lookup, key, value}, {output, hits});
19 {output, hits});
/frameworks/ml/nn/runtime/test/specs/V1_0/
H A 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:
H A 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:
/frameworks/ml/nn/runtime/test/specs/V1_1/
H A 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/
H A DSQLiteDebug.java136 /** statement cache stats: hits/misses/cachesize */
140 int hits, int misses, int cachesize) {
145 this.cache = hits + "/" + misses + "/" + cachesize;
139 DbStats(String dbName, long pageCount, long pageSize, int lookaside, int hits, int misses, int cachesize) argument
/frameworks/ml/nn/runtime/test/
H A DTestValidateOperations.cpp855 ANeuralNetworksOperandType hits = lookup; local
856 hits.type = ANEURALNETWORKS_TENSOR_QUANT8_ASYMM;
857 hits.scale = 1.0f;
860 {lookup, keys, values}, {output, hits});
/frameworks/native/opengl/libagl/
H A Darray.cpp402 uint32_t hits = total - misses; local
414 printf( "total=%5u, hits=%5u, miss=%5u, hitrate=%3u%%,"
416 total, hits, misses, (hits*100)/total,
/frameworks/ml/nn/common/
H A DCpuExecutor.cpp1233 RunTimeOperandInfo &hits = local
1242 setInfoAndAllocateIfNeeded(&hits, hitShape) &&
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 252 milliseconds