Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h1667 void set_indices_are_sorted(bool indices_are_sorted) { in set_indices_are_sorted() function
1711 void set_indices_are_sorted(bool indices_are_sorted) { in set_indices_are_sorted() function
Dhlo_instructions.cc2780 proto.set_indices_are_sorted(indices_are_sorted()); in ToProto()
2878 proto.set_indices_are_sorted(indices_are_sorted()); in ToProto()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2291 instr.set_indices_are_sorted(indices_are_sorted); in GatherInternal()
2330 instr.set_indices_are_sorted(indices_are_sorted); in ScatterInternal()