Home
last modified time | relevance | path

Searched defs:all_operands (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc225 const Shape& shape, absl::Span<const XlaOp> all_operands, in ReduceInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2595 std::vector<XlaOp> all_operands; in Reduce() local
2616 const Shape& shape, absl::Span<const XlaOp> all_operands, in ReduceInternal()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc125 const auto all_operands = [&instruction_map, &proto]() { in CreateFromProto() local