/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
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 | 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 | 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))
|
/packages/modules/NeuralNetworks/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))
|
/packages/modules/NeuralNetworks/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))
|
/packages/modules/NeuralNetworks/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))
|
/packages/modules/DnsResolver/tests/ |
D | golddata.proto | 20 // Used to indicate which call is invoked to send DNS lookups. 121 // The return value of the DNS resolver for each DNS lookups. 169 // The call is used to send DNS lookups. 180 // The result is expected in DNS lookups.
|
/packages/modules/NeuralNetworks/common/ |
D | OperationsUtils.cpp | 465 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in embeddingLookupPrepare() local 468 outputShape->dimensions = {lookups, columns}; in embeddingLookupPrepare() 484 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in hashtableLookupPrepare() local 486 outputShape->dimensions = {lookups}; in hashtableLookupPrepare() 494 hitShape->dimensions = {lookups}; in hashtableLookupPrepare()
|
D | CpuExecutor.cpp | 944 const RunTimeOperandInfo& lookups = operands[ins[EmbeddingLookup::kLookupTensor]]; in executeOperation() local 950 success = embeddingLookupPrepare(values.shape(), lookups.shape(), &outputShape) && in executeOperation() 957 const RunTimeOperandInfo& lookups = operands[ins[HashtableLookup::kLookupTensor]]; in executeOperation() local 967 success = hashtableLookupPrepare(lookups.shape(), keys.shape(), values.shape(), in executeOperation()
|
/packages/modules/GeoTZ/ |
D | README.md | 21 - A high-level API for performing time zone ID lookups for a location using
|
/packages/modules/DnsResolver/ |
D | stats.proto | 28 // The return value of the DNS resolver for each DNS lookups.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |