Searched refs:iterated (Results 1 – 25 of 80) sorted by relevance
1234
/external/rust/crates/criterion/src/ |
D | bencher.rs | 36 pub(crate) iterated: bool, // Have we iterated this benchmark? field 84 self.iterated = true; in iter() 135 self.iterated = true; in iter_custom() 250 self.iterated = true; in iter_batched() 340 self.iterated = true; in iter_batched_ref() 383 if !self.iterated { in assert_iterated() 386 self.iterated = false; in assert_iterated() 449 b.iterated = true; in iter() 507 b.iterated = true; in iter_custom() 631 b.iterated = true; in iter_batched() [all …]
|
D | routine.rs | 198 iterated: false, in bench() 219 iterated: false, in warm_up()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MultiDeviceIteratorInit.pbtxt | 6 Dataset to be iterated upon.
|
D | api_def_RecordInput.pbtxt | 37 How many sstables are opened and concurrently iterated over.
|
D | api_def_OneShotIterator.pbtxt | 17 summary: "Makes a \"one-shot\" iterator that can be iterated only once."
|
D | api_def_BoostedTreesCalculateBestGainsPerFeature.pbtxt | 7 …last) of node ids to process within `stats_summary_list`. The nodes are iterated between the two n…
|
D | api_def_BoostedTreesCalculateBestFeatureSplit.pbtxt | 7 …last) of node ids to process within `stats_summary_list`. The nodes are iterated between the two n…
|
D | api_def_BoostedTreesSparseCalculateBestFeatureSplit.pbtxt | 7 …last) of node ids to process within `stats_summary_list`. The nodes are iterated between the two n…
|
D | api_def_BoostedTreesCalculateBestFeatureSplitV2.pbtxt | 7 …last) of node ids to process within `stats_summary_list`. The nodes are iterated between the two n…
|
/external/grpc-grpc/examples/ruby/errors_and_cancellation/ |
D | README.md | 10 * the response `Enumerable` is iterated through (server-streaming and
|
/external/llvm/docs/TableGen/ |
D | LangRef.rst | 363 The value assigned to the variable in the declaration is iterated over and 365 iterated value.
|
/external/catch2/docs/ |
D | tostring.md | 46 As a fallback, Catch attempts to detect if the type can be iterated
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | icmp-mul-zext.ll | 104 %mul_wide = mul i32 %a_wide, %b_wide ; uses of %mul_wide will be iterated
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | control_flow.py | 389 iterated=node.iter,
|
/external/starlark-go/starlark/testdata/ |
D | dict.star | 171 # the sequence x should be completely iterated before
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | common_errors.md | 131 * the iterated of a `for` statement: `for i in tensor:`
|
/external/libwebsockets/READMEs/ |
D | README.lws_system.md | 201 |`LWS_SYSTATE_IFACE_COLDPLUG`|Existing network interfaces have been iterated|
|
/external/python/jinja/docs/ |
D | templates.rst | 102 printed or iterated over, and to fail for every other operation. 717 not counting the users not iterated over. 965 {% set iterated = false %} 968 {% set iterated = true %} 970 {% if not iterated %} did not iterate {% endif %} 1222 sequential data to be iterated over. For example, you can easily
|
/external/flatbuffers/docs/source/ |
D | FlexBuffers.md | 185 * Maps are backwards compatible with vectors, and can be iterated as such.
|
/external/rust/crates/tokio/docs/ |
D | reactor-refactor.md | 137 updated and the waiter list is iterated. All waiters with `interest` that
|
/external/python/cpython3/Doc/c-api/ |
D | object.rst | 358 iterated.
|
/external/boringssl/src/util/fipstools/acvp/ |
D | ACVP.md | 95 ¹ The iterated block-cipher tests would result in excessive numbers of round trips if the module wr…
|
/external/llvm/docs/tutorial/ |
D | LangImpl07.rst | 206 The mem2reg pass implements the standard "iterated dominance frontier" 859 nodes where needed, and our front-end remains simple: no "iterated
|
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
D | LangImpl07.rst | 206 The mem2reg pass implements the standard "iterated dominance frontier" 861 nodes where needed, and our front-end remains simple: no "iterated
|
/external/skqp/docs/ |
D | spelling.txt | 118 inversely inverted investigated invoked irregular is issues issuing it italic items iterate iterated
|
1234