Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dtopk_v2.cc109 const std::vector<int32>& sorted_result() { in sorted_result() function in tflite::ops::builtin::topk_v2::__anonb35a0bd70111::TopContainer
152 const auto& top_k = topc.sorted_result(); in TopK()
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py1655 sorted_result = sparse_reorder(result)
1657 sorted_result.indices, sorted_result.values, new_shape)