Searched defs:lookup (Results 1 - 25 of 38) sorted by last modified time

12

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DSparseArrayObjectAdapter.java123 public Object lookup(int key) { method in class:SparseArrayObjectAdapter
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/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.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},
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},
/frameworks/ml/nn/runtime/test/specs/V1_0/
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],
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],
/frameworks/ml/nn/runtime/test/specs/V1_1/
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],
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],
/frameworks/minikin/libs/minikin/
H A DHyphenatorMap.h48 // The Hyphenator lookup works with the following rules:
55 static const Hyphenator* lookup(const Locale& locale) { function in class:minikin::HyphenatorMap
/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/
H A DTestValidateOperations.cpp801 ANeuralNetworksOperandType lookup = {.type = ANEURALNETWORKS_TENSOR_INT32, local
819 {lookup, input}, {output});
837 ANeuralNetworksOperandType lookup = {.type = ANEURALNETWORKS_TENSOR_INT32, local
842 ANeuralNetworksOperandType keys = lookup;
855 ANeuralNetworksOperandType hits = lookup;
860 {lookup, keys, values}, {output, hits});
/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. ...
/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp58 uint32_t ResourceIdCache::lookup(const android::String16& package, function in class:android::ResourceIdCache

Completed in 4007 milliseconds

12