Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc330 const auto reduce_operands = all_operands(); in CreateFromProto() local
331 auto inputs = absl::MakeSpan(reduce_operands) in CreateFromProto()
332 .subspan(0, reduce_operands.size() / 2); in CreateFromProto()
334 absl::MakeSpan(reduce_operands) in CreateFromProto()
335 .subspan(reduce_operands.size() / 2, reduce_operands.size()); in CreateFromProto()
700 const auto reduce_operands = all_operands(); in CreateFromProto() local
701 auto inputs = absl::MakeSpan(reduce_operands) in CreateFromProto()
702 .subspan(0, reduce_operands.size() / 2); in CreateFromProto()
704 absl::MakeSpan(reduce_operands) in CreateFromProto()
705 .subspan(reduce_operands.size() / 2, reduce_operands.size()); in CreateFromProto()