Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1987 std::vector<int64> all_dimnos(operand_shape.rank()); in ReduceAll() local
1988 std::iota(all_dimnos.begin(), all_dimnos.end(), 0); in ReduceAll()
1989 return Reduce(operand, init_value, computation, all_dimnos); in ReduceAll()