Home
last modified time | relevance | path

Searched refs:type_attrs (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/X86/
D2012-03-26-PostRALICMBug.ll44 %type_attrs = getelementptr %struct.ref_s, %struct.ref_s* %tmp9, i64 %indvar, i32 1
45 store i16 32, i16* %type_attrs, align 2
/external/llvm/test/CodeGen/X86/
D2012-03-26-PostRALICMBug.ll44 %type_attrs = getelementptr %struct.ref_s, %struct.ref_s* %tmp9, i64 %indvar, i32 1
45 store i16 32, i16* %type_attrs, align 2
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc232 std::unordered_set<string> type_attrs; in RegisterCompilationKernels() local
235 type_attrs.insert(attr_def.name()); in RegisterCompilationKernels()
241 if (type_attrs.find(constraint.first) == type_attrs.end()) { in RegisterCompilationKernels()
274 for (const string& type_attr : type_attrs) { in RegisterCompilationKernels()
/external/python/mock/mock/tests/
Dtestmock.py910 type_attrs = {m for m in dir(Mock) if not m.startswith('_')}
913 self.assertEqual(set(), type_attrs - attrs)
948 type_attrs = set(dir(Mock))
951 self.assertEqual(set(), type_attrs - attrs)
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmock.py917 type_attrs = set([m for m in dir(Mock) if not m.startswith('_')])
920 self.assertEqual(set(), type_attrs - attrs)
955 type_attrs = set(dir(Mock))
958 self.assertEqual(set(), type_attrs - attrs)
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc243 absl::flat_hash_set<TypeAttrId> type_attrs; in GetTypeAttrs() local
247 type_attrs.insert(key_value.first); in GetTypeAttrs()
249 return type_attrs; in GetTypeAttrs()