Home
last modified time | relevance | path

Searched refs:cond_t (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
Dfp16-ops.c12 typedef unsigned cond_t; typedef
14 volatile cond_t test;
/external/llvm-project/clang/test/CodeGen/
Dfp16-ops.c13 typedef unsigned cond_t; typedef
16 volatile cond_t test;
Dfp16-ops-strictfp.c17 typedef unsigned cond_t; typedef
20 volatile cond_t test;
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc402 const Tensor& cond_t, bool* out_result) { in CondResultToBool() argument
407 cond_t.dtype() == DT_INT32 || cond_t.dtype() == DT_INT64; in CondResultToBool()
414 Tensor host_cond_t = Tensor(cond_t.dtype(), cond_t.shape()); in CondResultToBool()
416 &cond_t, /*tensor_name=*/"", device, &host_cond_t)); in CondResultToBool()
420 return ToBool({cond_t}, out_result); in CondResultToBool()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dwhile_test.cc960 auto cond_t = Parameter(&cond, 0, tuple_shape, "t"); in XLA_TEST_F() local
961 Any(Eq(GetTupleElement(cond_t, 0), ConstantR1<float>(&cond, {42, 42}))); in XLA_TEST_F()
989 auto cond_t = Parameter(&cond, 0, element_shape, "t"); in XLA_TEST_F() local
990 Any(Eq(cond_t, ConstantR1<float>(&cond, {42, 42}))); in XLA_TEST_F()
1014 auto cond_t = Parameter(&cond, 0, element_shape, "t"); in XLA_TEST_F() local
1015 Eq(cond_t, ConstantR0<float>(&cond, 42)); in XLA_TEST_F()
1052 auto cond_t = Add(GetTupleElement(params, 1), GetTupleElement(params, 0)); in XLA_TEST_F() local
1053 Lt(cond_t, ConstantR0<int32>(&cond, 30)); in XLA_TEST_F()