Searched refs:cond_value (Results 1 – 3 of 3) sorted by relevance
66 bool cond_value = cond_data[0]; in Run() local68 if (cond_data[i] != cond_value) { in Run()79 RemoveTrivialPassthroughOp(this, model, op_index, cond_value ? 1 : 2); in Run()
132 bool cond_value = cond->data.b[0]; in Eval() local141 cond_value ? op_data->then_subgraph_index : op_data->else_subgraph_index; in Eval()
291 const HloValue& cond_value = dataflow_.GetUniqueValueAt( in ComputeConditionalAliasedBuffers() local297 << cond_value.ToShortString(); in ComputeConditionalAliasedBuffers()298 aliased_buffers->push_back(GetBufferForValue(cond_value)); in ComputeConditionalAliasedBuffers()