Home
last modified time | relevance | path

Searched refs:out_expr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager_test.cc135 auto out_expr = test_case->expected.template flat<Scalar>(); in MakeReductionTestCase() local
137 out_expr(j) = out_expr(j) * in_val; in MakeReductionTestCase()
139 out_expr(j) = out_expr(j) + in_val; in MakeReductionTestCase()
141 if (in_val > out_expr(j)) { in MakeReductionTestCase()
142 out_expr(j) = in_val; in MakeReductionTestCase()
145 if (in_val < out_expr(j)) { in MakeReductionTestCase()
146 out_expr(j) = in_val; in MakeReductionTestCase()
187 auto out_expr = test_case->expected.template flat<Scalar>(); in MakeGatherTestCase() local
188 out_expr(gather_idx + j) = in_val; in MakeGatherTestCase()
/external/rust/crates/syn/tests/common/
Deq.rs402 InOut(reg late expr) SplitInOut(reg late in_expr out_expr) Const(anon_const)