Searched refs:lookup (Results 1 - 25 of 68) sorted by relevance

123

/frameworks/minikin/tests/unittest/
H A DHyphenatorMapTest.cpp142 const Hyphenator* lookup(const std::string& localeStr) { function in class:minikin::__anon1306::HyphenatorMapTest
151 EXPECT_EQ(AS_HYPHENATOR, lookup("as"));
152 EXPECT_EQ(BG_HYPHENATOR, lookup("bg"));
153 EXPECT_EQ(BN_HYPHENATOR, lookup("bn"));
154 EXPECT_EQ(CU_HYPHENATOR, lookup("cu"));
155 EXPECT_EQ(CY_HYPHENATOR, lookup("cy"));
156 EXPECT_EQ(DA_HYPHENATOR, lookup("da"));
157 EXPECT_EQ(DE_1901_HYPHENATOR, lookup("de-1901"));
158 EXPECT_EQ(DE_1996_HYPHENATOR, lookup("de-1996"));
159 EXPECT_EQ(DE_CH_1901_HYPHENATOR, lookup("d
[all...]
/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Dlsh_projection.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
34 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
H A Dlsh_projection_2.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
35 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
H A Dlsh_projection_weights_as_inputs.mod.py24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output)
30 input0 = {lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
H A Dhashtable_lookup_float.mod.py29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
36 input0 = {lookup: [1234, -292, -11, 0],
H A Dhashtable_lookup_quant8.mod.py29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % (lookups)) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
36 input0 = {lookup: [123, 250, 255, 0],
/frameworks/ml/nn/runtime/test/specs/V1_1/
H A Dlsh_projection_2_relaxed.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
36 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
H A Dlsh_projection_relaxed.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
35 lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
H A Dlsh_projection_weights_as_inputs_relaxed.mod.py24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output)
31 input0 = {lookup: [12345, 54321, 67890, 9876, -12345678, -87654321],
H A Dhashtable_lookup_float_relaxed.mod.py29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups) variable
34 model = model.Operation("HASHTABLE_LOOKUP", lookup, key, value).To([output, hits])
37 input0 = {lookup: [1234, -292, -11, 0],
/frameworks/ml/nn/runtime/test/generated/models/
H A Dhashtable_lookup_float.model.cpp9 auto lookup = model->addOperand(&type0); local
15 model->addOperation(ANEURALNETWORKS_HASHTABLE_LOOKUP, {lookup, key, value}, {output, hits});
18 {lookup, key, value},
H A Dhashtable_lookup_float_relaxed.model.cpp9 auto lookup = model->addOperand(&type0); local
15 model->addOperation(ANEURALNETWORKS_HASHTABLE_LOOKUP, {lookup, key, value}, {output, hits});
18 {lookup, key, value},
H A Dhashtable_lookup_quant8.model.cpp9 auto lookup = model->addOperand(&type0); local
15 model->addOperation(ANEURALNETWORKS_HASHTABLE_LOOKUP, {lookup, key, value}, {output, hits});
18 {lookup, key, value},
H A Dlsh_projection_weights_as_inputs.model.cpp10 auto lookup = model->addOperand(&type1); local
17 model->addOperation(ANEURALNETWORKS_LSH_PROJECTION, {hash, lookup, weight, type_param}, {output});
20 {hash, lookup, weight},
H A Dlsh_projection_weights_as_inputs_relaxed.model.cpp10 auto lookup = model->addOperand(&type1); local
17 model->addOperation(ANEURALNETWORKS_LSH_PROJECTION, {hash, lookup, weight, type_param}, {output});
20 {hash, lookup, weight},
H A Dlsh_projection.model.cpp10 auto lookup = model->addOperand(&type1); local
19 model->addOperation(ANEURALNETWORKS_LSH_PROJECTION, {hash, lookup, weight, type_param}, {output});
22 {lookup, weight},
H A Dlsh_projection_2.model.cpp10 auto lookup = model->addOperand(&type1); local
19 model->addOperation(ANEURALNETWORKS_LSH_PROJECTION, {hash, lookup, weight, type_param}, {output});
22 {lookup, weight},
H A Dlsh_projection_2_relaxed.model.cpp10 auto lookup = model->addOperand(&type1); local
19 model->addOperation(ANEURALNETWORKS_LSH_PROJECTION, {hash, lookup, weight, type_param}, {output});
22 {lookup, weight},
H A Dlsh_projection_relaxed.model.cpp10 auto lookup = model->addOperand(&type1); local
19 model->addOperation(ANEURALNETWORKS_LSH_PROJECTION, {hash, lookup, weight, type_param}, {output});
22 {lookup, weight},
/frameworks/base/tools/aapt/
H A DResourceIdCache.h15 static uint32_t lookup(const String16& package,
/frameworks/av/include/mediadrm/
H A DSharedLibrary.h31 void *lookup(const char *symbol) const;
/frameworks/av/media/libmedia/include/media/
H A DSharedLibrary.h31 void *lookup(const char *symbol) const;
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/content/
H A DContextTest.kt34 var lookup: Class<*>? = null
37 lookup = serviceClass
46 assertEquals(Unit::class.java, lookup)
/frameworks/av/include/media/stagefright/foundation/
H A DALookup.h30 bool lookup(const T& from, U *to) const;
34 inline bool map(const T& from, V *to) const { return lookup(from, to); }
49 bool ALookup<T, U>::lookup(const T& from, U *to) const { function in class:android::ALookup
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DALookup.h30 bool lookup(const T& from, U *to) const;
34 inline bool map(const T& from, V *to) const { return lookup(from, to); }
49 bool ALookup<T, U>::lookup(const T& from, U *to) const { function in class:android::ALookup

Completed in 480 milliseconds

123