/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.cc | 1013 const int64 second_value = Value(second); in Add() local 1017 } else if (second_value == 0) { in Add() 1019 } else if (first_value == kUnknownDim || second_value == kUnknownDim) { in Add() 1026 const int64 sum = static_cast<uint64>(first_value) + second_value; in Add() 1029 first_value, " and ", second_value); in Add() 1040 const int64 second_value = Value(second); in Subtract() local 1042 if (second_value == 0) { in Subtract() 1044 } else if (first_value == kUnknownDim || second_value == kUnknownDim) { in Subtract() 1049 if (first_value < second_value) { in Subtract() 1051 "Negative dimension size caused by subtracting ", second_value, in Subtract() [all …]
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/ |
D | TestDataFormatterLibccMap.py | 22 def check_pair(self, first_value, second_value): argument 24 ValueCheck(name="second", value=second_value)]
|
/external/capstone/suite/cstest/include/ |
D | capstone_test.h | 51 unsigned int second_value; member
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session_test.cc | 851 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local 852 second_value.scalar<float>()() = 2.0; in TEST() 853 Node* second_const = test::graph::Constant(&g, second_value); in TEST() 924 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local 925 second_value.scalar<float>()() = 2.0; in TEST() 926 Node* second_const = test::graph::Constant(&g, second_value); in TEST() 1086 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local 1087 second_value.scalar<float>()() = 2.0; in TEST() 1088 Node* second_const = test::graph::Constant(&g, second_value); in TEST() 1552 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/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 158 second_value = time_value 161 second_value = time_value[:point_position] 163 date_object = datetime.strptime(second_value, _TIMESTAMPFOMAT)
|
/external/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 450 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local 451 nir_store_var(b, v[0], second_value, mask); in TEST_F() 469 EXPECT_EQ(store_to_v1->src[1].ssa, second_value); in TEST_F() 479 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local 480 nir_store_var(b, v[0], second_value, 1 << 0); in TEST_F() 515 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local 516 nir_store_var(b, v[0], second_value, 1 << 0); in TEST_F() 552 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local 553 nir_store_var_volatile(b, v[0], second_value, mask); in TEST_F()
|
/external/python/apitools/apitools/base/py/ |
D | encoding_test.py | 200 second_value = 2 variable in MessageWithRemappings.SomeEnum 213 second_value = 2 variable in MessageWithPackageAndRemappings.SomeEnum 542 MessageWithRemappings.SomeEnum.second_value,
|