Home
last modified time | relevance | path

Searched refs:static_operands (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_padder.cc1654 std::vector<HloInstruction*> static_operands; in ConvertToStatic() local
1658 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()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h811 absl::Span<const XlaOp> static_operands = {});
1371 absl::Span<const XlaOp> static_operands);
2403 absl::Span<const XlaOp> static_operands = {});
Dxla_builder.cc2125 absl::Span<const XlaOp> static_operands) { in Map() argument
2127 if (!static_operands.empty()) { in Map()
4830 absl::Span<const XlaOp> static_operands) { in Map() argument
4831 return builder->Map(operands, computation, dimensions, static_operands); in Map()