Searched refs:kThree (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | function_testlib.cc | 140 const Tensor kThree = test::AsScalar<int64>(3); in TwoDeviceMult() local 153 {{"num_3"}, "Const", {}, {{"value", kThree}, {"dtype", DT_INT64}}}, in TwoDeviceMult() 180 const Tensor kThree = test::AsScalar<float>(3); in TwoDeviceInputOutput() local 193 {{"num_3"}, "Const", {}, {{"value", kThree}, {"dtype", DT_FLOAT}}}, in TwoDeviceInputOutput()
|
/external/boringssl/src/fipstools/ |
D | cavp_tdes_test.cc | 72 kThree, in TestKAT() enumerator 81 num_keys = kThree; in TestKAT() 108 if (num_keys == kThree) { in TestKAT() 194 kThree, in TestMCT() enumerator 204 num_keys = kThree; in TestMCT() 282 if (num_keys == kThree) { in TestMCT()
|
/external/clang/test/Sema/ |
D | statements.c | 46 enum Numbers { kOne, kTwo, kThree, kFour}; enumerator 50 case kThree: in test12()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | random.c | 152 const BN_ULONG kThree = 3; in BN_rand() local 166 rnd->d[words - 1] |= kThree << (bit - 1); in BN_rand()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer_test.cc | 1699 const Tensor kThree = test::AsScalar<float>(3.0); in TEST_F() local 1718 {{"dtype", DT_FLOAT}, {"value", kThree}}, kDevice), in TEST_F()
|