Searched refs:static_operands (Results 1 – 3 of 3) sorted by relevance
1654 std::vector<HloInstruction*> static_operands; in ConvertToStatic() local1658 static_operands.push_back(ConvertToStatic(operand)); in ConvertToStatic()1660 static_operands.push_back(operand); in ConvertToStatic()1663 return comp->AddInstruction(HloInstruction::CreateTuple(static_operands)); in ConvertToStatic()
811 absl::Span<const XlaOp> static_operands = {});1371 absl::Span<const XlaOp> static_operands);2403 absl::Span<const XlaOp> static_operands = {});
2125 absl::Span<const XlaOp> static_operands) { in Map() argument2127 if (!static_operands.empty()) { in Map()4830 absl::Span<const XlaOp> static_operands) { in Map() argument4831 return builder->Map(operands, computation, dimensions, static_operands); in Map()