Searched refs:computed_result (Results 1 – 3 of 3) sorted by relevance
458 int64_t expected_result, computed_result; in main() local465 computed_result = __fixtfdi(input.ld); in main()467 if (computed_result != expected_result) { in main()470 printf("\tComputed %016llx ( %lld )\n", computed_result, computed_result); in main()
1607 Literal computed_result = in MapImpl()1614 return computed_result.Get<ReturnT>({}); in MapImpl()1773 double computed_result = 0; in HandleReduce()1775 computed_result += in HandleReduce()1781 return static_cast<ReturnT>(computed_result); in HandleReduce()1806 TF_ASSIGN_OR_RETURN(Literal computed_result, in HandleReduce()1814 result_values[0] = computed_result.Get<ReturnT>({}); in HandleReduce()1817 result_values[i] = computed_result.Get<ReturnT>( in HandleReduce()1921 Literal computed_result = in HandleSelectAndScatter()1926 bool selected = !computed_result.Get<bool>({}); in HandleSelectAndScatter()[all …]
1509 auto computed_result = in HandleSort() local1514 if (!computed_result.ok()) { in HandleSort()1515 compare_status = computed_result.status(); in HandleSort()1518 return computed_result.ValueOrDie().Get<bool>({}); in HandleSort()