Home
last modified time | relevance | path

Searched defs:UNROLL (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h30 #define UNROLL macro
33 #define UNROLL _Pragma("unroll") macro
Dparameterized_truncated_normal_op_gpu.cu.cc36 #define UNROLL macro
38 #define UNROLL _Pragma("unroll") macro
/external/rust/crates/crc32fast/src/
Dbaseline.rs31 const UNROLL: usize = 4; in update_fast_16() constant
/external/angle/src/tests/compiler_tests/
DUnrollFlatten_test.cpp74 static const char *UNROLL; member in __anon2492c51d0111::UnrollFlattenTest
85 const char *UnrollFlattenTest::UNROLL = "LOOP"; member in __anon2492c51d0111::UnrollFlattenTest
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-macro-repeated-side-effects.c54 #define UNROLL(A) {A A} macro