Home
last modified time | relevance | path

Searched refs:switch_val (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.h76 LLVMValueRef switch_val; member
83 LLVMValueRef switch_val; member
Dlp_bld_tgsi_soa.c157 ctx->switch_stack[ctx->switch_stack_size].switch_val = ctx->switch_val; in lp_exec_switch()
164 ctx->switch_val = switchval; in lp_exec_switch()
214 ctx->switch_val = ctx->switch_stack[ctx->switch_stack_size].switch_val; in lp_exec_endswitch()
239 casemask = lp_build_cmp(mask->bld, PIPE_FUNC_EQUAL, caseval, ctx->switch_val); in lp_exec_case()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_state.py792 switch_val = control_flow_ops.switch(op.inputs[0], pred)[1 - branch]
795 pivot = array_ops.identity(switch_val)
799 gen_resource_variable_ops.variable_shape(switch_val),
801 zeros_shape = array_ops.shape_internal(switch_val, optimize=False)
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc2660 Node* switch_val; in BuildVariableWrites() local
2664 &switch_val)); in BuildVariableWrites()
2673 graph->AddEdge(switch_val, CondBuilder::kThenBranch, write_node, 1); in BuildVariableWrites()
2681 graph->AddEdge(write.value, write.value_output, switch_val, 0); in BuildVariableWrites()