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

  /toolchain/binutils/binutils-2.27/ld/emulparams/
vanilla.sh 1 SCRIPT_NAME=vanilla
5 TEMPLATE_NAME=vanilla
  /external/toolchain-utils/crosperf/experiment_files/
telemetry-crosperf.exp 26 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/vanilla-image/chromiumos_test_image.bin
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 131 missing ASIO header, you may download a vanilla ASIO version from
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 41 objects are similar to plain vanilla iterators, but provide two action hooks,
  /external/toolchain-utils/
build_chromeos.py 101 '--vanilla',
102 dest='vanilla',
112 'It also implies the --vanilla option is set.'))
155 if options.vanilla or options.vanilla_image:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
bundle.s 50 # These are vanilla (non-relaxed) instructions of each length.
x86-64-bundle.s 50 # These are vanilla (non-relaxed) instructions of each length.
  /external/toolchain-utils/cros_utils/
tabulator.py 33 labels = ["vanilla", "modified"]
170 ["vanilla", "modified"]
172 [["Key", "vanilla", "modified"]
    [all...]
  /external/valgrind/coregrind/
m_translate.c 319 Bool vanilla, w_ecu; \
321 vanilla = NULL != VG_(tdict).track_new_mem_stack_##syze; \
323 vg_assert(!(vanilla && w_ecu)); /* can't have both */ \
324 if (!(vanilla || w_ecu)) \
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 55 The tensor transfer process is initiated when the receiver requests a tensor. In code it is done by calling **Rendezvous::Recv()** or **Rendezvous::RecvAsync()**. The TensorFlow base implementation handles the case where the requested tensor is located on the same node. The more interesting case where the requested tensor is located on a remote node (receiver != sender) is to be handled in a derivation of the pure virtual **BaseRemoteRendezvous::RecvFromRemoteAsync()**. TensorFlow provides a default GRPC based implementation which comes in the vanilla version but suffers in scalability when running large models. Our RDMA based implementation presumes to be more scalable. HKUST's contrib GDR implementation is more scalable than GRPC, and less scalable than ours, only because we did our evolution based on it.
  /toolchain/binutils/binutils-2.27/ld/
Makefile.am     [all...]
  /external/python/cpython3/Lib/test/
test_enum.py 971 vanilla = 'white' variable in class:TestEnum.test_introspection.Plain
    [all...]

Completed in 421 milliseconds