HomeSort by relevance Sort by last modified time
    Searched refs:kThree (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Sema/
statements.c 46 enum Numbers { kOne, kTwo, kThree, kFour};
50 case kThree:
  /external/tensorflow/tensorflow/core/framework/
function_testlib.cc 140 const Tensor kThree = test::AsScalar<int64>(3);
153 {{"num_3"}, "Const", {}, {{"value", kThree}, {"dtype", DT_INT64}}},
180 const Tensor kThree = test::AsScalar<float>(3);
193 {{"num_3"}, "Const", {}, {{"value", kThree}, {"dtype", DT_FLOAT}}},
  /external/boringssl/src/fipstools/
cavp_tdes_test.cc 72 kThree,
81 num_keys = kThree;
108 if (num_keys == kThree) {
194 kThree,
204 num_keys = kThree;
282 if (num_keys == kThree) {
  /external/boringssl/src/crypto/fipsmodule/bn/
random.c 152 const BN_ULONG kThree = 3;
166 rnd->d[words - 1] |= kThree << (bit - 1);
  /external/tensorflow/tensorflow/core/grappler/optimizers/
function_optimizer_test.cc     [all...]

Completed in 2359 milliseconds