/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | infer.go | 31 // If successful, infer returns the complete list of given and inferred type arguments, one for each 34 …Param, targs []Type, params *Tuple, args []*operand, reverse bool, err *error_) (inferred []Type) { 41 assert(inferred == nil || len(inferred) == len(tparams) && !containsNil(inferred)) 48 check.dump("=> %s ➞ %s\n", tparams, inferred) 102 // "type string of s does not match inferred type int for P" 103 // even though the type int was provided (not inferred) for P. 120 targs := u.inferred(tparams) 122 // The first type parameter couldn't be inferred. 123 // If none of them could be inferred, don't try 124 // to provide the inferred type in the error msg. [all …]
|
D | unify.go | 62 // p ➞ y type parameter p is set to type y (p is inferred to be y) 63 // p ⇄ q type parameters p and q match (p is inferred to be q and vice versa) 70 // corresponding types inferred for each type parameter. 73 // handles maps each type parameter to its inferred type through 74 // an indirection *Type called (inferred type) "handle". 76 // with a nil (i.e., not yet inferred) type. 141 // As a side-effect, types may be inferred for type parameters. 195 // Both type parameters have (possibly different) inferred types. Cannot join. 198 // Only type parameter x has an inferred type. Use handle of x. 202 // // Only type parameter y has an inferred type. Use handle of y. [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | infer.go | 28 // If successful, infer returns the complete list of given and inferred type arguments, one for each 31 …Param, targs []Type, params *Tuple, args []*operand, reverse bool, err *error_) (inferred []Type) { 38 assert(inferred == nil || len(inferred) == len(tparams) && !containsNil(inferred)) 45 check.dump("=> %s ➞ %s\n", tparams, inferred) 99 // "type string of s does not match inferred type int for P" 100 // even though the type int was provided (not inferred) for P. 117 targs := u.inferred(tparams) 119 // The first type parameter couldn't be inferred. 120 // If none of them could be inferred, don't try 121 // to provide the inferred type in the error msg. [all …]
|
D | unify.go | 59 // p ➞ y type parameter p is set to type y (p is inferred to be y) 60 // p ⇄ q type parameters p and q match (p is inferred to be q and vice versa) 67 // corresponding types inferred for each type parameter. 70 // handles maps each type parameter to its inferred type through 71 // an indirection *Type called (inferred type) "handle". 73 // with a nil (i.e., not yet inferred) type. 138 // As a side-effect, types may be inferred for type parameters. 192 // Both type parameters have (possibly different) inferred types. Cannot join. 195 // Only type parameter x has an inferred type. Use handle of x. 199 // // Only type parameter y has an inferred type. Use handle of y. [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | python_api_parameter_converter_test.py | 91 def assertInferredEqual(self, api_info, inferred, expected): argument 92 """Asserts that inferred attributes have the expected values.""" 97 self.assertLen(inferred.types, len(inferred_type_attrs)) 98 self.assertLen(inferred.type_lists, len(inferred_type_list_attrs)) 99 self.assertLen(inferred.lengths, len(inferred_length_attrs)) 101 for i, val in enumerate(inferred.types): 105 for i, val in enumerate(inferred.type_lists): 107 for i, val in enumerate(inferred.lengths): 151 inferred = Convert(api_info, tensor_converter, params) 152 self.assertEqual(inferred.types, []) [all …]
|
H A D | python_api_info.h | 53 // * Information about "inferred attributes" -- attributes whose values are 54 // inferred from `input` parameters. There are two kinds of inferred 55 // attributes: Tensor dtypes, which are inferred from tensor and list(tensor) 56 // parameters; and list lengths, which are inferred from list(tensor) 62 // not include inferred attributes). `-1` is used for inferred attributes. 67 ParamIndex index; // -1 if this is an inferred attribute 119 // Structure used to return inferred attribute values. 120 // * types[i] is the inferred value for inferred_type_attrs()[i] 121 // * type_lists[i] is the inferred value for inferred_type_list_attrs()[i] 122 // * lengths[i] is the inferred value for inferred_length_attrs()[i] [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/net/ |
H A D | NetworkPolicy.java | 94 public boolean inferred = false; field in NetworkPolicy 117 boolean metered, boolean inferred) { in NetworkPolicy() argument 119 limitBytes, lastWarningSnooze, lastLimitSnooze, metered, inferred); in NetworkPolicy() 125 boolean inferred) { in NetworkPolicy() argument 127 SNOOZE_NEVER, metered, inferred); in NetworkPolicy() 132 boolean metered, boolean inferred) { in NetworkPolicy() argument 141 this.inferred = inferred; in NetworkPolicy() 153 inferred = source.readInt() != 0; in NetworkPolicy() 166 dest.writeInt(inferred ? 1 : 0); in writeToParcel() 232 lastWarningSnooze, lastLimitSnooze, lastRapidSnooze, metered, inferred); in hashCode() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ |
H A D | shape_type_inference.h | 14 // The inferred type will take higher precedence, since it is produced by ONNX 16 // inference fails to produce an inferred type, or produces an inferred type 19 // 1. existing type: Tensor[], inferred type: Tensor[] 21 // inner tensor. Thus inferred type always contain more information, and is 23 // 2. existing type: Tensor, inferred type: Tensor 24 // Fill in missing info (shape, data type) for inferred type from existing 26 // 3. existing type: Scalar[], inferred type: Tensor 27 // ONNX represents list of scalars by 1-d Tensor. Return inferred type since 51 // merged with inferred types. It is possible that inferred types contain 73 // n with inferred shape and type. Otherwise n is unchanged.
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | UrlMapsValidateRequest.java | 261 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 276 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 291 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 307 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 785 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 800 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 815 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 831 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 847 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 870 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… [all …]
|
H A D | UrlMapsValidateRequestOrBuilder.java | 30 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 43 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 56 …ad balancing scheme will be inferred from the backend service resources this URL map references. I… 70 …ad balancing scheme will be inferred from the backend service resources this URL map references. I…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/examples/ |
D | inference.go | 21 // Alternatively, the type argument can be inferred from 49 // (from left to right), and the other may be inferred. 55 // inferred types. 66 // Alternatively, the 2nd type argument can be inferred 72 // A type argument inferred from another explicitly provided 76 // A type argument may be inferred from a value argument 90 // Alternatively, the 2nd type argument can be inferred 96 // A type argument may be inferred from a value argument 114 // The 2nd type argument cannot be inferred from the first 147 // and wantsMethod's type arguments are inferred from those types' method
|
D | inference2.go | 30 …v7 func(int, string) = f4 // ERROR "inferred type func(int, int) for func(P, P) does not match ty… 32 …v9 func(string) []int = f5 // ERROR "inferred type func(string) []string for func(P) []P does not … 52 …v7 = f4 // ERROR "inferred type func(int, int) for func(P, P) does not match type func(int, string… 54 …v9 = f5 // ERROR "inferred type func(string) []string for func(P) []P does not match type func(str… 58 …a[0] = f5 // ERROR "inferred type func(string) []string for func(P) []P does not match type func(s… 69 …return f4 /* ERROR "inferred type func(int, int) for func(P, P) does not match type func(int, stri… 73 …return f5 /* ERROR "inferred type func(string) []string for func(P) []P does not match type func(s…
|
/aosp_15_r20/external/google-cloud-java/java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/java/com/google/maps/addressvalidation/v1/ |
H A D | Address.java | 292 * not be inferred. Components of this type are not present in 312 * not be inferred. Components of this type are not present in 332 * not be inferred. Components of this type are not present in 353 * not be inferred. Components of this type are not present in 385 * [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] 409 * [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] 433 * [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] 458 * [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] 1905 * not be inferred. Components of this type are not present in 1925 * not be inferred. Components of this type are not present in [all …]
|
H A D | AddressOrBuilder.java | 177 * not be inferred. Components of this type are not present in 195 * not be inferred. Components of this type are not present in 213 * not be inferred. Components of this type are not present in 232 * not be inferred. Components of this type are not present in 258 * [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] 280 * [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] 302 * [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred] 325 * [inferred][google.maps.addressvalidation.v1.AddressComponent.inferred]
|
/aosp_15_r20/frameworks/base/core/java/android/view/inspector/ |
H A D | InspectableProperty.java | 50 * If left empty (the default), the property name will be inferred from the name of the getter 61 * inferred from {@link #name()}. 83 ValueType valueType() default ValueType.INFERRED; in valueType() 191 INFERRED, enumConstant 196 * This is inferred if {@link #enumMapping()} is specified. 207 * This is inferred if {@link #flagMapping()} is specified. 218 * This is inferred from {@link android.annotation.ColorInt}, or 230 * This type is not inferred, and is non-trivial to represent using {@link FlagEntry}. 241 * This type is inferred from the presence of a resource ID annotation such as
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | cloudsupport_v2beta.cases.html | 142 …ring", # The name to display for the actor. If not provided, it is inferred from credentials … 143 … String", # The email address of the actor. If not provided, it is inferred from credentials … 178 …ring", # The name to display for the actor. If not provided, it is inferred from credentials … 179 … String", # The email address of the actor. If not provided, it is inferred from credentials … 212 …ring", # The name to display for the actor. If not provided, it is inferred from credentials … 213 … String", # The email address of the actor. If not provided, it is inferred from credentials … 244 …ring", # The name to display for the actor. If not provided, it is inferred from credentials … 245 … String", # The email address of the actor. If not provided, it is inferred from credentials … 271 …ring", # The name to display for the actor. If not provided, it is inferred from credentials … 272 … String", # The email address of the actor. If not provided, it is inferred from credentials … [all …]
|
D | bigquery_v2.routines.html | 155 … "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_b… 171 …inferred from definition_body at query time in each query that references this routine. If present… 227 … "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_b… 243 …inferred from definition_body at query time in each query that references this routine. If present… 292 … "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_b… 308 …inferred from definition_body at query time in each query that references this routine. If present… 372 … "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_b… 388 …inferred from definition_body at query time in each query that references this routine. If present… 461 … "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_b… 477 …inferred from definition_body at query time in each query that references this routine. If present… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ |
H A D | AccessDateRange.java | 81 * accepted, and in that case, the date is inferred based on the current time 107 * accepted, and in that case, the date is inferred based on the current time 138 * also accepted, and in that case, the date is inferred based on the current 164 * also accepted, and in that case, the date is inferred based on the current 558 * accepted, and in that case, the date is inferred based on the current time 583 * accepted, and in that case, the date is inferred based on the current time 608 * accepted, and in that case, the date is inferred based on the current time 632 * accepted, and in that case, the date is inferred based on the current time 652 * accepted, and in that case, the date is inferred based on the current time 679 * also accepted, and in that case, the date is inferred based on the current [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/ |
H A D | AccessDateRange.java | 81 * accepted, and in that case, the date is inferred based on the current time 107 * accepted, and in that case, the date is inferred based on the current time 138 * also accepted, and in that case, the date is inferred based on the current 164 * also accepted, and in that case, the date is inferred based on the current 558 * accepted, and in that case, the date is inferred based on the current time 583 * accepted, and in that case, the date is inferred based on the current time 608 * accepted, and in that case, the date is inferred based on the current time 632 * accepted, and in that case, the date is inferred based on the current time 652 * accepted, and in that case, the date is inferred based on the current time 679 * also accepted, and in that case, the date is inferred based on the current [all …]
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 389 // If inferred submodules export everything they import, add a in findOrCreateModuleForHeaderInUmbrellaDir() 405 // If inferred submodules export everything they import, add a in findOrCreateModuleForHeaderInUmbrellaDir() 629 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule() local 630 if (inferred == InferredDirectories.end()) { in inferFrameworkModule() 637 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule() 640 if (inferred == InferredDirectories.end()) in inferFrameworkModule() 641 inferred = InferredDirectories.insert( in inferFrameworkModule() 645 if (inferred->second.InferModules) { in inferFrameworkModule() 649 canInfer = std::find(inferred->second.ExcludedModules.begin(), in inferFrameworkModule() 650 inferred->second.ExcludedModules.end(), in inferFrameworkModule() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/ |
H A D | Actor.java | 80 * The name to display for the actor. If not provided, it is inferred from 106 * The name to display for the actor. If not provided, it is inferred from 137 * The email address of the actor. If not provided, it is inferred from 164 * The email address of the actor. If not provided, it is inferred from 596 * The name to display for the actor. If not provided, it is inferred from 621 * The name to display for the actor. If not provided, it is inferred from 646 * The name to display for the actor. If not provided, it is inferred from 670 * The name to display for the actor. If not provided, it is inferred from 690 * The name to display for the actor. If not provided, it is inferred from 717 * The email address of the actor. If not provided, it is inferred from [all …]
|
/aosp_15_r20/external/googleapis/google/apps/alertcenter/v1beta1/ |
H A D | alertcenter.proto | 346 // initial "C" stripped (for example, `046psxkn`). Inferred from the caller 368 // initial "C" stripped (for example, `046psxkn`). Inferred from the caller 390 // initial "C" stripped (for example, `046psxkn`). Inferred from the caller 439 // initial "C" stripped (for example, `046psxkn`). Inferred from the caller 452 // initial "C" stripped (for example, `046psxkn`). Inferred from the caller 465 // initial "C" stripped (for example, `046psxkn`). Inferred from the caller 478 // initial "C" stripped (for example, `046psxkn`). Inferred from the caller 494 // initial "C" stripped (for example, `046psxkn`). Inferred from the caller 522 // have the initial "C" stripped (for example, `046psxkn`). Inferred from the 535 // have the initial "C" stripped (for example, `046psxkn`). Inferred from the [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
H A D | QuasiId.java | 77 INFERRED(4), enumConstant 101 return INFERRED; in forNumber() 315 * <code>.google.protobuf.Empty inferred = 4;</code> 317 * @return Whether the inferred field is set. 331 * <code>.google.protobuf.Empty inferred = 4;</code> 333 * @return The inferred. 350 * <code>.google.protobuf.Empty inferred = 4;</code> 739 case INFERRED: in mergeFrom() 1421 * <code>.google.protobuf.Empty inferred = 4;</code> 1423 * @return Whether the inferred field is set. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/ |
H A D | DateRange.java | 83 * accepted, and in that case, the date is inferred based on the property's 109 * accepted, and in that case, the date is inferred based on the property's 140 * also accepted, and in that case, the date is inferred based on the 166 * also accepted, and in that case, the date is inferred based on the 641 * accepted, and in that case, the date is inferred based on the property's 666 * accepted, and in that case, the date is inferred based on the property's 691 * accepted, and in that case, the date is inferred based on the property's 715 * accepted, and in that case, the date is inferred based on the property's 735 * accepted, and in that case, the date is inferred based on the property's 762 * also accepted, and in that case, the date is inferred based on the [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/ |
H A D | DateRange.java | 83 * accepted, and in that case, the date is inferred based on the property's 109 * accepted, and in that case, the date is inferred based on the property's 140 * also accepted, and in that case, the date is inferred based on the 166 * also accepted, and in that case, the date is inferred based on the 641 * accepted, and in that case, the date is inferred based on the property's 666 * accepted, and in that case, the date is inferred based on the property's 691 * accepted, and in that case, the date is inferred based on the property's 715 * accepted, and in that case, the date is inferred based on the property's 735 * accepted, and in that case, the date is inferred based on the property's 762 * also accepted, and in that case, the date is inferred based on the [all …]
|