/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.cc | 1046 const int64_t second_value = Value(second); in Add() local 1050 } else if (second_value == 0) { in Add() 1052 } else if (first_value == kUnknownDim || second_value == kUnknownDim) { in Add() 1059 const int64_t sum = static_cast<uint64>(first_value) + second_value; in Add() 1062 first_value, " and ", second_value); in Add() 1073 const int64_t second_value = Value(second); in Subtract() local 1075 if (second_value == 0) { in Subtract() 1077 } else if (first_value == kUnknownDim || second_value == kUnknownDim) { in Subtract() 1082 if (first_value < second_value) { in Subtract() 1084 "Negative dimension size caused by subtracting ", second_value, in Subtract() [all …]
|
/external/python/cpython3/Lib/importlib/resources/ |
D | _itertools.py | 28 second_value = next(it) 34 'and perhaps more.'.format(first_value, second_value)
|
/external/capstone/suite/cstest/include/ |
D | capstone_test.h | 51 unsigned int second_value; member
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 154 second_value = time_value 157 second_value = time_value[:point_position] 159 if 't' in second_value: 162 'lowercase \'t\' is not accepted'.format(second_value)) 163 date_object = datetime.datetime.strptime(second_value, _TIMESTAMPFOMAT)
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 154 second_value = time_value 157 second_value = time_value[:point_position] 159 if 't' in second_value: 162 'lowercase \'t\' is not accepted'.format(second_value)) 163 date_object = datetime.datetime.strptime(second_value, _TIMESTAMPFOMAT)
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 154 second_value = time_value 157 second_value = time_value[:point_position] 159 if 't' in second_value: 162 'lowercase \'t\' is not accepted'.format(second_value)) 163 date_object = datetime.datetime.strptime(second_value, _TIMESTAMPFOMAT)
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session_test.cc | 852 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local 853 second_value.scalar<float>()() = 2.0; in TEST() 854 Node* second_const = test::graph::Constant(&g, second_value); in TEST() 925 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local 926 second_value.scalar<float>()() = 2.0; in TEST() 927 Node* second_const = test::graph::Constant(&g, second_value); in TEST() 1087 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local 1088 second_value.scalar<float>()() = 2.0; in TEST() 1089 Node* second_const = test::graph::Constant(&g, second_value); in TEST() 1579 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local [all …]
|
/external/capstone/suite/cstest/src/ |
D | main.c | 83 if (cs_option(*handle, options[i].first_value, options[i].second_value) != CS_ERR_OK) { in setup_MC() 193 if (cs_option(*handle, options[i].first_value, options[i].second_value) != CS_ERR_OK) { in setup_issue()
|
/external/python/apitools/apitools/base/py/ |
D | encoding_test.py | 201 second_value = 2 variable in MessageWithRemappings.SomeEnum 214 second_value = 2 variable in MessageWithPackageAndRemappings.SomeEnum 575 MessageWithRemappings.SomeEnum.second_value,
|
/external/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 431 nir_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local 432 nir_store_var(b, v[0], second_value, mask); in TEST_F() 449 EXPECT_EQ(store_to_v1->src[1].ssa, second_value); in TEST_F() 459 nir_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local 460 nir_store_var(b, v[0], second_value, 1 << 0); in TEST_F() 495 nir_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local 496 nir_store_var(b, v[0], second_value, 1 << 0); in TEST_F() 532 nir_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local 533 nir_store_var_volatile(b, v[0], second_value, mask); in TEST_F()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/balsa/ |
D | balsa_headers.cc | 302 absl::string_view second_value = value; in AppendAndMakeDescription() local 314 memcpy(cur_loc, second_value.data(), second_value.size()); in AppendAndMakeDescription()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/balsa/ |
D | balsa_headers.cc | 302 absl::string_view second_value = value; in AppendAndMakeDescription() local 314 memcpy(cur_loc, second_value.data(), second_value.size()); in AppendAndMakeDescription()
|
/external/libaom/aom_dsp/x86/ |
D | variance_avx2.c | 860 const int second_value = _mm256_extract_epi32(sum_sse_order_add_final, 4); in calc_sum_sse_order() local 861 *tot_sum += second_value; in calc_sum_sse_order()
|
/external/pytorch/torch/csrc/distributed/c10d/ |
D | init.cpp | 1149 >>> store.compare_set("key", "first_value", "second_value") in c10d_init() 1150 >>> # Should return "second_value" in c10d_init()
|