Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc221 std::unordered_set<string> type_attrs; in RegisterCompilationKernels() local
224 type_attrs.insert(attr_def.name()); in RegisterCompilationKernels()
230 if (type_attrs.find(constraint.first) == type_attrs.end()) { in RegisterCompilationKernels()
262 for (const string& type_attr : type_attrs) { in RegisterCompilationKernels()
/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/swiftshader/third_party/llvm-7.0/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/python/mock/mock/tests/
Dtestmock.py739 type_attrs = {m for m in dir(Mock) if not m.startswith('_')}
742 self.assertEqual(set(), type_attrs - attrs)
777 type_attrs = set(dir(Mock))
780 self.assertEqual(set(), type_attrs - attrs)
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmock.py827 type_attrs = set([m for m in dir(Mock) if not m.startswith('_')])
830 self.assertEqual(set(), type_attrs - attrs)
865 type_attrs = set(dir(Mock))
868 self.assertEqual(set(), type_attrs - attrs)