HomeSort by relevance Sort by last modified time
    Searched refs:smart (Results 1 - 11 of 11) sorted by null

  /external/snakeyaml/src/test/java/examples/collections/
TypeSafeMap2Test.java 206 private boolean smart; field in class:TypeSafeMap2Test.SuperMan
212 private SuperMan(String name, String role, boolean smart) {
214 this.smart = smart;
218 return smart;
221 public void setSmart(boolean smart) {
222 this.smart = smart;
  /external/libxcam/
README.md 10 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/google-breakpad/src/testing/scripts/
gmock_doctor.py 605 Uh-oh, I'm not smart enough to figure out what the problem is. :-(
  /external/googletest/googlemock/scripts/
gmock_doctor.py 614 Uh-oh, I'm not smart enough to figure out what the problem is. :-(
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 30 3. Following HKUST research on the use of GPU direct, and their [GDR implementation](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/gdr/README.md), there is a smart way to benefit from the TensorFlow allocation theme which is mostly pool based, i.e allocators pre-allocate a large memory block, and allocate the tensors from there. By attaching a custom Visitor to relevant allocators, we can do a single registration of the entire memory block, which zeros the registration overhead. Once the block is registered, each new tensor allocated will be at a registered address, which will allow us to do direct RDMA writes to it.
  /external/v8/benchmarks/spinning-balls/
v.js 31 * http://paulirish.com/2011/requestanimationframe-for-smart-animating/
  /external/python/dateutil/dateutil/test/
test_relativedelta.py 651 """Test the weeks setter which makes a "smart" update of the days attribute"""
  /external/openssh/contrib/redhat/
openssh.spec 582 - make do_pam_setcred() smart enough to know when to establish creds and
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /external/skia/modules/canvaskit/htmlcanvas/
canvas2dcontext.js 1024 // we leak the blurEffect (since smart pointers don't help us in JS land).
    [all...]
  /external/skqp/experimental/canvaskit/htmlcanvas/
canvas2dcontext.js 1024 // we leak the blurEffect (since smart pointers don't help us in JS land).
    [all...]

Completed in 733 milliseconds