Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h562 absl::Span<const XlaOp> static_operands = {});
985 absl::Span<const XlaOp> static_operands);
1849 absl::Span<const XlaOp> static_operands = {});
Dxla_builder.cc1678 absl::Span<const XlaOp> static_operands) { in Map() argument
1680 if (!static_operands.empty()) { in Map()
3451 absl::Span<const XlaOp> static_operands) { in Map() argument
3452 return builder->Map(operands, computation, dimensions, static_operands); in Map()