Home
last modified time | relevance | path

Searched refs:comparison_type (Results 1 – 14 of 14) sorted by relevance

/external/ComputeLibrary/tests/validation/
DValidation.h319 … using comparison_type = typename std::conditional<std::is_integral<U>::value, int64_t, U>::type;
321 …const comparison_type abs_difference(std::abs(static_cast<comparison_type>(this->_target) - static…
323 return abs_difference <= static_cast<comparison_type>(this->_tolerance);
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/python/
Dattributes.py134 assert attr.comparison_type == "TOTALORDER"
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DChloEnums.td71 def CHLO_ComparisonTypeAttr : EnumAttr<CHLO_Dialect, CHLO_ComparisonType, "comparison_type">;
DStablehloEnums.td146 …eHLO_ComparisonTypeAttr : EnumAttr<StableHLO_Dialect, StableHLO_ComparisonType, "comparison_type">;
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops_base_enums.td148 def HLO_ComparisonTypeAttr : EnumAttr<HLO_Dialect, HLO_ComparisonType, "comparison_type">;
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/tests/
Dverify_select_and_scatter.mlir12 compare_type = #stablehlo<comparison_type TOTALORDER>,
40 compare_type = #stablehlo<comparison_type TOTALORDER>,
70 compare_type = #stablehlo<comparison_type TOTALORDER>,
Dops_stablehlo.mlir2063 …%1 = "stablehlo.compare"(%arg0, %arg1) {compare_type = #stablehlo<comparison_type FLOAT>, comparis…
2076 …%7 = "stablehlo.compare"(%arg0, %arg1) {compare_type = #stablehlo<comparison_type FLOAT>, comparis…
2088 …%7 = "stablehlo.compare"(%arg0, %arg1) {compare_type = #stablehlo<comparison_type FLOAT>, comparis…
2100 …%7 = "stablehlo.compare"(%arg0, %arg1) {compare_type = #stablehlo<comparison_type FLOAT>, comparis…
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/
Dverifier_select_and_scatter_op.mlir12 compare_type = #mhlo<comparison_type TOTALORDER>,
40 compare_type = #mhlo<comparison_type TOTALORDER>,
70 compare_type = #mhlo<comparison_type TOTALORDER>,
Dops.mlir2081 …%1 = "mhlo.compare"(%arg0, %arg1) {compare_type = #mhlo<comparison_type FLOAT>, comparison_directi…
2094 …%7 = "mhlo.compare"(%arg0, %arg1) {compare_type = #mhlo<comparison_type FLOAT>, comparison_directi…
2106 …%7 = "mhlo.compare"(%arg0, %arg1) {compare_type = #mhlo<comparison_type FLOAT>, comparison_directi…
2118 …%7 = "mhlo.compare"(%arg0, %arg1) {compare_type = #mhlo<comparison_type FLOAT>, comparison_directi…
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dexport.mlir1151 …%2 = "mhlo.compare"(%arg3, %arg4) {compare_type = #mhlo<comparison_type TOTALORDER>, comparison_di…
1360 …%7 = "mhlo.compare"(%arg0, %arg1) {compare_type = #mhlo<comparison_type FLOAT>, comparison_directi…
1379 …%7 = "mhlo.compare"(%arg0, %arg1) {compare_type = #mhlo<comparison_type FLOAT>, comparison_directi…
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto317 string comparison_type = 72; field
Dhlo_instruction.cc249 auto comparison_type_str = proto.comparison_type(); in CreateFromProto()
252 TF_ASSIGN_OR_RETURN(auto comparison_type, in CreateFromProto()
255 *comparison_direction, comparison_type); in CreateFromProto()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dlegalize_hlo.mlir546 …roadcast_dimensions = dense<1> : tensor<1xi64>, compare_type = #mhlo<comparison_type TOTALORDER>, …
619 …%0 = "mhlo.compare"(%arg0, %arg1) {compare_type = #mhlo<comparison_type TOTALORDER>, comparison_di…
3211 …%3 = "mhlo.compare"(%arg1, %arg2) {compare_type = #mhlo<comparison_type TOTALORDER>, comparison_di…
3231 …%3 = "mhlo.compare"(%arg1, %arg2) {compare_type = #mhlo<comparison_type TOTALORDER>, comparison_di…
3248 …%3 = "mhlo.compare"(%arg1, %arg2) {compare_type = #mhlo<comparison_type TOTALORDER>, comparison_di…
3260 …%4 = "mhlo.compare"(%arg1, %arg2) {compare_type = #mhlo<comparison_type TOTALORDER>, comparison_di…
/external/python/cpython3/Parser/
Dparser.c194 #define comparison_type 1118 macro