Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction_testlib.cc140 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/
Dcavp_tdes_test.cc72 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/
Dstatements.c46 enum Numbers { kOne, kTwo, kThree, kFour}; enumerator
50 case kThree: in test12()
/external/boringssl/src/crypto/fipsmodule/bn/
Drandom.c152 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/
Dfunction_optimizer_test.cc1699 const Tensor kThree = test::AsScalar<float>(3.0); in TEST_F() local
1718 {{"dtype", DT_FLOAT}, {"value", kThree}}, kDevice), in TEST_F()