Home
last modified time | relevance | path

Searched defs:Iteration (Results 1 – 25 of 46) sorted by relevance

12

/external/tensorflow/tensorflow/core/data/service/
Ddispatcher_state.h176 struct Iteration { struct
177 explicit Iteration(int64_t iteration_id, IterationKey iteration_key, in Iteration() argument
192 const IterationKey iteration_key; argument
206 const std::shared_ptr<Iteration>& iteration) in Task() argument
Dexport.proto12 message Iteration { message
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp276 struct Iteration struct
278 static constexpr size_t MAX_VARIANTS = 4;
279 using Variant = VkPipelineCreateFlags;
280 using VariantArray = ConstexprVector<Variant, MAX_VARIANTS>;
282 static constexpr Variant NORMAL = 0;
283 …atic constexpr Variant NO_COMPILE = VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT;
284 …c constexpr Variant EARLY_RETURN = NO_COMPILE | VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT;
291 inline constexpr Iteration() : variants{}, validators{} {} in Iteration() function
292 …inline constexpr Iteration(const VariantArray& v, const ValidatorArray& f) : variants{v}, validato… in Iteration() argument
294 VariantArray variants;
[all …]
/external/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h49 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/external/deqp/modules/egl/
DteglWideColorTests.cpp556 struct Iteration struct
558 float start;
559 float increment;
560 int iterationCount;
561 Iteration(float s, float i, int c) in Iteration() argument
/external/python/cpython3/Doc/library/
Dipaddress.rst771 Iteration subsection
Denum.rst287 Iteration chapter
/external/leveldb/doc/
Dindex.md144 ## Iteration section in leveldb
/external/autotest/tko/
Dtko.proto15 message Iteration { message
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp185 int Iteration : 30; member
284 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost()
373 for (unsigned Iteration = 0; Iteration < TripCount; ++Iteration) { in analyzeLoopUnrollCost() local
/external/libbrillo/brillo/glib/
Dobject_test.cc126 TEST(ScopedPtrArrayTest, Iteration) { in TEST() argument
/external/angle/src/common/
DFixedVector_unittest.cpp124 TEST(FixedVector, Iteration) in TEST() argument
/external/webrtc/rtc_base/
Dbounded_inline_vector_unittest.cc93 TEST(BoundedInlineVectorTestOneType, Iteration) { in TEST() argument
/external/cronet/base/containers/
Dstack_container_unittest.cc156 TEST(StackContainer, Iteration) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp283 int Iteration : 30; member
386 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost()
475 for (unsigned Iteration = 0; Iteration < TripCount; ++Iteration) { in analyzeLoopUnrollCost() local
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsubgraph_test.cc81 TEST(SubgraphTest, Iteration) { in TEST() argument
/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n_test.cc254 TEST(TopNTest, Iteration) { in TEST() argument
/external/cronet/net/dns/
Daddress_info_unittest.cc240 TEST(AddressInfoTest, Iteration) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp282 bool Iteration = true; in FlattenParallelAndOr() local
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp270 bool Iteration = true; in FlattenParallelAndOr() local
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1764 struct Iteration struct in deqp::gles31::Functional::__anon8fb729690111::TextureGather2DArrayCase
1766 GatherArgs gatherArgs;
1767 int layerNdx;
1896 struct Iteration struct in deqp::gles31::Functional::__anon8fb729690111::TextureGatherCubeCase
1898 GatherArgs gatherArgs;
1899 tcu::CubeFace face;
/external/llvm/unittests/IR/
DValueMapTest.cpp123 TYPED_TEST(ValueMapTest, Iteration) { in TYPED_TEST() argument
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp39 for (unsigned Iteration = 0; Iteration < TripCount; Iteration++) { in runOnFunction() local
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_linked_hash_map_test.cc82 TEST(LinkedHashMapTest, Iteration) { in TEST() argument

12