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.h522 absl::Span<const XlaOp> static_operands = {});
952 absl::Span<const XlaOp> static_operands);
1781 absl::Span<const XlaOp> static_operands = {});
Dxla_builder.cc1740 absl::Span<const XlaOp> static_operands) { in Map() argument
1742 if (!static_operands.empty()) { in Map()
3385 absl::Span<const XlaOp> static_operands) { in Map() argument
3386 return builder->Map(operands, computation, dimensions, static_operands); in Map()