Home
last modified time | relevance | path

Searched full:smart (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/external/libxcam/xcore/
Dsmart_analysis_handler.cpp2 * smart_analysis_handler.cpp - smart analysis handler
62 XCAM_LOG_WARNING ("smart handler(%s) lib create context failed", XCAM_STR(get_name())); in create_context()
66 …XCAM_LOG_WARNING ("smart handler(%s) lib create context failed with NULL context", XCAM_STR(get_na… in create_context()
71 XCAM_LOG_INFO ("create smart analysis context(%s)", XCAM_STR(get_name())); in create_context()
93 XCAM_LOG_INFO ("destroy smart analysis context(%s)", XCAM_STR(get_name())); in destroy_context()
113 … XCAM_LOG_WARNING ("can't find a proper smart analyzer handler, please check context pointer"); in post_aync_results()
129 "smart handler convert results failed in async mode"); in post_smart_results()
147 "smart handler(%s) update parameters failed", XCAM_STR(get_name())); in update_params()
155 XCAM_LOG_DEBUG ("smart handler(%s) analyze", XCAM_STR(get_name())); in analyze()
172 "smart handler(%s) calculation failed", XCAM_STR(get_name())); in analyze()
[all …]
Dsmart_analyzer.cpp2 * smart_analyzer.cpp - smart analyzer
81 …XCAM_LOG_WARNING ("smart analyzer initialize handler(%s) context failed", XCAM_STR(handler->get_na… in internal_init()
124 …XCAM_LOG_WARNING ("smart analyzer update handler(%s) context failed", XCAM_STR(handler->get_name()… in update_params()
154 …XCAM_LOG_WARNING ("smart analyzer analyze handler(%s) context failed", XCAM_STR(handler->get_name(… in analyze()
164 XCAM_OBJ_PROFILING_END ("smart analysis", XCAM_OBJ_DUR_FRAME_NUM); in analyze()
Dsmart_analyzer_loader.cpp2 * smart_analyzer_loader.cpp - smart analyzer loader
107 XCAM_LOG_WARNING ("load smart handler lib symbol failed"); in load_smart_handler()
113 XCAM_LOG_WARNING ("create smart handler failed"); in load_smart_handler()
118 XCAM_LOG_INFO ("smart handler(%s) created from lib", XCAM_STR (handler->get_name())); in load_smart_handler()
Dpipe_manager.cpp74 XCAM_LOG_INFO ("prepare smart analyzer handler failed"); in start()
79 XCAM_LOG_INFO ("initialize smart analyzer failed"); in start()
82 XCAM_LOG_INFO ("start smart analyzer failed"); in start()
/external/tensorflow/tensorflow/lite/models/smartreply/g3doc/
DREADME.md1 # Smart Reply Model
3 ## What is On-Device Smart Reply Model?
5 Smart Replies are contextually relevant, one-touch responses that help the user
7 Smart Replies have been highly successful across several Google products
9 [Gmail](https://www.blog.google/products/gmail/save-time-with-smart-reply-in-gmail/),
14 The On-device Smart Reply model is targeted towards text chat use cases. It has
17 has been successfully used to provide [Smart Replies on Android
37 The On-Device Smart Reply model is aimed towards improving the messaging
68 The On-Device Smart Reply demo App works in the following way:
77 provide Smart Replies corresponding to them.
[all …]
/external/libxcam/xcore/base/
Dxcam_smart_description.h2 * xcam_smart_description.h - libxcam smart analysis description
46 /* \brief C interface of Smart Analysis Description
49 …* <priority> smart plugin priority; the less value the higher priority; 0, highest p…
50 * <name> smart pluign name, or use file name if NULL
58 /*! \brief initialize smart analysis context.
66 /*! \brief destroy smart analysis context.
72 /*! \brief update smart analysis context parameters.
89 /*! \brief free smart results.
/external/tensorflow/tensorflow/lite/g3doc/models/smart_reply/
Doverview.md1 # Smart reply
7 Our smart reply model generates reply suggestions based on chat messages. The
16 We have provided a pre-built APK that demonstrates the smart reply model on
36 <img alt="Animation showing smart reply" src="images/smart_reply.gif" />
48 …<li><a href="https://www.blog.google/products/gmail/save-time-with-smart-reply-in-gmail/">Gmail</a…
51 …<li><a href="https://research.googleblog.com/2017/02/on-device-machine-intelligence.html">Smart Re…
/external/icu/icu4c/source/common/unicode/
Dlocalpointer.h24 * \brief C++ API: "Smart pointers" for use with and in ICU4C C++ code.
31 * but none of those provide for all of the goals for ICU smart pointers:
32 * - Smart pointer owns the object and releases it when it goes out of scope.
48 * "Smart pointer" base class; do not use directly: use LocalPointer etc.
50 * Base class for smart pointer classes that do not throw exceptions.
170 * "Smart pointer" class, deletes objects via the standard C++ delete operator.
218 * @param src source smart pointer
234 * @param src source smart pointer
247 * @param src source smart pointer
259 * @param other other smart pointer
[all …]
/external/icu/libandroidicu/include/unicode/
Dlocalpointer.h24 * \brief C++ API: "Smart pointers" for use with and in ICU4C C++ code.
31 * but none of those provide for all of the goals for ICU smart pointers:
32 * - Smart pointer owns the object and releases it when it goes out of scope.
48 * "Smart pointer" base class; do not use directly: use LocalPointer etc.
50 * Base class for smart pointer classes that do not throw exceptions.
170 * "Smart pointer" class, deletes objects via the standard C++ delete operator.
218 * @param src source smart pointer
234 * @param src source smart pointer
247 * @param src source smart pointer
259 * @param other other smart pointer
[all …]
/external/snakeyaml/src/test/java/examples/collections/
DTypeSafeMap2Test.java206 private boolean smart; field in TypeSafeMap2Test.SuperMan
212 private SuperMan(String name, String role, boolean smart) { in SuperMan() argument
214 this.smart = smart; in SuperMan()
218 return smart; in isSmart()
221 public void setSmart(boolean smart) { in setSmart() argument
222 this.smart = smart; in setSmart()
/external/sfntly/cpp/src/sfntly/port/
Drefcount.h17 // Object reference count and smart pointer implementation.
19 // Smart pointer usage in sfntly:
21 // sfntly carries a smart pointer implementation like COM. Ref-countable object
23 // IUnknown (but no QueryInterface). Use a Ptr<> based smart pointer to hold
42 // 1. Virtual inherit from RefCount interface in base class if smart pointers
49 // In this case the smart pointer is pretty dumb and don't count on it to
54 // 4. Smart pointers here are very bad candidates for function parameters. Use
172 // semi-smart pointer for RefCount derived objects, similar to CComPtr
/external/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h1 //== llvm/ADT/IntrusiveRefCntPtr.h - Smart Refcounting Pointer ---*- C++ -*-==//
11 // implements a "smart" pointer for objects that maintain their own
37 /// typically handled with IntrusiveRefCntPtr "smart pointers" (see below)
97 /// \c IntrusiveRefCntPtr "smart pointers" which automatically handle the
118 /// IntrusiveRefCntPtr - A template class that implements a "smart pointer"
121 /// IntrusivePtrAddRef/IntrusivePtrRelease. The smart pointers
123 /// smart pointer the reference count of the wrapped object is
124 /// incremented and upon destruction of the smart pointer the
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h1 //== llvm/ADT/IntrusiveRefCntPtr.h - Smart Refcounting Pointer ---*- C++ -*-==//
11 // implements a "smart" pointer for objects that maintain their own
34 /// typically handled with IntrusiveRefCntPtr "smart pointers" (see below)
95 /// \c IntrusiveRefCntPtr "smart pointers" which automatically handle the
116 /// IntrusiveRefCntPtr - A template class that implements a "smart pointer"
119 /// IntrusivePtrAddRef/IntrusivePtrRelease. The smart pointers
121 /// smart pointer the reference count of the wrapped object is
122 /// incremented and upon destruction of the smart pointer the
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntrusiveRefCntPtr.h1 //== llvm/ADT/IntrusiveRefCntPtr.h - Smart Refcounting Pointer ---*- C++ -*-==//
11 // implements a "smart" pointer for objects that maintain their own
37 /// typically handled with IntrusivePtr "smart pointers" (see below)
83 /// IntrusiveRefCntPtr - A template class that implements a "smart pointer"
86 /// IntrusivePtrAddRef/IntrusivePtrRelease. The smart pointers
88 /// smart pointer the reference count of the wrapped object is
89 /// incremented and upon destruction of the smart pointer the
DInMemoryStruct.h1 //===- InMemoryStruct.h - Indirect Struct Access Smart Pointer --*- C++ -*-===//
32 /// \brief The smart pointer target.
35 /// \brief A temporary object which can be used as a target of the smart
/external/libxcam/plugins/smart/dvs/
DMakefile.am8 -I$(top_srcdir)/plugins/smart/dvs/libdvs \
16 $(top_builddir)/plugins/smart/dvs/libdvs/libxcam_dvs.a \
23 plugindir="$(libdir)/xcam/plugins/smart"
/external/libtextclassifier/actions/
Dactions_model.fbs47 // int, the number of smart replies to produce.
215 // Lower bound thresholds for the smart reply model prediction output.
218 // Maximum sensitive score for which actions and smart replies are shown.
247 // Smart reply thresholds.
260 // Text of a smart reply action.
360 // If true, suppresses smart replies if other smart actions are suggested.
442 // Default number of smart reply predictions.
/external/python/cpython2/Lib/idlelib/
Dconfig-keys.def47 smart-backspace=<Key-BackSpace>
49 smart-indent=<Key-Tab>
98 smart-backspace=<Key-BackSpace>
100 smart-indent=<Key-Tab>
149 smart-backspace=<Key-BackSpace>
151 smart-indent=<Key-Tab>
187 smart-backspace = <Key-BackSpace>
190 smart-indent = <Key-Tab>
/external/python/cpython3/Lib/idlelib/
Dconfig-keys.def47 smart-backspace=<Key-BackSpace>
49 smart-indent=<Key-Tab>
106 smart-backspace=<Key-BackSpace>
108 smart-indent=<Key-Tab>
165 smart-backspace = <Key-BackSpace>
167 smart-indent = <Key-Tab>
224 smart-backspace=<Key-BackSpace>
226 smart-indent=<Key-Tab>
270 smart-backspace = <Key-BackSpace>
273 smart-indent = <Key-Tab>
/external/libxcam/
Dconfigure.ac91 [enable smart analysis lib build, @<:@default=no@:>@]),
261 # check smart analysis lib build
370 plugins/smart/Makefile
371 plugins/smart/dvs/Makefile
372 plugins/smart/dvs/libdvs/Makefile
373 plugins/smart/sample/Makefile
402 enable smart analysis lib : $enable_smartlib
DREADME.md10 in image pre-processing, image post-processing and smart analysis. This
42 * Support smart analysis framework.
46 - xcamfilter, improve image quality by advanced features and smart analysis.
83 --enable-smartlib enable smart analysis lib build, [default=no]
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.h30 // Smart pointer usage in sfntly:
32 // sfntly carries a smart pointer implementation like COM. Ref-countable object
34 // IUnknown (but no QueryInterface). Use a Ptr<> based smart pointer to hold
/external/python/google-api-python-client/docs/dyn/
Danalytics_v3.management.remarketingAudience.html148 …"isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://s…
165 …"isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://s…
211 …"isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://s…
228 …"isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://s…
267 …"isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://s…
284 …"isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://s…
338 …"isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://s…
355 …"isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://s…
409 …"isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://s…
426 …"isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://s…
[all …]
/external/snakeyaml/src/test/resources/examples/
Dmap-bean-13.yaml8 smart: false
20 smart: true
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dcontrol.non_cache13 This test check wear out status for storage device available in SMART for SSD
16 SMART value is failing or eMMC wear out is in 90-100% band or higher.

12345678910>>...28