Home
last modified time | relevance | path

Searched refs:mobile (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/external/libtextclassifier/native/lang_id/
Dlang-id-wrapper.cc28 std::unique_ptr<libtextclassifier3::mobile::lang_id::LangId> LoadFromPath( in LoadFromPath()
30 std::unique_ptr<libtextclassifier3::mobile::lang_id::LangId> langid_model = in LoadFromPath()
31 libtextclassifier3::mobile::lang_id::GetLangIdFromFlatbufferFile(langid_model_path); in LoadFromPath()
35 std::unique_ptr<libtextclassifier3::mobile::lang_id::LangId> LoadFromDescriptor( in LoadFromDescriptor()
37 std::unique_ptr<libtextclassifier3::mobile::lang_id::LangId> langid_model = in LoadFromDescriptor()
38 libtextclassifier3::mobile::lang_id::GetLangIdFromFlatbufferFileDescriptor( in LoadFromDescriptor()
43 std::unique_ptr<libtextclassifier3::mobile::lang_id::LangId> LoadFromUnownedBuffer( in LoadFromUnownedBuffer()
45 std::unique_ptr<libtextclassifier3::mobile::lang_id::LangId> langid_model = in LoadFromUnownedBuffer()
46 libtextclassifier3::mobile::lang_id::GetLangIdFromFlatbufferBytes(buffer, size); in LoadFromUnownedBuffer()
51 const libtextclassifier3::mobile::lang_id::LangId* model, const std::string& text) { in GetPredictions()
[all …]
Dlang-id-wrapper.h31 std::unique_ptr<libtextclassifier3::mobile::lang_id::LangId> LoadFromPath(
35 std::unique_ptr<libtextclassifier3::mobile::lang_id::LangId> LoadFromDescriptor(
40 std::unique_ptr<libtextclassifier3::mobile::lang_id::LangId> LoadFromUnownedBuffer(
47 const libtextclassifier3::mobile::lang_id::LangId* model, const std::string& text);
51 const libtextclassifier3::mobile::lang_id::LangId* model, const char* text,
56 std::string GetLanguageTags(const libtextclassifier3::mobile::lang_id::LangId* model,
Dlang-id.cc47 namespace mobile { namespace
201 libtextclassifier3::mobile::ApproxScriptDetector::RegisterClass(); in RegisterClasses()
202 libtextclassifier3::mobile::lang_id::ContinuousBagOfNgramsFunction::RegisterClass(); in RegisterClasses()
203 libtextclassifier3::mobile::lang_id::TinyScriptDetector::RegisterClass(); in RegisterClasses()
204 libtextclassifier3::mobile::lang_id::RelevantScriptFeature::RegisterClass(); in RegisterClasses()
Dlang-id_jni.cc34 using libtextclassifier3::mobile::lang_id::GetLangIdFromFlatbufferFile;
35 using libtextclassifier3::mobile::lang_id::GetLangIdFromFlatbufferFileDescriptor;
36 using libtextclassifier3::mobile::lang_id::LangId;
37 using libtextclassifier3::mobile::lang_id::LangIdResult;
/external/libtextclassifier/native/lang_id/common/flatbuffers/
Dmodel-utils.cc35 const mobile::uint32 expected_crc32 = model.crc32(); in ClearlyFailsChecksum()
36 const mobile::uint32 actual_crc32 = ComputeCrc2Checksum(&model); in ClearlyFailsChecksum()
90 mobile::StringPiece GetInputBytes(const ModelInput *input) { in GetInputBytes()
93 return mobile::StringPiece(nullptr, 0); in GetInputBytes()
98 return mobile::StringPiece(nullptr, 0); in GetInputBytes()
100 return mobile::StringPiece(reinterpret_cast<const char *>(input_data->data()), in GetInputBytes()
104 bool FillParameters(const Model &model, mobile::TaskContext *context) { in FillParameters()
147 void UpdateCrc(mobile::Crc32 *crc, const flatbuffers::Vector<T> *s, in UpdateCrc()
148 mobile::StringPiece info) { in UpdateCrc()
161 mobile::uint32 ComputeCrc2Checksum(const Model *model) { in ComputeCrc2Checksum()
[all …]
Dmodel-utils.h42 inline const Model *GetVerifiedModelFromBytes(mobile::StringPiece bytes) { in GetVerifiedModelFromBytes()
53 mobile::StringPiece GetInputBytes(const ModelInput *input);
59 bool FillParameters(const Model &model, mobile::TaskContext *context);
67 mobile::uint32 ComputeCrc2Checksum(const Model *model);
/external/libtextclassifier/native/lang_id/common/lite_base/
Dcompact-logging.h28 namespace mobile {
111 ::libtextclassifier3::mobile::internal_logging::LogMessage( \
112 ::libtextclassifier3::mobile::internal_logging::severity, __FILE__, __LINE__) \
132 ::libtextclassifier3::mobile::internal_logging::NullStream().stream()
170 ::libtextclassifier3::mobile::internal_logging::LogMessage( \
171 ::libtextclassifier3::mobile::internal_logging::INFO, __FILE__, __LINE__) \
Dcompact-logging-raw.cc31 namespace mobile { namespace
72 namespace mobile { namespace
/external/bazelbuild-rules_android/rules/flags/
Dflag_defs.bzl35 description = "Number of dex shards to use for mobile-install.",
41 description = "Whether to use custom dex shard value for mobile-install.",
47 description = "Enable mobile-install v3.",
60 description = "Opt-in to mobile-install dogfood track.",
/external/lottie/
DMETADATA2mobile library for Android and iOS that parses Adobe After Effects animations exported as json wit…
/external/libtextclassifier/native/lang_id/common/
Dregistry.h138 namespace mobile {
295 const char ::libtextclassifier3::mobile::RegisterableClass<base_class>::kRegistryName[]
301 ::libtextclassifier3::mobile::RegisterableClass<base_class>::kRegistryName[] \
Dembedding-network-params.h94 const ::libtextclassifier3::mobile::float16 *quant_scales = nullptr;
182 mobile::TaskContext *task_context) = 0;
216 virtual const ::libtextclassifier3::mobile::float16 *embeddings_quant_scales( in embeddings_quant_scales()
/external/libtextclassifier/native/annotator/translate/
Dtranslate.h33 const libtextclassifier3::mobile::lang_id::LangId* langid_model, in TranslateAnnotator()
75 const libtextclassifier3::mobile::lang_id::LangId* langid_model_;
/external/antlr/runtime/JavaScript/src/org/
Dantlr.js150 mobile: null, property
185 o.mobile = "Apple"; // iPhone or iPod Touch
189 o.mobile = m[0]; // Nokia N-series, ex: NokiaN95
207 o.mobile = m[0]; // ex: Opera Mini/2.0.4509/1316
/external/tensorflow/tensorflow/lite/tools/pip_package/debian/
Dcontrol24 Description: TensorFlow Lite is for mobile and embedded devices.
26 mobile and embedded devices. It enables on-device machine learning inference
/external/skqp/tools/skp/page_sets/other/
DCRASHING-skia_wikipedia_galaxynexus.json18 self.user_agent_type = 'mobile'
32 user_agent_type='mobile',
/external/skia/tools/skp/page_sets/other/
DCRASHING-skia_wikipedia_galaxynexus.json18 self.user_agent_type = 'mobile'
32 user_agent_type='mobile',
/external/libtextclassifier/native/lang_id/script/
Dtiny-script-detector.h23 namespace mobile {
167 return libtextclassifier3::mobile::lang_id::GetScript(s, num_bytes); in GetScript()
Dscript-detector.cc20 namespace mobile { namespace
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dindex.md4 mobile, embedded, and IoT devices. It enables on-device machine learning
10 optimized models on many different hardware types, including mobile phones,
29 to powerful mobile phones.
38 To begin working with TensorFlow Lite on mobile devices, visit
119 * If you're a mobile developer, visit [Android quickstart](android.md) or
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowConnectivityManager.java56 NetworkInfo mobile = ShadowNetworkInfo.newInstance(NetworkInfo.DetailedState.CONNECTED, in ShadowConnectivityManager() local
58 networkTypeToNetworkInfo.put(ConnectivityManager.TYPE_MOBILE, mobile); in ShadowConnectivityManager()
60 this.activeNetworkInfo = mobile; in ShadowConnectivityManager()
66 netIdToNetworkInfo.put(NET_ID_MOBILE, mobile); in ShadowConnectivityManager()
/external/webrtc/
DREADME.md1 **WebRTC is a free, open software project** that provides browsers and mobile
6 developed for the browser, mobile platforms, and IoT devices, and allow them
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dbest_practices.md21 One example of models optimized for mobile devices are
22 [MobileNets](https://arxiv.org/abs/1704.04861), which are optimized for mobile
24 other models that have been optimized specifically for mobile and embedded
30 [object detection](https://medium.com/tensorflow/training-and-serving-a-realtime-mobile-object-dete…
60 more energy efficient, so that they can be deployed on mobile devices.
77 particularly the case for mobile apps. For example, isolated tests may show 2x
/external/protobuf/examples/
Dadd_person.dart30 print('Is this a mobile, home, or work phone? ');
34 case 'mobile':
/external/tensorflow/tensorflow/lite/testing/
Dtflite_model_test.bzl5 as well as more robust execution on mobile devices.
67 # mobile test variants. For now we use $(location), but something like
68 # the following is what we want for mobile tests:

12345678910>>...12