Home
last modified time | relevance | path

Searched refs:For (Results 1 – 25 of 3929) sorted by relevance

12345678910>>...158

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.h49 void For(
55 void For( in For() function
59 For(name, /*start=*/ir_builder_->getInt64(start), in For()
78 void For(tensorflow::StringPiece name, llvm::Value* start, llvm::Value* end,
84 void For(tensorflow::StringPiece name, llvm::Value* start, llvm::Value* end, in For() function
89 For(name, /*start=*/start, /*end=*/end, in For()
94 void For( in For() function
98 For(name, start, end, step, in For()
103 void For( in For() function
106 For(name, /*start=*/ir_builder_->getInt64(start), in For()
/external/valgrind/memcheck/tests/
Daddressable.stderr.exp7 For a detailed leak analysis, rerun with: --leak-check=full
9 For counts of detected and suppressed errors, rerun with: -v
36 For a detailed leak analysis, rerun with: --leak-check=full
38 For counts of detected and suppressed errors, rerun with: -v
45 For a detailed leak analysis, rerun with: --leak-check=full
47 For counts of detected and suppressed errors, rerun with: -v
59 For a detailed leak analysis, rerun with: --leak-check=full
61 For counts of detected and suppressed errors, rerun with: -v
78 For a detailed leak analysis, rerun with: --leak-check=full
80 For counts of detected and suppressed errors, rerun with: -v
[all …]
/external/icu/icu4c/source/data/translit/
DInterIndic_Devanagari.txt14 \uE015\uE03C → क़; #\uE058 LETTER QA (For Urdu)
15 \uE016\uE03C → ख़; #\uE059 LETTER KHHA (For Urdu)
16 \uE017\uE03C → ग़; #\uE05A LETTER GHHA (For Urdu)
17 \uE01C\uE03C → ज़; #\uE05B LETTER ZA (For Urdu)
41 \uE00D → ऍ; # LETTER CANDRA E (For representing English sounds)
42 \uE00E → ऎ; # LETTER SHORT E(For Southern Scripts)
45 \uE011 → ऑ; # LETTER CANDRA O (For representing English sounds)
46 \uE012 → ऒ; # LETTER SHORT O (For Southern Scripts)
111 \uE058 → क़; # LETTER QA (For Urdu)
112 \uE059 → ख़; # LETTER KHHA (For Urdu)
[all …]
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt18 | For any unexpected problems, go into ERROR state.
24 | For any unexpected problems, go into DISCONNECTING state.
29 | For any unexpected problems, go into DISCONNECTING state.
33 | For any unexpected problems, go into DISCONNECTING state.
39 | For any unexpected problems, go into DISCONNECTING state.
43 | For any unexpected problems, go into DISCONNECTING state.
48 | For any unexpected problems, go into DISCONNECTING state.
/external/pdfium/testing/resources/javascript/
Dglobals_expected.txt48 Alert: For undefined_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
72 Alert: For true_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
73 Alert: For false_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
74 Alert: For zero_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
75 Alert: For number_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
76 Alert: For string_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
77 Alert: For object_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
78 Alert: For null_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
79 Alert: For undefined_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
92 Alert: For undefined_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
/external/tensorflow/tensorflow/tools/dist_test/
DREADME.md10 For example:
23 For example:
42 For example:
64 # For remote testing
67 # For local testing
76 # For remote testing
79 # For local testing
99 workers and parameter servers. For example:
111 servers. For example:
/external/swiftshader/src/Main/
DFrameBuffer.cpp185 For(Int y = 0, y < height, y++) in copyRoutine()
203 For(, x < width - 3, x += 4) in copyRoutine()
213 For(, x < width - 3, x += 4) in copyRoutine()
226 For(, x < width - 1, x += 2) in copyRoutine()
238 For(, x < width - 3, x += 4) in copyRoutine()
255 For(, x < width, x++) in copyRoutine()
311 For(, x < width - 3, x += 4) in copyRoutine()
321 For(, x < width - 3, x += 4) in copyRoutine()
334 For(, x < width - 1, x += 2) in copyRoutine()
346 For(, x < width - 3, x += 4) in copyRoutine()
[all …]
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_DefinitionsTest26 For assignment, some rules of thumb are:
27 - For variables of a defined type, assign t.<field> to these values.
32 - For variables which are other functions, assign a function to t.<field>.
37 For examples, see posixtestsuite/conformance/definitions/signal/15-1.c
51 For examples, see posixtestsuite/conformance/definitions/signal/22-*.c
68 For examples, see posixtestsuite/conformance/definitions/signal/43-1.c
/external/minijail/
DAndroid.bp166 // For a device, run with:
169 // For host, run with:
196 // For a device, run with:
199 // For host, run with:
226 // For a device, run with:
229 // For host, run with:
255 // For a device, run with:
258 // For host, run with:
283 // For a device, run with:
286 // For host, run with:
/external/libyuv/files/third_party/gflags/
Dgflags.gyp28 '<(gflags_gen_arch_root)/include/gflags', # For configured files.
29 '<(gflags_gen_arch_root)/include/private', # For config.h
30 '<(gflags_root)/src/src', # For everything else.
42 '<(gflags_gen_arch_root)/include', # For configured files.
43 '<(gflags_root)/src/src', # For everything else.
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dcontrib.losses.md19 a `weight` parameter passed to the loss functions. For example, if we were
36 we sometimes want to rescale the loss per batch sample. For example, if we have
41 For example, consider the case of a classification problem where we want to
58 single measurable value. For example, if we are performing per-pixel depth
60 is the number of pixels in the image. For many losses, the number of measurable
62 For others, such as softmax_cross_entropy and cosine_distance, the
64 losses for each measurable value. For example, softmax_cross_entropy takes as
70 For a concrete example, consider the case of per-pixel depth prediction where
86 non-zero samples. For an arbitrary set of weights, this may not necessarily
88 per-element losses before averaging over the number of observations. For example
/external/tensorflow/tensorflow/docs_src/api_guides/cc/
Dguide.md113 typically has one property added or changed. For instance, `NewSubScope(name)`
132 style. For instance, the `MatMul` operation has a C++ class with the same name.
153 For optional arguments, constructors have an optional parameter that allows
154 optional attributes. For operations with optional arguments, the constructor's
160 using the `static` functions provided in the C++ class for the operation. For
168 available in the `Attrs` struct. For example:
180 * For operations that return single tensors, the object returned by
182 constructors. For example:
189 * For operations producing multiple outputs, the object returned by the
192 operation. For example:
[all …]
/external/webrtc/third_party/gflags/
Dgflags.gyp31 '<(gflags_gen_arch_root)/include/private', # For config.h
32 '<(gflags_gen_arch_root)/include', # For configured files.
33 '<(gflags_root)/src', # For everything else.
45 '<(gflags_gen_arch_root)/include', # For configured files.
46 '<(gflags_root)/src', # For everything else.
/external/owasp/sanitizer/tools/findbugs/doc/
DperformingARelease.txt1 Create a directory that contains exactly all the files to upload. For example:
22 For a full release, make a branch in the svn repository:
27 For a release candidate, send email to findbugs-discuss and findbugs-core. For a full release, send…
/external/v8/src/parsing/
Dscanner-character-streams.h21 static Utf16CharacterStream* For(Handle<String> data);
22 static Utf16CharacterStream* For(Handle<String> data, int start_pos,
24 static Utf16CharacterStream* For(
/external/tensorflow/tensorflow/docs_src/install/
Dinstall_c.md45 subdirectory of `TARGET_DIRECTORY`. For example, specifying `/usr/local`
54 For example:
61 For example:
63 <pre> <b>export LIBRARY_PATH=$LIBRARY_PATH:~/mydir/lib</b> # For both Linux and macOS X
64 <b>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/mydir/lib</b> # For Linux only
65 <b>export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:~/mydir/lib</b> # For macOS X only</pre>
103 the `-I` and `-L` options to `gcc`. For example, if the `TARGET_LIBRARY`
/external/protobuf/jenkins/docker/
DDockerfile46 # -- For csharp --
50 # -- For all Java builds -- \
52 # -- For java_jdk6 -- \
54 # -- For java_jdk7 -- \
56 # -- For java_oracle7 -- \
58 # -- For python / python_cpp -- \
65 # -- For Ruby --
/external/compiler-rt/
DREADME.android15 * For JellyBean: Synced to upstream r155350
16 * For JellyBean MR1: Synced to upstream r162279
17 * For Jellybean MR2: Synced to upstream r177337
18 * For Key Lime Pie: Synced to upstream r187889
19 * For FUTURE: Synced to LLVM 3.4 r197381
/external/python/cpython2/Doc/library/
Dglob.rst21 (For tilde and shell variable expansion, use :func:`os.path.expanduser` and
24 For a literal match, wrap the meta-characters in brackets.
25 For example, ``'[?]'`` matches the character ``'?'``.
44 For example, consider a directory containing only the following files:
58 default. For example, consider a directory containing :file:`card.gif` and
/external/valgrind/
DREADME.android39 For arm32, x86 and mips32 you need the android-ndk-r6 native
42 For the android emulator, the versions needed and how to install
48 For arm64 (aarch64) you need the android-ndk-r10c NDK, from
72 # For ARM
77 # For x86
82 # For MIPS32
87 # For ARM64 (AArch64)
137 # For ARM:
141 # For x86:
145 # For mips32:
[all …]
/external/libphonenumber/
DAndroid.bp16 // For platform use, builds directly against core-libart to avoid circular
21 // For the platform, compile everything except the carrier to phone number
56 // For unbundled use, supports gingerbread and up.
68 // For unbundled use - without geocoder
/external/eigen/doc/
DTutorialMatrixClass.dox30 We offer a lot of convenience typedefs to cover the usual cases. For example, \c Matrix4f is
44 For example, the convenience typedef \c Vector3f is a (column) vector of 3 floats. It is defined as…
60 \em fixed \em size. For example, the convenience typedef \c MatrixXd, meaning
86 Constructors taking sizes are also available. For matrices, the number of rows is always passed fir…
87 For vectors, just pass the vector size. They allocate the array of coefficients
114 For matrices, the row index is always passed first. For vectors, just pass one index.
138 For now, it is enough to know this example:
178 …d side automatically so that it matches the size of the matrix on the right-hand size. For example:
197 … sizes where you can, and use dynamic sizes for larger sizes or where you have to. For small sizes,
236 \ref TopicStorageOrders "storage orders". For example, this type means row-major 3x3 matrices:
[all …]
/external/python/cpython2/Doc/howto/
Dsorting.rst49 For example, here's a case-insensitive string comparison:
59 as keys. For example:
69 The same technique works for objects with named attributes. For example:
105 The operator module functions allow multiple levels of sorting. For example, to
115 parameters for each object being sorted. For example, the :meth:`str.count`
128 boolean value. This is used to flag descending sorts. For example, to get the
152 steps. For example, to sort the student data by descending *grade* and then
175 For example, to sort the student data by *grade* using the DSU approach:
201 For large lists and lists where the comparison information is expensive to
203 to sort the list. For 2.4 and later, key functions provide the same
[all …]
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Dvariables.md36 You may optionally specify the `dtype` and initializer to `tf.get_variable`. For
45 initialize a `tf.Variable` to have the value of a `tf.Tensor`. For example:
61 them. For this reason TensorFlow provides **collections**, which are named lists
72 `tf.GraphKeys.LOCAL_VARIABLES` collection instead. For example, the following
93 `tf.add_to_collection`. For example, the following code adds an existing
110 devices. For example, the following snippet creates a variable named `v` and
122 variable. For this reason we provide @{tf.train.replica_device_setter}, which
123 can automatically place variables in parameter servers. For example:
152 all variables. For example:
160 initializer operation. For example:
[all …]
/external/tensorflow/tensorflow/contrib/android/
DREADME.md10 For example usage, see [TensorFlowImageClassifier.java](../../examples/android/src/org/tensorflow/d…
13 For prebuilt libraries, see the
80 For documentation on building a self-contained AAR file with cmake, see
86 For documentation on building native TF libraries with make, including a CUDA-enabled variant for d…
93 coupled with TensorFlow. For typical usage, the library above will be

12345678910>>...158