Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_scatter_ops.cc34 context, context->GetAttr("indices_are_sorted", &indices_are_sorted_)); in GatherOp()
43 slice_sizes, indices_are_sorted_); in Compile()
49 bool indices_are_sorted_; member in tensorflow::__anond94b8f570111::GatherOp
66 context, context->GetAttr("indices_are_sorted", &indices_are_sorted_)); in ScatterOp()
90 dnums_, indices_are_sorted_); in Compile()
97 bool indices_are_sorted_; member in tensorflow::__anond94b8f570111::ScatterOp
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h1666 bool indices_are_sorted() const { return indices_are_sorted_; } in indices_are_sorted()
1668 indices_are_sorted_ = indices_are_sorted; in set_indices_are_sorted()
1695 bool indices_are_sorted_; variable
1710 bool indices_are_sorted() const { return indices_are_sorted_; } in indices_are_sorted()
1712 indices_are_sorted_ = indices_are_sorted; in set_indices_are_sorted()
1741 bool indices_are_sorted_; variable
Dhlo_instructions.cc2728 indices_are_sorted_(indices_are_sorted) { in HloGatherInstruction()
2823 indices_are_sorted_(indices_are_sorted), in HloScatterInstruction()