Home
last modified time | relevance | path

Searched defs:is_stable (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_key_value_sort.cc30 tensorflow::int32* values_primitive_type_size_in_bytes, bool is_stable, in __xla_cpu_runtime_KeyValueSort()
/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc270 bool is_stable) -> XlaOp { in BuildOpsSubmodule()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto192 bool is_stable = 60; field
Dhlo_creation_utils.cc418 int64 dimension_to_sort, bool is_stable, HloComputation::Builder* builder, in MakeSortHlo()
Dhlo_instructions.h645 bool is_stable() const { return is_stable_; } in is_stable() function
Dhlo_parser.cc1397 optional<bool> is_stable = false; in ParseInstructionRhs() local
Dhlo_instruction.cc1479 bool is_stable) { in CreateSort()
Dhlo_instructions.cc948 bool is_stable) in HloSortInstruction()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc243 int64 dimension, bool is_stable) { in SortInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2061 bool is_stable) { in Sort()
2077 int64 dimension, bool is_stable) { in SortInternal()
4819 int64 dimension, bool is_stable) { in Sort()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc2612 ValueRange operands, int64_t dimension, bool is_stable) { in build()