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.cc243 const auto reduce_operands = all_operands(); in CreateFromProto() local
244 auto inputs = absl::MakeSpan(reduce_operands) in CreateFromProto()
245 .subspan(0, reduce_operands.size() / 2); in CreateFromProto()
247 absl::MakeSpan(reduce_operands) in CreateFromProto()
248 .subspan(reduce_operands.size() / 2, reduce_operands.size()); in CreateFromProto()