Home
last modified time | relevance | path

Searched refs:unordered_set (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dregister_liveness.cpp34 void CompareSets(const std::unordered_set<Instruction*>& computed, in CompareSets()
35 const std::unordered_set<uint32_t>& expected) { in CompareSets()
126 std::unordered_set<uint32_t> live_in{ in TEST_F()
133 std::unordered_set<uint32_t> live_out{ in TEST_F()
142 std::unordered_set<uint32_t> live_inout{ in TEST_F()
152 std::unordered_set<uint32_t> live_in{ in TEST_F()
158 std::unordered_set<uint32_t> live_out{ in TEST_F()
168 std::unordered_set<uint32_t> live_in{ in TEST_F()
175 std::unordered_set<uint32_t> live_out{}; in TEST_F()
428 std::unordered_set<uint32_t> live_in{ in TEST_F()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dregister_liveness.cpp34 void CompareSets(const std::unordered_set<Instruction*>& computed, in CompareSets()
35 const std::unordered_set<uint32_t>& expected) { in CompareSets()
126 std::unordered_set<uint32_t> live_in{ in TEST_F()
133 std::unordered_set<uint32_t> live_out{ in TEST_F()
142 std::unordered_set<uint32_t> live_inout{ in TEST_F()
152 std::unordered_set<uint32_t> live_in{ in TEST_F()
158 std::unordered_set<uint32_t> live_out{ in TEST_F()
168 std::unordered_set<uint32_t> live_in{ in TEST_F()
175 std::unordered_set<uint32_t> live_out{}; in TEST_F()
428 std::unordered_set<uint32_t> live_in{ in TEST_F()
[all …]
/external/libcxx/benchmarks/
Dunordered_set_operations.bench.cpp154 std::unordered_set<uint32_t>{},
159 std::unordered_set<uint32_t>{},
165 std::unordered_set<uint32_t>{},
170 std::unordered_set<uint32_t, UInt32Hash>{},
176 std::unordered_set<std::string>{},
181 std::unordered_set<std::string>{},
191 std::unordered_set<uint64_t>{},
196 std::unordered_set<uint64_t, UInt64Hash>{},
202 std::unordered_set<uint64_t>{},
207 std::unordered_set<uint64_t, UInt64Hash>{},
[all …]
/external/libcxx/include/
Dunordered_set2 //===-------------------------- unordered_set -----------------------------===//
16 unordered_set synopsis
25 class unordered_set
49 unordered_set()
54 explicit unordered_set(size_type n, const hasher& hf = hasher(),
58 unordered_set(InputIterator f, InputIterator l,
62 explicit unordered_set(const allocator_type&);
63 unordered_set(const unordered_set&);
64 unordered_set(const unordered_set&, const Allocator&);
65 unordered_set(unordered_set&&)
[all …]
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
Dswap_noexcept.pass.cpp125 typedef std::unordered_set<MoveOnly> C; in main()
130 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
135 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
141 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C; in main()
145 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
152 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOn… in main()
156 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MoveOn… in main()
160 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveOn… in main()
164 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc2<MoveOn… in main()
168 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveO… in main()
[all …]
Ddb_swap_1.pass.cpp31 std::unordered_set<int> c1(a1, a1+sizeof(a1)/sizeof(a1[0])); in main()
32 std::unordered_set<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0])); in main()
33 std::unordered_set<int>::iterator i1 = c1.begin(); in main()
34 std::unordered_set<int>::iterator i2 = c2.begin(); in main()
38 std::unordered_set<int>::iterator j = i1; in main()
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model_test.cc39 SignatureDef BuildSignatureDef(const std::unordered_set<string>& inputs, in BuildSignatureDef()
40 const std::unordered_set<string>& outputs) { in BuildSignatureDef()
89 const GraphDef& graph_def, const std::unordered_set<string>& outputs, in AddGraphDefWithOutputsToSavedModelBundle()
92 BuildSignatureDef(std::unordered_set<string>(), outputs); in AddGraphDefWithOutputsToSavedModelBundle()
146 std::unordered_set<string> inputs; in TestFreezeGraphWithoutDependentVariables()
147 std::unordered_set<string> outputs; in TestFreezeGraphWithoutDependentVariables()
191 std::unordered_set<string> inputs; in TestFreezeGraphWithDependentVariables()
192 std::unordered_set<string> outputs; in TestFreezeGraphWithDependentVariables()
252 std::unordered_set<string> inputs; in TestFreezeGraphWithAndWithoutDependentVariables()
253 std::unordered_set<string> outputs; in TestFreezeGraphWithAndWithoutDependentVariables()
[all …]
Dfreeze_saved_model.cc37 std::unordered_set<string>* tensor_names) { in GetTensorNamesFromTensorInfo()
53 std::unordered_set<string>* inputs, std::unordered_set<string>* outputs) { in GetSignatureDefsInputsAndOutputs()
87 GraphDef* graph_def, const std::unordered_set<string>& outputs, in GetReachableNodesAndVariables()
89 std::unordered_set<string>* reachable_node_names, in GetReachableNodesAndVariables()
90 std::unordered_set<string>* variable_node_names) { in GetReachableNodesAndVariables()
92 static const std::unordered_set<string>* kVariableTypes = in GetReachableNodesAndVariables()
93 new std::unordered_set<string>({"Variable", "VariableV2", "VarHandleOp"}); in GetReachableNodesAndVariables()
121 std::unordered_set<string> variable_names_set, in GetVariableNameToTensorMap()
172 const std::unordered_set<string>& outputs, in FreezeGraphDef()
187 std::unordered_set<string> reachable_node_names; in FreezeGraphDef()
[all …]
/external/libcxx/include/experimental/
Dunordered_set2 //===------------------------- unordered_set ------------------------------===//
14 experimental/unordered_set synopsis
23 using unordered_set = std::unordered_set<T, Hash, Pred,
38 #include <unordered_set>
49 using unordered_set = _VSTD::unordered_set<_Value, _Hash, _Pred,
/external/libcxx/test/std/experimental/memory/memory.resource.aliases/
Dheader_unordered_set_synop.pass.cpp48 using StdSet = std::unordered_set<V, DH, DP, pmr::polymorphic_allocator<V>>; in main()
49 using PmrSet = pmr::unordered_set<V>; in main()
53 using StdSet = std::unordered_set<V, MH, DP, pmr::polymorphic_allocator<V>>; in main()
54 using PmrSet = pmr::unordered_set<V, MH>; in main()
58 using StdSet = std::unordered_set<V, MH, MP, pmr::polymorphic_allocator<V>>; in main()
59 using PmrSet = pmr::unordered_set<V, MH, MP>; in main()
63 pmr::unordered_set<int> m; in main()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.h82 std::unordered_set<BasicBlock*>* live_blocks);
92 const std::unordered_set<BasicBlock*>& live_blocks,
93 std::unordered_set<BasicBlock*>* unreachable_merges,
109 Function* func, const std::unordered_set<BasicBlock*>& live_blocks,
125 Function* func, const std::unordered_set<BasicBlock*>& live_blocks,
126 const std::unordered_set<BasicBlock*>& unreachable_merges,
Dtypes.h185 std::unordered_set<const Type*> seen; in GetHashWords()
191 std::unordered_set<const Type*>* seen) const;
197 std::unordered_set<const Type*>* pSet) const = 0;
227 std::unordered_set<const Type*>* pSet) const override;
248 std::unordered_set<const Type*>* pSet) const override;
269 std::unordered_set<const Type*>* pSet) const override;
291 std::unordered_set<const Type*>* pSet) const override;
322 std::unordered_set<const Type*>* pSet) const override;
350 std::unordered_set<const Type*>* pSet) const override;
370 std::unordered_set<const Type*>* pSet) const override;
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.h84 std::unordered_set<BasicBlock*>* live_blocks);
94 const std::unordered_set<BasicBlock*>& live_blocks,
95 std::unordered_set<BasicBlock*>* unreachable_merges,
111 Function* func, const std::unordered_set<BasicBlock*>& live_blocks,
127 Function* func, const std::unordered_set<BasicBlock*>& live_blocks,
128 const std::unordered_set<BasicBlock*>& unreachable_merges,
Dtypes.h185 std::unordered_set<const Type*> seen; in GetHashWords()
191 std::unordered_set<const Type*>* seen) const;
197 std::unordered_set<const Type*>* pSet) const = 0;
227 std::unordered_set<const Type*>* pSet) const override;
248 std::unordered_set<const Type*>* pSet) const override;
269 std::unordered_set<const Type*>* pSet) const override;
291 std::unordered_set<const Type*>* pSet) const override;
322 std::unordered_set<const Type*>* pSet) const override;
350 std::unordered_set<const Type*>* pSet) const override;
370 std::unordered_set<const Type*>* pSet) const override;
[all …]
/external/libcxx/test/std/containers/unord/unord.set/
Dmerge.pass.cpp56 std::unordered_set<int> src{1, 3, 5}; in main()
57 std::unordered_set<int> dst{2, 4, 5}; in main()
66 typedef std::unordered_set<Counter<int>, throw_hasher<Counter<int>>> set_type; in main()
102 …typedef std::unordered_set<Counter<int>, std::hash<Counter<int>>, std::equal_to<Counter<int>>> fir… in main()
103 typedef std::unordered_set<Counter<int>, hasher, equal> second_set_type; in main()
142 std::unordered_set<int> first; in main()
144 std::unordered_set<int> second; in main()
Dmax_load_factor.pass.cpp31 typedef std::unordered_set<int> C; in main()
36 typedef std::unordered_set<int> C; in main()
44 typedef std::unordered_set<int, std::hash<int>, in main()
50 typedef std::unordered_set<int, std::hash<int>, in main()
60 typedef std::unordered_set<int> C; in main()
Derase_if.pass.cpp75 test<std::unordered_set<int>>(); in main()
76 test<std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>>> (); in main()
77 test<std::unordered_set<int, std::hash<int>, std::equal_to<int>, test_allocator<int>>> (); in main()
79 test<std::unordered_set<long>>(); in main()
80 test<std::unordered_set<double>>(); in main()
Deq.pass.cpp30 typedef std::unordered_set<int> C; in main()
49 typedef std::unordered_set<int> C; in main()
68 typedef std::unordered_set<int> C; in main()
95 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C; in main()
114 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C; in main()
133 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C; in main()
Dbucket_count.pass.cpp27 typedef std::unordered_set<int> C; in main()
32 typedef std::unordered_set<int> C; in main()
50 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C; in main()
55 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C; in main()
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
Ddtor_noexcept.pass.cpp44 typedef std::unordered_set<MoveOnly> C; in main()
48 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
53 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
59 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C; in main()
63 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
Dmove_assign_noexcept.pass.cpp50 typedef std::unordered_set<MoveOnly> C; in main()
54 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
60 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
66 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C; in main()
70 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
Ddefault_noexcept.pass.cpp52 typedef std::unordered_set<MoveOnly> C; in main()
56 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
62 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
67 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C; in main()
71 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
Dmove_noexcept.pass.cpp48 typedef std::unordered_set<MoveOnly> C; in main()
52 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
57 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
63 typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>> C; in main()
67 typedef std::unordered_set<MoveOnly, std::hash<MoveOnly>, in main()
/external/libcxx/test/libcxx/containers/unord/unord.set/
Dmissing_hash_specialization.fail.cpp49 using Set = std::unordered_set<VT>; in main()
59 using Set = std::unordered_set<int, BadHashNoCopy>; in main()
63 using Set = std::unordered_set<int, BadHashNoCall>; in main()
67 using Set = std::unordered_set<int, GoodHashNoDefault>; in main()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.h94 using ClusterInfo = std::tuple<std::unordered_set<string>, // node names
197 static Status ClusterizeNodes(const std::unordered_set<string>& node_names,
233 const std::unordered_set<string>& subgraph_nodes,
252 const std::unordered_set<string>& fused_op_types,
259 const std::unordered_set<string>& fused_node_names,
262 const std::unordered_set<string>& fused_op_types,
291 static std::unordered_set<string> BuildNodeMapFromOpTypes(
292 const GraphDef& graph_def, const std::unordered_set<string>& op_types);
294 static std::unordered_set<string> BuildNodeMapFromOpsDefinitions(

12345678910>>...23