Home
last modified time | relevance | path

Searched refs:tl2 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp5.cpp52 auto tl2 = []() {}; in test_exception_spec() local
54 static_assert(!noexcept(tl2()), "lambda can throw"); in test_exception_spec()
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp5.cpp52 auto tl2 = []() {}; in test_exception_spec() local
54 static_assert(!noexcept(tl2()), "lambda can throw"); in test_exception_spec()
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
DChannelSinkBenchmark.kt21 private val tl2 = ThreadLocal.withInitial({ 239 }) in <lambda>() constant in benchmarks.ChannelSinkBenchmark
25 …private val unconfinedTwoElements = Dispatchers.Unconfined + tl.asContextElement() + tl2.asContext… in <lambda>()
/external/llvm-project/clang/test/CodeGenCXX/
Dattr-likelihood-if-vs-builtin-expect.cpp174 void tl2(int &i) { in tl2() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc722 auto tl2 = ops::TensorListReserve(s.WithOpName("tl2"), shape, 8, DT_FLOAT); in TEST_F() local
724 ops::TensorListSetItem(s.WithOpName("tl2w1"), tl2.handle, idx1, input); in TEST_F()
786 auto tl2 = ops::EmptyTensorList(s.WithOpName("tl2"), shape, 8, DT_FLOAT); in TEST_F() local
788 ops::TensorListPushBack(s.WithOpName("tl2w1"), tl2.handle, input); in TEST_F()
845 auto tl2 = ops::TensorListFromTensor(s.WithOpName("tl2"), allow1, shape); in TEST_F() local
847 ops::TensorListPushBack(s.WithOpName("tl2w1"), tl2.output_handle, input); in TEST_F()
883 auto tl2 = ops::EmptyTensorList(s.WithOpName("tl2"), {32, 32}, 8, DT_FLOAT); in TEST_F() local
887 ops::Stack(s.WithOpName("tl1_tl2"), {tl1.handle, tl2.handle}); in TEST_F()
986 auto tl2 = ops::EmptyTensorList(s.WithOpName("tl2"), {32, 32}, 8, DT_FLOAT); in TEST_F() local
988 ops::TensorListPushBack(s.WithOpName("tl2w1"), tl2.handle, infer1); in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc202 const quint8* br1, const int16* xlp1, const quint8* tl2, const quint8* tr2, in ComputeLerpx8() argument
211 const uint8x8_t tl8x8 = ToUint8x8(tl0, tl1, tl2, tl3, tl4, tl5, tl6, tl7); in ComputeLerpx8()