Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Ddispatcher_state.h176 struct Iteration { struct
177 explicit Iteration(int64_t iteration_id, IterationKey iteration_key, in Iteration() function
192 const IterationKey iteration_key; argument
206 const std::shared_ptr<Iteration>& iteration) in Task() argument
H A Dexport.proto12 message Iteration { message
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp274 struct Iteration struct
276 static constexpr size_t MAX_VARIANTS = 4;
277 using Variant = VkPipelineCreateFlags;
278 using VariantArray = ConstexprVector<Variant, MAX_VARIANTS>;
280 static constexpr Variant NORMAL = 0;
281 …atic constexpr Variant NO_COMPILE = VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT;
282 …c constexpr Variant EARLY_RETURN = NO_COMPILE | VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT;
289 inline constexpr Iteration() : variants{}, validators{} in Iteration() argument
292 …inline constexpr Iteration(const VariantArray &v, const ValidatorArray &f) : variants{v}, validato… in Iteration() function
296 VariantArray variants;
[all …]
/aosp_15_r20/external/deqp/modules/egl/
H A DteglWideColorTests.cpp498 struct Iteration struct
500 float start;
501 float increment;
502 int iterationCount;
503 Iteration(float s, float i, int c) : start(s), increment(i), iterationCount(c) in Iteration() function
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A 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
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1801 struct Iteration struct in deqp::gles31::Functional::__anon1bb6c87a0111::TextureGather2DArrayCase
1803 GatherArgs gatherArgs;
1804 int layerNdx;
1942 struct Iteration struct in deqp::gles31::Functional::__anon1bb6c87a0111::TextureGatherCubeCase
1944 GatherArgs gatherArgs;
1945 tcu::CubeFace face;
H A Des31fCopyImageTests.cpp1860 struct Iteration struct in deqp::gles31::Functional::__anon2d2b334c0111::CopyImageTest
1862Iteration(int methodCount_, const IterationFunc *methods_) : methodCount(methodCount_), methods(me… in Iteration() argument
1866 int methodCount;
1867 const IterationFunc *methods;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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
/aosp_15_r20/external/cronet/base/
H A Dmoving_window.h90 struct Iteration { struct
91 static bool has_iteration;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp284 int Iteration : 30; member
397 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost()
493 for (unsigned Iteration = 0; Iteration < TripCount; ++Iteration) { in analyzeLoopUnrollCost() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/WeakHashMap/
H A DIteration.java37 public class Iteration { class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h51 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLoopUnrollAnalyzer.h51 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLoopUnrollAnalyzer.h51 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLoopUnrollAnalyzer.h51 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLoopUnrollAnalyzer.h51 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h49 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer()
/aosp_15_r20/libcore/tools/expected_upstream/
H A DREADME.md51 ### Iteration subsection
/aosp_15_r20/external/leveldb/doc/
H A Dindex.md144 ## Iteration section in leveldb
/aosp_15_r20/external/python/cpython3/Doc/library/
Dipaddress.rst771 Iteration subsection
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/test/
Dtest_cpp.cc48 TEST(Cpp, Iteration) { in TEST() argument
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/test/
H A Dtest_cpp.cc31 TEST(Cpp, Iteration) { in TEST() argument
/aosp_15_r20/external/llvm-libc/test/src/__support/HashTable/
H A Dtable_test.cpp34 TEST(LlvmLibcTableTest, Iteration) { in TEST() argument
/aosp_15_r20/external/autotest/tko/
H A Dtko.proto15 message Iteration { message

1234