Home
last modified time | relevance | path

Searched refs:lookups (Results 1 – 16 of 16) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dhashtable_lookup_float.mod.py17 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))
Dhashtable_lookup_quant8.mod.py17 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))
Dembedding_lookup.mod.py17 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/
Dhashtable_lookup_float_relaxed.mod.py17 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))
Dembedding_lookup_relaxed.mod.py17 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/
Dembedding_lookup_v1_3.mod.py17 lookups = 3 variable
29 index = Input("index", "TENSOR_INT32", "{%d}" % lookups)
33 "{%d, %d, %d}" % (lookups, columns, features))
Dembedding_lookup_quant8_signed.mod.py17 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/
Dembedding_lookup_v1_2.mod.py17 lookups = 3 variable
29 index = Input("index", "TENSOR_INT32", "{%d}" % lookups)
33 "{%d, %d, %d}" % (lookups, columns, features))
/packages/modules/DnsResolver/tests/
Dgolddata.proto20 // 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/
DOperationsUtils.cpp465 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()
DCpuExecutor.cpp944 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/
DREADME.md21 - A high-level API for performing time zone ID lookups for a location using
/packages/modules/DnsResolver/
Dstats.proto28 // The return value of the DNS resolver for each DNS lookups.
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...