Home
last modified time | relevance | path

Searched refs:branch_operands (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h215 absl::Span<const Shape> branch_operands);
Dshape_inference.cc2558 absl::Span<const Shape> branch_operands) { in InferConditionalShape() argument
2569 TF_RET_CHECK(branch_computations.size() == branch_operands.size()); in InferConditionalShape()
2578 branch_operands[j])) { in InferConditionalShape()
2581 ShapeUtil::HumanString(branch_operands[j]), in InferConditionalShape()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1904 absl::Span<const XlaOp> branch_operands) { in Conditional() argument
1910 std::vector<Shape> branch_operand_shapes(branch_operands.size()); in Conditional()
1913 for (int j = 0; j < branch_operands.size(); ++j) { in Conditional()
1915 GetShape(branch_operands[j])); in Conditional()
1930 for (const XlaOp branch_operand : branch_operands) { in Conditional()
3413 absl::Span<const XlaOp> branch_operands) { in Conditional() argument
3415 branch_operands); in Conditional()
Dxla_builder.h538 absl::Span<const XlaOp> branch_operands);
965 absl::Span<const XlaOp> branch_operands);
1808 absl::Span<const XlaOp> branch_operands);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2158 std::vector<BufferAllocation::Slice> branch_operands; in BuildConditionalThunk() local
2161 branch_operands.emplace_back(GetAllocationSlice(*hlo->operand(j + 1))); in BuildConditionalThunk()
2170 GetAllocationSlice(*hlo->operand(0)), branch_operands, in BuildConditionalThunk()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md563 <b> `Conditional(branch_index, branch_computations, branch_operands)` </b>
572 | `branch_operands` | sequence of N `XlaOp` | Arguments of type $$ T_0 , |
581 will be invoked with `branch_operands[b]` which must be of the same type. The