Searched refs:type_attrs (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2012-03-26-PostRALICMBug.ll | 44 %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/ |
D | 2012-03-26-PostRALICMBug.ll | 44 %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/ |
D | xla_op_registry.cc | 232 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/ |
D | testmock.py | 910 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/ |
D | testmock.py | 917 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/ |
D | auto_mixed_precision.cc | 243 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()
|