Home
last modified time | relevance | path

Searched defs:lookup (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/ml/nn/runtime/test/generated/models/
Dlsh_projection_float16.model.cpp11 auto lookup = model->addOperand(&type1); in CreateModel() local
41 auto lookup = model->addOperand(&type1); in CreateModel_float16() local
71 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
101 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape_float16() local
Dhashtable_lookup_quant8.model.cpp10 auto lookup = model->addOperand(&type0); in CreateModel() local
36 auto lookup = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
Dhashtable_lookup_float.model.cpp10 auto lookup = model->addOperand(&type0); in CreateModel() local
36 auto lookup = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
Dhashtable_lookup_float_relaxed.model.cpp10 auto lookup = model->addOperand(&type0); in CreateModel() local
38 auto lookup = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
Dlsh_projection_weights_as_inputs_relaxed.model.cpp11 auto lookup = model->addOperand(&type1); in CreateModel() local
41 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dlsh_projection_weights_as_inputs.model.cpp11 auto lookup = model->addOperand(&type1); in CreateModel() local
39 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dlsh_projection_deprecated.model.cpp11 auto lookup = model->addOperand(&type1); in CreateModel() local
43 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dlsh_projection_4_relaxed.model.cpp11 auto lookup = model->addOperand(&type1); in CreateModel() local
43 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dlsh_projection_2_relaxed.model.cpp11 auto lookup = model->addOperand(&type1); in CreateModel() local
43 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dlsh_projection_2.model.cpp11 auto lookup = model->addOperand(&type1); in CreateModel() local
41 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dlsh_projection.model.cpp11 auto lookup = model->addOperand(&type1); in CreateModel() local
41 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dlsh_projection_3_relaxed.model.cpp11 auto lookup = model->addOperand(&type1); in CreateModel() local
43 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dlsh_projection_relaxed.model.cpp11 auto lookup = model->addOperand(&type1); in CreateModel() local
43 auto lookup = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
/frameworks/base/core/java/android/provider/
DContactsInternal.java51 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*", CONTACTS_URI_LOOKUP); in matcher.addURI()
52 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*/#", CONTACTS_URI_LOOKUP_ID); in matcher.addURI()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstringpiece.cc170 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_of() local
187 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_not_of() local
215 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_of() local
236 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_not_of() local
/frameworks/av/drm/libmediadrm/
DSharedLibrary.cpp42 void *SharedLibrary::lookup(const char *symbol) const { in lookup() function in android::SharedLibrary
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dlsh_projection_float16.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_3_relaxed.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_deprecated.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dlsh_projection_weights_as_inputs.mod.py24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_2.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dlsh_projection_2_relaxed.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_relaxed.mod.py25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable
Dlsh_projection_weights_as_inputs_relaxed.mod.py24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) variable

123