Searched refs:tl1 (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | print-beep.c | 31 l_strnstart(netdissect_options *ndo, const char *tstr1, u_int tl1, in l_strnstart() argument 34 if (!ND_TTEST2(*str2, tl1)) { in l_strnstart() 42 if (tl1 > l2) in l_strnstart() 45 return (strncmp(tstr1, str2, tl1) == 0 ? 1 : 0); in l_strnstart()
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p5.cpp | 51 auto tl1 = []() throw(int) {}; in test_exception_spec() 53 static_assert(!noexcept(tl1()), "lambda can throw"); in test_exception_spec()
|
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p5.cpp | 51 auto tl1 = []() throw(int) {}; in test_exception_spec() 53 static_assert(!noexcept(tl1()), "lambda can throw"); in test_exception_spec()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 698 auto tl1 = ops::TensorListReserve(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() local 704 ops::TensorListSetItem(s.WithOpName("tl1w1"), tl1.handle, idx1, input); in TEST_F() 707 ops::TensorListSetItem(s.WithOpName("tl1w2"), tl1.handle, idx2, allow1); in TEST_F() 717 ops::TensorListSetItem(s.WithOpName("tl1w3"), tl1.handle, idx3, allow2); in TEST_F() 769 auto tl1 = ops::EmptyTensorList(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() local 772 ops::TensorListPushBack(s.WithOpName("tl1w1"), tl1.handle, input); in TEST_F() 782 ops::TensorListPushBack(s.WithOpName("tl1w3"), tl1.handle, allow2); in TEST_F() 834 auto tl1 = ops::TensorListFromTensor(s.WithOpName("tl1"), allow1, shape); in TEST_F() local 835 Output tl1r1 = ops::TensorListStack(s.WithOpName("tl1r1"), tl1.output_handle, in TEST_F() 882 auto tl1 = ops::EmptyTensorList(s.WithOpName("tl1"), {32, 32}, 8, DT_FLOAT); in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 201 const int16* xlp0, const quint8* tl1, const quint8* tr1, const quint8* bl1, in ComputeLerpx8() argument 211 const uint8x8_t tl8x8 = ToUint8x8(tl0, tl1, tl2, tl3, tl4, tl5, tl6, tl7); in ComputeLerpx8()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tensor_list_ops_decomposition.mlir | 565 …%tl1 = "tf.TensorListReserve"(%arg0, %max_size) : (tensor<*xi32>, tensor<i32>) -> tensor<!tf.varia…
|