/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | hashtable_lookup_quant8.mod.py | 17 lookups = 4 variable 29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % (lookups)) 32 output = Output("output", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (lookups, features)) 33 hits = Output("hits", "TENSOR_QUANT8_ASYMM", "{%d}, 1.f, 0" % (lookups))
|
D | hashtable_lookup_float.mod.py | 17 lookups = 4 variable 29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups) 32 output = Output("output", "TENSOR_FLOAT32", "{%d, %d}" % (lookups, features)) 33 hits = Output("hits", "TENSOR_QUANT8_ASYMM", "{%d}, 1.f, 0" % (lookups))
|
D | embedding_lookup.mod.py | 17 lookups = 3 variable 29 index = Input("index", "TENSOR_INT32", "{%d}"%lookups) 31 output = Output("output", "TENSOR_FLOAT32", "{%d, %d, %d}" % (lookups, columns, features))
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | hashtable_lookup_float_relaxed.mod.py | 17 lookups = 4 variable 29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups) 32 output = Output("output", "TENSOR_FLOAT32", "{%d, %d}" % (lookups, features)) 33 hits = Output("hits", "TENSOR_QUANT8_ASYMM", "{%d}, 1.f, 0" % (lookups))
|
D | embedding_lookup_relaxed.mod.py | 17 lookups = 3 variable 29 index = Input("index", "TENSOR_INT32", "{%d}"%lookups) 31 output = Output("output", "TENSOR_FLOAT32", "{%d, %d, %d}" % (lookups, columns, features))
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | embedding_lookup_v1_3.mod.py | 17 lookups = 3 variable 29 index = Input("index", "TENSOR_INT32", "{%d}" % lookups) 33 "{%d, %d, %d}" % (lookups, columns, features))
|
D | embedding_lookup_quant8_signed.mod.py | 17 lookups = 3 variable 29 index = Input("index", "TENSOR_INT32", "{%d}" % lookups) 33 "{%d, %d, %d}" % (lookups, columns, features))
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | embedding_lookup_v1_2.mod.py | 17 lookups = 3 variable 29 index = Input("index", "TENSOR_INT32", "{%d}" % lookups) 33 "{%d, %d, %d}" % (lookups, columns, features))
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 467 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in embeddingLookupPrepare() local 470 outputShape->dimensions = {lookups, columns}; in embeddingLookupPrepare() 486 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in hashtableLookupPrepare() local 488 outputShape->dimensions = {lookups}; in hashtableLookupPrepare() 496 hitShape->dimensions = {lookups}; in hashtableLookupPrepare()
|
D | CpuExecutor.cpp | 1000 const RunTimeOperandInfo& lookups = operands[ins[EmbeddingLookup::kLookupTensor]]; in executeOperation() local 1006 success = embeddingLookupPrepare(values.shape(), lookups.shape(), &outputShape) && in executeOperation() 1013 const RunTimeOperandInfo& lookups = operands[ins[HashtableLookup::kLookupTensor]]; in executeOperation() local 1023 success = hashtableLookupPrepare(lookups.shape(), keys.shape(), values.shape(), in executeOperation()
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 188 // The time it took for successful DNS lookups to complete. 224 // The id of the network on which the DNS lookups took place. 228 // The types of the DNS lookups, as defined in android.net.metrics.DnsEvent. 232 // The return values of the DNS resolver for each DNS lookups. 242 // The type of the DNS lookups, as defined in android.net.metrics.DnsEvent. 247 // The return value of the DNS resolver for the DNS lookups. 583 // A batch of DNS lookups.
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 63 ranges and is limited to 256. The second is more general, but lookups will be slower.
|
/frameworks/base/core/proto/android/stats/dnsresolver/ |
D | dns_resolver.proto | 27 // The return value of the DNS resolver for each DNS lookups.
|