Home
last modified time | relevance | path

Searched refs:scalar_pred (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dstable_sort_expander.cc181 Shape scalar_pred = ShapeUtil::MakeShape(PRED, {}); in ExpandInstruction() local
184 scalar_pred, old_root, cloned_root, ComparisonDirection::kEq)); in ExpandInstruction()
187 scalar_pred, comparator->parameter_instruction(2 * iota_index), in ExpandInstruction()
Dwhile_util.cc154 Shape scalar_pred = ShapeUtil::MakeShape(PRED, {}); in MakeCountedLoopConditionComputation() local
158 {&loop_state_shape}, scalar_pred, "while_cond")); in MakeCountedLoopConditionComputation()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1021 LLVMValueRef scalar_pred = pred ? in emit_mask_scatter() local
1028 if (scalar_pred) { in emit_mask_scatter()
1031 real_val = lp_build_select(&bld->elem_bld, scalar_pred, val, dst_val); in emit_mask_scatter()