/external/tensorflow/tensorflow/core/framework/ |
D | function_testlib.cc | 121 const Tensor kTwo = test::AsScalar<int64>(2); in XTimesTwo() local 133 {{"two"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_INT64}}}, in XTimesTwo() 140 const Tensor kTwo = test::AsScalar<int64>(2); in TwoDeviceMult() local 153 {{"num_2"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_INT64}}}, in TwoDeviceMult() 180 const Tensor kTwo = test::AsScalar<float>(2); in TwoDeviceInputOutput() local 193 {{"num_2"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_FLOAT}}}, in TwoDeviceInputOutput() 212 const Tensor kTwo = test::AsScalar<float>(2); in FuncWithListInput() local 224 {{"num_2"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_FLOAT}}}, in FuncWithListInput() 230 const Tensor kTwo = test::AsScalar<float>(2); in FuncWithListOutput() local 242 {{"num_2"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_FLOAT}}}, in FuncWithListOutput() [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context_test.cc | 150 const Tensor kTwo = test::AsScalar<int64>(2); in TEST_F() local 162 {{"two"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_INT64}}}, in TEST_F() 171 const Tensor kTwo = test::AsScalar<int64>(2); in TEST_F() local 183 {{"two"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_INT64}}}, in TEST_F() 199 {{"two"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_INT64}}}, in TEST_F() 208 const Tensor kTwo = test::AsScalar<int64>(2); in TEST_F() local 220 {{"two"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_INT64}}}, in TEST_F()
|
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_tdes_test.cc | 72 kTwo, in TestKAT() enumerator 80 num_keys = kTwo; in TestKAT() 190 kTwo, in TestMCT() enumerator 199 num_keys = kTwo; in TestMCT()
|
/external/boringssl/src/util/fipstools/cavp/ |
D | cavp_tdes_test.cc | 72 kTwo, in TestKAT() enumerator 80 num_keys = kTwo; in TestKAT() 190 kTwo, in TestMCT() enumerator 199 num_keys = kTwo; in TestMCT()
|
/external/pigweed/pw_rpc/ |
D | channel_test.cc | 47 kTwo = 2, enumerator 52 constexpr rpc::Channel two = Channel::Create<ChannelId::kTwo>(nullptr); in TEST()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer_test.cc | 60 const Tensor kTwo = test::AsScalar<int64>(2); in TEST_F() local 64 NDef("y/two", "Const", {}, {{"dtype", DT_INT64}, {"value", kTwo}}), in TEST_F() 91 const Tensor kTwo = test::AsScalar<float>(2.0f); in TEST_F() local 103 {{"two"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_FLOAT}}}, in TEST_F() 256 const Tensor kTwo = test::AsScalar<int64>(2); in TEST_F() local 267 {{{"two"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_INT64}}}, in TEST_F() 585 const Tensor kTwo = test::AsScalar<float>(2.0); in TEST_F() local 721 item.feed.emplace_back("b", kTwo); in TEST_F() 880 const Tensor kTwo = test::AsScalar<float>(2.0); in TEST_F() local 983 item.feed.emplace_back("b", kTwo); in TEST_F() [all …]
|
D | constant_folding_test.cc | 4201 const Tensor kTwo = test::AsScalar<float>(2.0f); in TEST_F() local 4203 EvaluateNodes(item.graph, item.fetch, {{"x", kTwo}}); in TEST_F() 4230 auto tensors = EvaluateNodes(optimized_graph, item.fetch, {{"x", kTwo}}); in TEST_F() 4266 const Tensor kTwo = in TEST_F() local 4269 {{"then", kOne}, {"else", kTwo}}); in TEST_F() 4294 {{"then", kOne}, {"else", kTwo}}); in TEST_F() 4328 const Tensor kTwo = test::AsTensor<float>( in TEST_F() local 4332 {{"then", kOne}, {"else", kTwo}}); in TEST_F() 4360 {{"then", kOne}, {"else", kTwo}}); in TEST_F()
|
/external/webrtc/rtc_base/numerics/ |
D | divide_round_unittest.cc | 41 static constexpr int kTwo = DivideRoundToNearest(7, 4); in TEST() local 43 static_assert(kTwo == 2, ""); in TEST()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions_test.cc | 109 const Tensor kTwo = test::AsScalar<int64>(2); in TEST_F() local 121 {{"two"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_INT64}}}, in TEST_F() 405 const Tensor kTwo = test::AsScalar<int64>(2); in TEST_F() local 416 {{{"two"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_INT64}}}, in TEST_F() 509 const Tensor kTwo = test::AsScalar<int64>(2); in TEST_F() local 521 {{"two"}, "Const", {}, {{"value", kTwo}, {"dtype", DT_INT64}}}, in TEST_F()
|
/external/clang/test/Sema/ |
D | statements.c | 46 enum Numbers { kOne, kTwo, kThree, kFour}; enumerator
|
/external/llvm-project/clang/test/Sema/ |
D | statements.c | 55 enum Numbers { kOne, kTwo, kThree, kFour}; enumerator
|
/external/skia/resources/sksl/shared/ |
D | Enum.sksl | 5 kTwo = 2,
|