Home
last modified time | relevance | path

Searched refs:other_value (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/Transforms/LoadStoreVectorizer/X86/
Dcompare-scev-by-complexity.ll12 @other_value = external global float
41 …%preheader.load0.address = getelementptr inbounds float, float* @other_value, i64 %preheader.addre…
45 …%preheader.load1.address = getelementptr inbounds float, float* @other_value, i64 %preheader.heade…
50 …%loop.header.load0.address = getelementptr inbounds float, float* @other_value, i64 %preheader.hea…
57 …%loop.header.load1.address = getelementptr inbounds float, float* @other_value, i64 %loop.header.a…
/external/autotest/client/cros/enterprise/
Dpolicy.py198 def check_obfuscation(other_value): argument
202 for network in other_value.get('NetworkConfigurations', []):
210 for cert in other_value.get('Certificates', []):
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter.py302 for other_value in arg_values_found[1:]:
303 if not ast_util.matches(first_value, other_value):
307 (qn, directive.__name__, arg, parser.unparse(other_value).strip(),
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_binary_ops_test.h177 auto other_value = static_cast<BaselineT>(*it); in TestOneScalar() local
178 auto result = static_cast<OutT>(baseline_callback(scalar, other_value)); in TestOneScalar()
210 auto other_value = static_cast<BaselineT>(*it); in TestOneEffectiveScalar() local
211 auto result = static_cast<OutT>(baseline_callback(scalar, other_value)); in TestOneEffectiveScalar()
/external/llvm-project/clang/test/Modules/
Dcstd.m5 const double other_value = DBL_MAX;
/external/clang/test/Modules/
Dcstd.m5 const double other_value = DBL_MAX;
/external/python/cpython3/Lib/
Dpstats.py51 for other_value in values[1:]:
52 cls._value2member_map_[other_value] = obj
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf_executor_ops.mlir446 …Iteration.Sink[%1#1] %1#0 : tensor<*xf32> {attr4 = 42 : i64, tf_executor.attr_push = "other_value"}
448 …ion.Sink[%{{.*}}] %{{.*}} : tensor<*xf32> {attr4 = 42 : i64, tf_executor.attr_push = "other_value"}
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc2101 complex128 other_value = {1, 2}; in TEST_F() local
2102 Literal c5 = LiteralUtil::CreateR0<complex128>(other_value); in TEST_F()
2103 EXPECT_EQ(*c5.GetAsComplex128({}), other_value); in TEST_F()
/external/python/asn1crypto/docs/
Duniversal_types.md376 '1.8.2.1.24': 'other_value',
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py542 def _SaveAndLoad(self, var_name, var_value, other_value, save_path): argument
551 var = resource_variable_ops.ResourceVariable(other_value, name=var_name)