Searched refs:comparison_type (Results 1 – 14 of 14) sorted by relevance
/external/ComputeLibrary/tests/validation/ |
D | Validation.h | 319 … 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/ |
D | attributes.py | 134 assert attr.comparison_type == "TOTALORDER"
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
D | ChloEnums.td | 71 def CHLO_ComparisonTypeAttr : EnumAttr<CHLO_Dialect, CHLO_ComparisonType, "comparison_type">;
|
D | StablehloEnums.td | 146 …eHLO_ComparisonTypeAttr : EnumAttr<StableHLO_Dialect, StableHLO_ComparisonType, "comparison_type">;
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | hlo_ops_base_enums.td | 148 def HLO_ComparisonTypeAttr : EnumAttr<HLO_Dialect, HLO_ComparisonType, "comparison_type">;
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/tests/ |
D | verify_select_and_scatter.mlir | 12 compare_type = #stablehlo<comparison_type TOTALORDER>, 40 compare_type = #stablehlo<comparison_type TOTALORDER>, 70 compare_type = #stablehlo<comparison_type TOTALORDER>,
|
D | ops_stablehlo.mlir | 2063 …%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/ |
D | verifier_select_and_scatter_op.mlir | 12 compare_type = #mhlo<comparison_type TOTALORDER>, 40 compare_type = #mhlo<comparison_type TOTALORDER>, 70 compare_type = #mhlo<comparison_type TOTALORDER>,
|
D | ops.mlir | 2081 …%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/ |
D | export.mlir | 1151 …%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/ |
D | hlo.proto | 317 string comparison_type = 72; field
|
D | hlo_instruction.cc | 249 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/ |
D | legalize_hlo.mlir | 546 …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/ |
D | parser.c | 194 #define comparison_type 1118 macro
|