Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsort_ops.cc64 OP_REQUIRES_OK(context, context->GetAttr("is_stable", &is_stable_)); in XlaVariadicSortOp()
114 xla::Sort(inputs, *comparator.computation, dimension, is_stable_); in Compile()
127 bool is_stable_; member in tensorflow::__anoncb53640f0111::XlaVariadicSortOp
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h645 bool is_stable() const { return is_stable_; } in is_stable()
660 bool is_stable_; variable
Dhlo_instructions.cc951 is_stable_(is_stable) {