Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc711 const HloInstruction* branch_operand = instruction->operand(j + 1); in CheckConditionalLayout() local
722 branch_operand->shape())); in CheckConditionalLayout()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1930 for (const XlaOp branch_operand : branch_operands) { in Conditional() local
1931 operands.emplace_back(branch_operand); in Conditional()