Home
last modified time | relevance | path

Searched refs:combine (Results 1 – 25 of 1426) sorted by relevance

12345678910>>...58

/external/tensorflow/tensorflow/python/framework/
Dtest_combinations_test.py44 }], combinations.combine(a=[1, 2], b=[2, 3]))
52 ], combinations.combine(ab=[2, 3], aa=[1, 2]))
61 }], combinations.combine(a=[1, 2], b=2))
74 combinations.combine(a=[1, 2]) + combinations.combine(b=[2, 3]))
77 c1 = combinations.combine(mode=["graph"], loss=["callable", "tensor"])
78 c2 = combinations.combine(mode=["eager"], loss=["callable"])
79 c3 = combinations.combine(distribution=["d1", "d2"])
97 c1 = combinations.combine(mode=["graph", "eager"])
98 c2 = combinations.combine(optimizer=["adam", "gd"])
99 c3 = combinations.combine(distribution=["d1", "d2"])
[all …]
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dalu32_perm.ll13 ; CHECK: = combine({{.*}}, #0)
20 ; CHECK: = combine(#0, {{.*}})
27 ; CHECK: = combine(#0, #0)
29 declare i32 @llvm.hexagon.A2.combine.hh(i32, i32)
31 %z = call i32 @llvm.hexagon.A2.combine.hh(i32 %a, i32 %b)
34 ; CHECK: = combine({{.*}}, {{.*}})
36 declare i32 @llvm.hexagon.A2.combine.hl(i32, i32)
38 %z = call i32 @llvm.hexagon.A2.combine.hl(i32 %a, i32 %b)
41 ; CHECK: = combine({{.*}}, {{.*}})
43 declare i32 @llvm.hexagon.A2.combine.lh(i32, i32)
[all …]
/external/llvm-project/llvm/test/CodeGen/Hexagon/intrinsics/
Dalu32_perm.ll13 ; CHECK: = combine({{.*}},#0)
20 ; CHECK: = combine(#0,{{.*}})
27 ; CHECK: = combine(#0,#0)
29 declare i32 @llvm.hexagon.A2.combine.hh(i32, i32)
31 %z = call i32 @llvm.hexagon.A2.combine.hh(i32 %a, i32 %b)
34 ; CHECK: = combine({{.*}},{{.*}})
36 declare i32 @llvm.hexagon.A2.combine.hl(i32, i32)
38 %z = call i32 @llvm.hexagon.A2.combine.hl(i32 %a, i32 %b)
41 ; CHECK: = combine({{.*}},{{.*}})
43 declare i32 @llvm.hexagon.A2.combine.lh(i32, i32)
[all …]
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dinterleave_test.py110 combinations.combine(
117 ]]) + combinations.combine(
124 ]]) + combinations.combine(
131 ]]) + combinations.combine(
139 combinations.combine(
158 combinations.combine(
162 num_parallel_calls=[None, 1]) + combinations.combine(
166 num_parallel_calls=[None, 1, 2]) + combinations.combine(
171 combinations.combine(
175 num_parallel_calls=[None, 1]) + combinations.combine(
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texblend.c132 const struct gl_tex_env_combine_state * combine, in i830SetTexEnvCombine() argument
136 const GLuint numColorArgs = combine->_NumArgsRGB; in i830SetTexEnvCombine()
137 GLuint numAlphaArgs = combine->_NumArgsA; in i830SetTexEnvCombine()
167 switch (combine->ModeRGB) { in i830SetTexEnvCombine()
169 alpha_shift = combine->ScaleShiftA; in i830SetTexEnvCombine()
179 rgb_shift = combine->ScaleShiftRGB; in i830SetTexEnvCombine()
180 alpha_shift = combine->ScaleShiftA; in i830SetTexEnvCombine()
185 switch (combine->ModeRGB) { in i830SetTexEnvCombine()
221 switch (combine->SourceRGB[i]) { in i830SetTexEnvCombine()
229 args_RGB[i] = GetTexelOp(combine->SourceRGB[i] - GL_TEXTURE0); in i830SetTexEnvCombine()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner_test.cc125 AllReduceCombiner combine(10 * 1024 * 1024, kMaxCombineCount); in TEST_F() local
127 TF_ASSERT_OK_AND_ASSIGN(bool changed, combine.Run(module.get())); in TEST_F()
173 AllReduceCombiner combine(10 * 1024 * 1024, kMaxCombineCount); in TEST_F() local
175 TF_ASSERT_OK_AND_ASSIGN(bool changed, combine.Run(module.get())); in TEST_F()
195 AllReduceCombiner combine((8 + 4) * 1024 - 1, kMaxCombineCount); in TEST_F() local
197 TF_ASSERT_OK_AND_ASSIGN(bool changed, combine.Run(module.get())); in TEST_F()
205 AllReduceCombiner combine((8 + 4) * 1024, kMaxCombineCount); in TEST_F() local
207 TF_ASSERT_OK_AND_ASSIGN(bool changed, combine.Run(module.get())); in TEST_F()
232 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
234 TF_ASSERT_OK_AND_ASSIGN(bool changed, combine.Run(module.get())); in TEST_F()
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dstrategy_combinations_test.py42 combinations.combine(
58 combinations.combine(
74 combinations.combine(
94 combinations.combine(strategy=[
104 combinations.combine(strategy=[
115 combinations.combine(strategy=[
127 combinations.combine(strategy=[
136 combinations.combine(strategy=strategy_combinations.tpu_strategies))
148 combinations.combine(strategy=[
158 combinations.combine(strategy=[
[all …]
Dcombinations_test.py43 framework_combinations.combine(distribution=[
53 framework_combinations.combine(distribution=[
62 framework_combinations.combine(v=1),
69 framework_combinations.combine(distribution=[
80 framework_combinations.combine(
93 @combinations.generate(combinations.combine(num_workers=2,))
101 @combinations.generate(combinations.combine(num_workers=2))
125 framework_combinations.combine(
145 combinations.combine(distribution=[
163 combinations.combine(distribution=[
[all …]
Dcustom_training_loop_input_test.py80 combinations.combine(
101 combinations.combine(
123 combinations.combine(
141 combinations.combine(
161 combinations.combine(
186 combinations.combine(
201 combinations.combine(
221 combinations.combine(
244 combinations.combine(
276 combinations.combine(
[all …]
/external/llvm/test/MC/Disassembler/Hexagon/
Dalu32_perm.txt6 # CHECK: r17 = combine(r31.h, r21.h)
8 # CHECK: r17 = combine(r31.h, r21.l)
10 # CHECK: r17 = combine(r31.l, r21.h)
12 # CHECK: r17 = combine(r31.l, r21.l)
14 # CHECK: r17:16 = combine(#21, #31)
16 # CHECK: r17:16 = combine(#21, r31)
18 # CHECK: r17:16 = combine(r21, #31)
20 # CHECK: r17:16 = combine(r21, r31)
/external/llvm-project/llvm/test/MC/Disassembler/Hexagon/
Dalu32_perm.txt6 # CHECK: r17 = combine(r31.h,r21.h)
8 # CHECK: r17 = combine(r31.h,r21.l)
10 # CHECK: r17 = combine(r31.l,r21.h)
12 # CHECK: r17 = combine(r31.l,r21.l)
14 # CHECK: r17:16 = combine(#21,#31)
16 # CHECK: r17:16 = combine(#21,r31)
18 # CHECK: r17:16 = combine(r21,#31)
20 # CHECK: r17:16 = combine(r21,r31)
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DCombineParametersTestBase.kt15 val flow = combine(flowOf("1"), flowOf(2), flowOf(null)) { a, b, c -> a + b + c } in <lambda>()
30 …val flow = combine(flowOf("1"), flowOf(2), flowOf("3"), flowOf(null)) { a, b, c, d -> a + b + c + … in <lambda>()
44 …val flow = combine(flowOf("1"), flowOf(2), flowOf("3"), flowOf(4.toByte()), flowOf(null)) { a, b, … in <lambda>()
61 val flow = combine(flowOf(1), flowOf("2")) { args: Array<Any?> -> in <lambda>()
69 val flow = combine(listOf(flowOf(1), flowOf("2"))) { args: Array<Any?> -> in <lambda>()
77 val flow = combine( in <lambda>()
103 val list = combine(flowOf(1, 2, 3)) { args: Array<Any?> -> args[0] }.toList() in <lambda>()
115 val value = combine(flowOf(1), flowOf(2)) { args: Array<Int> -> in <lambda>()
151 val value = combine(emptyList()) { args: Array<Int> -> in <lambda>()
159 val value = combine { args: Array<Int> -> in <lambda>()
[all …]
/external/openscreen/third_party/abseil/src/absl/hash/internal/
Dhash.h163 static H combine(H state, const T& value, const Ts&... values);
164 static H combine(H state) { return state; } in combine() function
268 return H::combine(std::move(hash_state),
281 return H::combine(std::move(hash_state),
305 hash_state = H::combine(std::move(hash_state), std::signbit(value));
323 hash_state = H::combine(std::move(hash_state), mantissa, exp);
326 return H::combine(std::move(hash_state), category);
337 return H::combine(std::move(hash_state), v, v);
343 return H::combine(std::move(hash_state), static_cast<void*>(nullptr));
362 return H::combine(std::move(hash_state), p.first, p.second);
[all …]
/external/libtextclassifier/abseil-cpp/absl/hash/internal/
Dhash.h163 static H combine(H state, const T& value, const Ts&... values);
164 static H combine(H state) { return state; } in combine() function
268 return H::combine(std::move(hash_state),
281 return H::combine(std::move(hash_state),
305 hash_state = H::combine(std::move(hash_state), std::signbit(value));
323 hash_state = H::combine(std::move(hash_state), mantissa, exp);
326 return H::combine(std::move(hash_state), category);
337 return H::combine(std::move(hash_state), v, v);
343 return H::combine(std::move(hash_state), static_cast<void*>(nullptr));
362 return H::combine(std::move(hash_state), p.first, p.second);
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dhash.h163 static H combine(H state, const T& value, const Ts&... values);
164 static H combine(H state) { return state; } in combine() function
268 return H::combine(std::move(hash_state),
281 return H::combine(std::move(hash_state),
305 hash_state = H::combine(std::move(hash_state), std::signbit(value));
323 hash_state = H::combine(std::move(hash_state), mantissa, exp);
326 return H::combine(std::move(hash_state), category);
337 return H::combine(std::move(hash_state), v, v);
343 return H::combine(std::move(hash_state), static_cast<void*>(nullptr));
362 return H::combine(std::move(hash_state), p.first, p.second);
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dtake_while_test.py39 combinations.combine(num_elements=[14, 15], window_size=[2]) +
40 combinations.combine(num_elements=[100], window_size=[3])))
58 combinations.combine(
60 combinations.combine(
62 combinations.combine(
64 combinations.combine(
66 combinations.combine(
100 combinations.combine(size=[5], index=[3]) +
101 combinations.combine(size=[10], index=[0]) +
102 combinations.combine(size=[100], index=[5]) +
[all …]
Dassert_cardinality_test.py46 combinations.combine(
51 combinations.combine(
56 combinations.combine(
61 combinations.combine(
66 combinations.combine(
71 combinations.combine(
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
Dhash.h110 static H combine(H state, const T& value, const Ts&... values);
111 static H combine(H state) { return state; } in combine() function
271 return H::combine(std::move(hash_state),
284 return H::combine(std::move(hash_state),
308 hash_state = H::combine(std::move(hash_state), std::signbit(value));
326 hash_state = H::combine(std::move(hash_state), mantissa, exp);
329 return H::combine(std::move(hash_state), category);
340 return H::combine(std::move(hash_state), v, v);
346 return H::combine(std::move(hash_state), static_cast<void*>(nullptr));
365 return H::combine(std::move(hash_state), p.first, p.second);
[all …]
/external/abseil-cpp/absl/hash/internal/
Dhash.h110 static H combine(H state, const T& value, const Ts&... values);
111 static H combine(H state) { return state; } in combine() function
271 return H::combine(std::move(hash_state),
284 return H::combine(std::move(hash_state),
308 hash_state = H::combine(std::move(hash_state), std::signbit(value));
326 hash_state = H::combine(std::move(hash_state), mantissa, exp);
329 return H::combine(std::move(hash_state), category);
340 return H::combine(std::move(hash_state), v, v);
346 return H::combine(std::move(hash_state), static_cast<void*>(nullptr));
365 return H::combine(std::move(hash_state), p.first, p.second);
[all …]
/external/angle/third_party/abseil-cpp/absl/hash/internal/
Dhash.h165 static H combine(H state, const T& value, const Ts&... values);
166 static H combine(H state) { return state; } in combine() function
270 return H::combine(std::move(hash_state),
283 return H::combine(std::move(hash_state),
307 hash_state = H::combine(std::move(hash_state), std::signbit(value));
325 hash_state = H::combine(std::move(hash_state), mantissa, exp);
328 return H::combine(std::move(hash_state), category);
339 return H::combine(std::move(hash_state), v, v);
345 return H::combine(std::move(hash_state), static_cast<void*>(nullptr));
364 return H::combine(std::move(hash_state), p.first, p.second);
[all …]
/external/llvm-project/llvm/test/Transforms/CodeExtractor/
D2004-03-18-InvokeHandling.ll11 i32 61, label %combine
12 i32 33, label %combine
13 i32 94, label %combine
14 i32 37, label %combine
15 i32 47, label %combine
16 i32 42, label %combine
17 i32 62, label %combine
18 i32 60, label %combine
19 i32 58, label %combine
20 i32 124, label %combine
[all …]
/external/llvm/test/Transforms/CodeExtractor/
D2004-03-18-InvokeHandling.ll11 i32 61, label %combine
12 i32 33, label %combine
13 i32 94, label %combine
14 i32 37, label %combine
15 i32 47, label %combine
16 i32 42, label %combine
17 i32 62, label %combine
18 i32 60, label %combine
19 i32 58, label %combine
20 i32 124, label %combine
[all …]
/external/tensorflow/tensorflow/python/keras/distribute/
Dminimize_loss_test.py77 combinations.combine(mode=["graph"], use_callable_loss=[True, False])
78 + combinations.combine(mode=["eager"], use_callable_loss=[True])) +
81 combinations.combine(
83 combinations.combine(
87 use_callable_loss=[True]) + combinations.combine(
128 combinations.combine(mode=["graph"], use_callable_loss=[True, False])
129 + combinations.combine(mode=["eager"], use_callable_loss=[True])) +
132 combinations.combine(
167 combinations.combine(mode=["graph", "eager"])) + combinations.combine(
233 combinations.combine(momentum=[0.8, 0.9, 0.99], renorm=[False, True]),
[all …]
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Ddisasm.c622 ppir_codegen_field_combine *combine = code; in print_combine() local
624 if (combine->scalar.dest_vec && in print_combine()
625 combine->scalar.arg1_en) { in print_combine()
631 asm_op op = combine_ops[combine->scalar.op]; in print_combine()
636 printf("op%u", combine->scalar.op); in print_combine()
639 if (!combine->scalar.dest_vec) in print_combine()
640 print_outmod(combine->scalar.dest_modifier); in print_combine()
643 if (combine->scalar.dest_vec) { in print_combine()
644 printf("$%u", combine->vector.dest); in print_combine()
645 print_mask(combine->vector.mask); in print_combine()
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
DStylesTest.java25 assertEquals(null, Styles.combine()); in testCombine1()
30 assertEquals(null, Styles.combine((String) null)); in testCombine2()
35 assertEquals("aaa", Styles.combine("aaa")); in testCombine3()
41 Styles.combine("aaa", null, "bbb", "ccc", null)); in testCombine4()

12345678910>>...58