/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
H A D | merge_assuming_ops.cc | 108 // Find a preceding `assuming` op. in moveUpIntoAssumingOpMatchAndRewrite() 116 "expect assuming op and root op to be in the same block"); in moveUpIntoAssumingOpMatchAndRewrite() 129 // Find the operands to use if the op was within the assuming region. We in moveUpIntoAssumingOpMatchAndRewrite() 130 // will later use their copies, as we copy the assuming op and its body. in moveUpIntoAssumingOpMatchAndRewrite() 139 // Insert the rewritten assuming op right before the old one. in moveUpIntoAssumingOpMatchAndRewrite() 167 // Replace the assuming op and the root op with the corresponding result in moveUpIntoAssumingOpMatchAndRewrite() 175 /// Move operation into a preceding assuming op. This allows to process 176 /// operations that depend on the assuming op's results. It will eventually 177 /// allow to make assuming regions' constraints independent from each other. 188 // Move elementwise operations into a preceding assuming op. This will [all …]
|
H A D | constraint_fusion_pass.cc | 200 // Eliminate the old assuming regions and inline their ops into the main in materializeBlockGlobalConstraintFusion() 204 // Delete ops that are known to have become redundant by inlining of assuming in materializeBlockGlobalConstraintFusion() 213 // Create fused assuming region with empty body. in materializeBlockGlobalConstraintFusion() 220 // Splice all the original block's operations into the fused assuming region's in materializeBlockGlobalConstraintFusion() 227 // Yield results from the assuming region and pass them on to the original in materializeBlockGlobalConstraintFusion() 242 // Assuming regions in the regarded block are not a real use as they will be in isRemainingUse() 247 // Look through assuming regions' yield ops. in isRemainingUse() 316 // Look into assuming ops to proceed. in analyzeBroadcastableConstraint() 338 // Find all the assuming regions and start the search for reachable in analyzeBlockGlobalConstraints() 380 // Look into assuming regions when running into them. They will be inlined in analyzeBlockGlobalConstraints()
|
H A D | shape_reification_pass.cc | 92 // Create a new assuming op. in matchAndRewrite() 95 // From the old assuming op, move all ops over to this new one, except in matchAndRewrite() 125 // Find the replacement values for the old assuming op. in matchAndRewrite() 133 // Replace all the shape uses with the shape values from the new assuming in matchAndRewrite() 143 "expect to use all results of the new assuming op"); in matchAndRewrite() 145 // Finally, replace the old assuming op. in matchAndRewrite()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
H A D | merge_assuming_ops.mlir | 2 // RUN: --mhlo-merge-assuming-ops --canonicalize --cse %s | \ 53 …// CHECK: %[[ASSUMING_RESULTS:.*]]:3 = shape.assuming %[[ARG0]] -> (tensor<?x32xf32>, tensor<?… 60 %0:2 = shape.assuming %arg0 -> (tensor<?x32xf32>, tensor<?x32xf32>) { 75 …// CHECK: %[[ASSUMING_RESULTS:.*]]:3 = shape.assuming %[[ARG0]] -> (tensor<2xindex>, tensor<3x… 82 %0:2 = shape.assuming %arg0 -> (tensor<2xindex>, tensor<3xindex>) { 98 // CHECK: %[[ASS_RES:.*]] = shape.assuming %[[W]] 103 %0:2 = shape.assuming %arg0 -> (tensor<?x32xf32>, tensor<?x32xf32>) { 118 // CHECK-NOT: assuming 121 %0 = shape.assuming %arg0 -> (!shape.witness) { 134 // CHECK: %[[RES:.*]] = shape.assuming %[[ARG0]] [all …]
|
H A D | constraint_fusion.mlir | 14 // CHECK: %[[RES:.*]] = shape.assuming %[[COMBINED_W]] 36 %3:2 = shape.assuming %2 -> (tensor<?xi1>, tensor<1xindex>) { 51 %7:2 = shape.assuming %6 -> (tensor<?xi1>, tensor<1xindex>) { 64 %9 = shape.assuming %8 -> (tensor<?xi1>) { 88 // CHECK: %[[RES:.*]]:2 = shape.assuming %[[COMBINED_W]] 100 %5 = shape.assuming %4 -> (tensor<?xf32>) { 107 %8 = shape.assuming %7 -> (tensor<?xf32>) { 124 // CHECK: %[[RES:.*]] = shape.assuming %[[W]] 131 %3 = shape.assuming %2 -> (tensor<2xindex>) { 138 %6 = shape.assuming %5 -> (tensor<?x?x32xf16>) { [all …]
|
H A D | shape_reification.mlir | 51 …// CHECK: %[[ASSUMING_RESULTS:.*]]:3 = shape.assuming %[[ARG0]] -> (tensor<?x32xf32>, tensor<?… 58 %0:2 = shape.assuming %arg0 -> (tensor<?x32xf32>, tensor<?x32xf32>) { 76 // CHECK: %[[CONJ01_S01:.*]]:2 = shape.assuming %[[W01]] 85 // CHECK: %[[CONJ23_S23:.*]]:2 = shape.assuming %[[W23]] 92 // CHECK: %[[CONJ0123_:.*]] = shape.assuming %[[W0123]] 102 %3 = shape.assuming %2 -> (tensor<?xi1>) { 117 %7 = shape.assuming %6 -> (tensor<?xi1>) { 132 %11 = shape.assuming %10 -> (tensor<?xi1>) { 158 // CHECK: %[[S10_:.*]]:2 = shape.assuming %[[W]] 165 // CHECK: %{{.*}} = shape.assuming %[[W]] [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
H A D | broadcast_propagation.mlir | 81 %4 = shape.assuming %3 -> (tensor<?x?x32xf16>) { 120 …// CHECK: %[[ASSUMING_RESULTS:.*]]:3 = shape.assuming %[[ARG0]] -> (tensor<?x32xf32>, tensor<?… 127 %0:2 = shape.assuming %arg0 -> (tensor<?x32xf32>, tensor<?x32xf32>) { 142 …// CHECK: %[[ASSUMING_RESULTS:.*]]:3 = shape.assuming %[[ARG0]] -> (tensor<2xindex>, tensor<3x… 149 %0:2 = shape.assuming %arg0 -> (tensor<2xindex>, tensor<3xindex>) { 163 // CHECK: shape.assuming 169 %0:2 = shape.assuming %arg0 -> (tensor<?x32xf32>, tensor<?x32xf32>) { 184 // CHECK-NOT: assuming 187 %0 = shape.assuming %arg0 -> (!shape.witness) { 200 // CHECK: %[[RES:.*]] = shape.assuming %[[ARG0]] [all …]
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | encoding.hpp | 103 …* This template function performs host swap on a given unsigned integer value assuming big-endian … 120 * Reads a `uint16_t` value from a given buffer assuming big-endian encoding. 130 * Reads a `uint32_t` value from a given buffer assuming big-endian encoding. 144 * Reads a 24-bit integer value from a given buffer assuming big-endian encoding. 158 * Reads a `uint64_t` value from a given buffer assuming big-endian encoding. 174 * Reads a `UintType` integer value from a given buffer assuming big-endian encoding. 252 * Writes a `UintType` integer value to a given buffer assuming big-endian encoding. 286 …* This template function performs host swap on a given unsigned integer value assuming little-endi… 303 * Reads a `uint16_t` value from a given buffer assuming little-endian encoding. 313 * Reads a 24-bit integer value from a given buffer assuming little-endian encoding. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1beta1/src/main/java/com/google/cloud/gkehub/v1beta1/ |
H A D | ValidateExclusivityResponse.java | 75 * * `OK` means that exclusivity is validated, assuming the manifest produced 94 * * `OK` means that exclusivity is validated, assuming the manifest produced 113 * * `OK` means that exclusivity is validated, assuming the manifest produced 485 * * `OK` means that exclusivity is validated, assuming the manifest produced 503 * * `OK` means that exclusivity is validated, assuming the manifest produced 525 * * `OK` means that exclusivity is validated, assuming the manifest produced 551 * * `OK` means that exclusivity is validated, assuming the manifest produced 574 * * `OK` means that exclusivity is validated, assuming the manifest produced 603 * * `OK` means that exclusivity is validated, assuming the manifest produced 626 * * `OK` means that exclusivity is validated, assuming the manifest produced [all …]
|
/aosp_15_r20/external/libhevc/decoder/ |
H A D | ihevcd_boundary_strength.c | 318 * will reduce to the following assuming ctb size is one of 16, 32 and 64 in ihevcd_ctb_boundary_strength_islice() 331 * will reduce to the following assuming ctb size is one of 16, 32 and 64 in ihevcd_ctb_boundary_strength_islice() 429 * will reduce to the following assuming ctb size is one of 16, 32 and 64 in ihevcd_ctb_boundary_strength_islice() 443 * will reduce to the following assuming ctb size is one of 16, 32 and 64 in ihevcd_ctb_boundary_strength_islice() 604 * will reduce to the following assuming ctb size is one of 16, 32 and 64 in ihevcd_ctb_boundary_strength_pbslice() 617 * will reduce to the following assuming ctb size is one of 16, 32 and 64 in ihevcd_ctb_boundary_strength_pbslice() 638 * will reduce to the following assuming ctb size is one of 16, 32 and 64 in ihevcd_ctb_boundary_strength_pbslice() 651 * will reduce to the following assuming ctb size is one of 16, 32 and 64 in ihevcd_ctb_boundary_strength_pbslice() 748 * will reduce to the following assuming ctb size is one of 16, 32 and 64 in ihevcd_ctb_boundary_strength_pbslice() 764 * will reduce to the following assuming ctb size is one of 16, 32 and 64 in ihevcd_ctb_boundary_strength_pbslice() [all …]
|
/aosp_15_r20/packages/modules/Permission/PermissionController/res/values/ |
D | strings.xml | 1435 …ed storage case. If ever possible this should stay below 80 characters (assuming the parameters ta… 1438 …d storage case. If ever possible this should stay below 120 characters (assuming the parameters ta… 1442 …from this group. If ever possible this should stay below 80 characters (assuming the parameters ta… 1446 …pecific device. If ever possible this should stay below 120 characters (assuming the parameters ta… 1451 …from this group. If ever possible this should stay below 80 characters (assuming the parameters ta… 1454 …pecific device. If ever possible this should stay below 120 characters (assuming the parameters ta… 1459 … and background. If ever possible this should stay below 80 characters (assuming the parameters ta… 1462 …and background. If ever possible this should stay below 120 characters (assuming the parameters ta… 1467 … and background. If ever possible this should stay below 80 characters (assuming the parameters ta… 1469 …pecific device. If ever possible this should stay below 120 characters (assuming the parameters ta… [all …]
|
/aosp_15_r20/external/executorch/extension/llm/modules/test/ |
H A D | test_position_embeddings.py | 59 ), # assuming aspect ratio is static 75 ), # assuming aspect ratio is static 93 ), # assuming aspect ratio is static 158 ), # assuming aspect ratio is static 174 ), # assuming aspect ratio is static 197 ), # assuming aspect ratio is static
|
/aosp_15_r20/external/libchrome/base/json/ |
H A D | json_parser.h | 154 // Helper function that consumes a comment, assuming that the parser is 165 // Assuming that the parser is currently wound to '{', this parses a JSON 169 // Assuming that the parser is wound to '[', this parses a JSON list into a 176 // Assuming that the parser is wound to a double quote, this parses a string, 187 // Assuming that the parser is wound to the start of a valid JSON number, 194 // Consumes the literal values of |true|, |false|, and |null|, assuming the
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/json/ |
D | json_parser.h | 157 // Helper function that consumes a comment, assuming that the parser is 168 // Assuming that the parser is currently wound to '{', this parses a JSON 172 // Assuming that the parser is wound to '[', this parses a JSON list into a 179 // Assuming that the parser is wound to a double quote, this parses a string, 190 // Assuming that the parser is wound to the start of a valid JSON number, 197 // Consumes the literal values of |true|, |false|, and |null|, assuming the
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/json/ |
D | json_parser.h | 157 // Helper function that consumes a comment, assuming that the parser is 168 // Assuming that the parser is currently wound to '{', this parses a JSON 172 // Assuming that the parser is wound to '[', this parses a JSON list into a 179 // Assuming that the parser is wound to a double quote, this parses a string, 190 // Assuming that the parser is wound to the start of a valid JSON number, 197 // Consumes the literal values of |true|, |false|, and |null|, assuming the
|
/aosp_15_r20/external/cronet/base/json/ |
H A D | json_parser.h | 185 // Helper function that consumes a comment, assuming that the parser is 196 // Assuming that the parser is currently wound to '{', this parses a JSON 200 // Assuming that the parser is wound to '[', this parses a JSON list into a 207 // Assuming that the parser is wound to a double quote, this parses a string, 218 // Assuming that the parser is wound to the start of a valid JSON number, 225 // Consumes the literal values of |true|, |false|, and |null|, assuming the
|
/aosp_15_r20/external/cronet/base/android/ |
H A D | jni_array.h | 207 // Assuming |array| is an byte[][] (array of byte arrays), replaces the 215 // Assuming |array| is an byte[][] (array of byte arrays), replaces the 223 // Assuming |array| is an String[][] (array of String arrays), replaces the 230 // Assuming |array| is an String[][] (array of String arrays), replaces the 238 // Assuming |array| is an int[][] (array of int arrays), replaces the
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | bisect.py | 4 """Insert item x in list a, and keep it sorted assuming a is sorted. 25 """Return the index where to insert item x in list a, assuming a is sorted. 48 """Insert item x in list a, and keep it sorted assuming a is sorted. 68 """Return the index where to insert item x in list a, assuming a is sorted.
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | bisect.py | 5 """Insert item x in list a, and keep it sorted assuming a is sorted. 20 """Return the index where to insert item x in list a, assuming a is sorted. 54 """Insert item x in list a, and keep it sorted assuming a is sorted. 69 """Return the index where to insert item x in list a, assuming a is sorted.
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | bisect.py | 5 """Insert item x in list a, and keep it sorted assuming a is sorted. 20 """Return the index where to insert item x in list a, assuming a is sorted. 54 """Insert item x in list a, and keep it sorted assuming a is sorted. 69 """Return the index where to insert item x in list a, assuming a is sorted.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | bisect.py | 5 """Insert item x in list a, and keep it sorted assuming a is sorted. 20 """Return the index where to insert item x in list a, assuming a is sorted. 54 """Insert item x in list a, and keep it sorted assuming a is sorted. 69 """Return the index where to insert item x in list a, assuming a is sorted.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | bisect.py | 5 """Insert item x in list a, and keep it sorted assuming a is sorted. 20 """Return the index where to insert item x in list a, assuming a is sorted. 54 """Insert item x in list a, and keep it sorted assuming a is sorted. 69 """Return the index where to insert item x in list a, assuming a is sorted.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | bisect.py | 5 """Insert item x in list a, and keep it sorted assuming a is sorted. 20 """Return the index where to insert item x in list a, assuming a is sorted. 54 """Insert item x in list a, and keep it sorted assuming a is sorted. 69 """Return the index where to insert item x in list a, assuming a is sorted.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | bisect.py | 5 """Insert item x in list a, and keep it sorted assuming a is sorted. 20 """Return the index where to insert item x in list a, assuming a is sorted. 54 """Insert item x in list a, and keep it sorted assuming a is sorted. 69 """Return the index where to insert item x in list a, assuming a is sorted.
|
/aosp_15_r20/external/skia/modules/pathkit/ |
H A D | Makefile | 67 echo "Assuming npm ci has been run by user" 68 echo "Also assuming make debug or make release has also been run by a user (if needed)" 73 echo "Assuming npm ci has been run by user" 74 echo "Also assuming make debug or make release has also been run by a user (if needed)"
|