/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/ |
H A D | activation.h | 17 /// See https://pytorch.org/docs/main/nn.html#torch.nn.ELU to learn 20 /// See the documentation for `torch::nn::ELUOptions` class to learn what 43 /// See the documentation for `ELUImpl` class to learn what methods it 45 /// See the documentation for `ModuleHolder` to learn about PyTorch's 52 /// See https://pytorch.org/docs/main/nn.html#torch.nn.SELU to learn 55 /// See the documentation for `torch::nn::SELUOptions` class to learn what 78 /// See the documentation for `SELUImpl` class to learn what methods it 80 /// See the documentation for `ModuleHolder` to learn about PyTorch's 87 /// See https://pytorch.org/docs/main/nn.html#torch.nn.Hardshrink to learn 90 /// See the documentation for `torch::nn::HardshrinkOptions` class to learn what [all …]
|
H A D | pooling.h | 34 /// See https://pytorch.org/docs/main/nn.html#torch.nn.AvgPool1d to learn 37 /// See the documentation for `torch::nn::AvgPool1dOptions` class to learn what 51 /// See the documentation for `AvgPool1dImpl` class to learn what methods it 54 /// learn about PyTorch's module storage semantics. 60 /// See https://pytorch.org/docs/main/nn.html#torch.nn.AvgPool2d to learn 63 /// See the documentation for `torch::nn::AvgPool2dOptions` class to learn what 77 /// See the documentation for `AvgPool2dImpl` class to learn what methods it 80 /// learn about PyTorch's module storage semantics. 86 /// See https://pytorch.org/docs/main/nn.html#torch.nn.AvgPool3d to learn 89 /// See the documentation for `torch::nn::AvgPool3dOptions` class to learn what [all …]
|
H A D | loss.h | 22 /// See https://pytorch.org/docs/main/nn.html#torch.nn.L1Loss to learn 25 /// See the documentation for `torch::nn::L1LossOptions` class to learn what 47 /// See the documentation for `L1LossImpl` class to learn what methods it 50 /// learn about PyTorch's module storage semantics. 57 /// See https://pytorch.org/docs/main/nn.html#torch.nn.KLDivLoss to learn 60 /// See the documentation for `torch::nn::KLDivLossOptions` class to learn what 82 /// See the documentation for `KLDivLossImpl` class to learn what methods it 85 /// learn about PyTorch's module storage semantics. 92 /// See https://pytorch.org/docs/main/nn.html#torch.nn.MSELoss to learn 95 /// See the documentation for `torch::nn::MSELossOptions` class to learn what [all …]
|
H A D | padding.h | 36 /// learn about the exact behavior of this module. 38 /// See the documentation for `torch::nn::ReflectionPad1dOptions` class to learn 52 /// See the documentation for `ReflectionPad1dImpl` class to learn what methods 55 /// `ModuleHolder` to learn about PyTorch's module storage semantics. 63 /// learn about the exact behavior of this module. 65 /// See the documentation for `torch::nn::ReflectionPad2dOptions` class to learn 79 /// See the documentation for `ReflectionPad2dImpl` class to learn what methods 82 /// `ModuleHolder` to learn about PyTorch's module storage semantics. 90 /// learn about the exact behavior of this module. 92 /// See the documentation for `torch::nn::ReflectionPad3dOptions` class to learn [all …]
|
H A D | dropout.h | 44 /// See https://pytorch.org/docs/main/nn.html#torch.nn.Dropout to learn 47 /// See the documentation for `torch::nn::DropoutOptions` class to learn what 65 /// See the documentation for `DropoutImpl` class to learn what methods it 68 /// learn about PyTorch's module storage semantics. 74 /// See https://pytorch.org/docs/main/nn.html#torch.nn.Dropout2d to learn 77 /// See the documentation for `torch::nn::Dropout2dOptions` class to learn what 95 /// See the documentation for `Dropout2dImpl` class to learn what methods it 98 /// learn about PyTorch's module storage semantics. 104 /// See https://pytorch.org/docs/main/nn.html#torch.nn.Dropout3d to learn 107 /// See the documentation for `torch::nn::Dropout3dOptions` class to learn what [all …]
|
H A D | rnn.h | 94 /// See https://pytorch.org/docs/main/generated/torch.nn.RNN.html to learn 97 /// See the documentation for `torch::nn::RNNOptions` class to learn what 134 /// See the documentation for `RNNImpl` class to learn what methods it 136 /// See the documentation for `ModuleHolder` to learn about PyTorch's 143 /// See https://pytorch.org/docs/main/generated/torch.nn.LSTM.html to learn 146 /// See the documentation for `torch::nn::LSTMOptions` class to learn what 199 /// See the documentation for `LSTMImpl` class to learn what methods it 201 /// See the documentation for `ModuleHolder` to learn about PyTorch's 208 /// See https://pytorch.org/docs/main/generated/torch.nn.GRU.html to learn 211 /// See the documentation for `torch::nn::GRUOptions` class to learn what [all …]
|
H A D | linear.h | 20 /// learn about the exact behavior of this module. 32 /// See the documentation for `IdentityImpl` class to learn what methods it 33 /// provides, or the documentation for `ModuleHolder` to learn about PyTorch's 40 /// See https://pytorch.org/docs/main/generated/torch.nn.Linear.html to learn 43 /// See the documentation for `torch::nn::LinearOptions` class to learn what 79 /// See the documentation for `LinearImpl` class to learn what methods it 82 /// learn about PyTorch's module storage semantics. 88 /// See https://pytorch.org/docs/main/generated/torch.nn.Flatten.html to learn 91 /// See the documentation for `torch::nn::FlattenOptions` class to learn what 115 /// See the documentation for `FlattenImpl` class to learn what methods it [all …]
|
H A D | conv.h | 171 /// See https://pytorch.org/docs/main/nn.html#torch.nn.Conv1d to learn about 174 /// See the documentation for `torch::nn::Conv1dOptions` class to learn what 194 /// See the documentation for `Conv1dImpl` class to learn what methods it 197 /// learn about PyTorch's module storage semantics. 203 /// See https://pytorch.org/docs/main/nn.html#torch.nn.Conv2d to learn about 206 /// See the documentation for `torch::nn::Conv2dOptions` class to learn what 229 /// See the documentation for `Conv2dImpl` class to learn what methods it 232 /// learn about PyTorch's module storage semantics. 238 /// See https://pytorch.org/docs/main/nn.html#torch.nn.Conv3d to learn about 241 /// See the documentation for `torch::nn::Conv3dOptions` class to learn what [all …]
|
H A D | normalization.h | 20 /// See https://pytorch.org/docs/main/nn.html#torch.nn.LayerNorm to learn 23 /// See the documentation for `torch::nn::LayerNormOptions` class to learn what 69 /// See the documentation for `LayerNormImpl` class to learn what methods it 72 /// learn about PyTorch's module storage semantics. 82 /// learn about the exact behavior of this module. 85 /// learn what constructor arguments are supported for this module. 111 /// See the documentation for `LocalResponseNormImpl` class to learn what 114 /// `ModuleHolder` to learn about PyTorch's module storage semantics. 119 /// See the documentation for `torch::nn::CrossMapLRN2dOptions` class to learn 145 /// See the documentation for `CrossMapLRN2dImpl` class to learn what methods it [all …]
|
H A D | instancenorm.h | 63 /// See https://pytorch.org/docs/main/nn.html#torch.nn.InstanceNorm1d to learn 66 /// See the documentation for `torch::nn::InstanceNorm1dOptions` class to learn 84 /// See the documentation for `InstanceNorm1dImpl` class to learn what methods 87 /// to learn about PyTorch's module storage semantics. 94 /// See https://pytorch.org/docs/main/nn.html#torch.nn.InstanceNorm2d to learn 97 /// See the documentation for `torch::nn::InstanceNorm2dOptions` class to learn 115 /// See the documentation for `InstanceNorm2dImpl` class to learn what methods 118 /// to learn about PyTorch's module storage semantics. 125 /// See https://pytorch.org/docs/main/nn.html#torch.nn.InstanceNorm3d to learn 128 /// See the documentation for `torch::nn::InstanceNorm3dOptions` class to learn [all …]
|
/aosp_15_r20/external/tcpdump/tests/ |
H A D | spb_bpduv4.out | 1 1 13:19:44.964471 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 2 2 13:19:46.966286 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 3 3 13:19:48.968104 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 4 4 13:19:50.968841 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 5 5 13:19:52.969919 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 6 6 13:19:54.971627 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 7 7 13:19:56.973555 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 8 8 13:19:58.974590 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 9 9 13:20:00.976152 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 10 10 13:20:02.977225 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 [all …]
|
H A D | spb_bpduv4-v.out | 1 1 13:19:44.964471 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 8 MSTI 10, Flags [Learn, Forward], port-role Designated 16 2 13:19:46.966286 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 23 MSTI 10, Flags [Learn, Forward], port-role Designated 31 3 13:19:48.968104 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 38 MSTI 10, Flags [Learn, Forward], port-role Designated 46 4 13:19:50.968841 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 53 MSTI 10, Flags [Learn, Forward], port-role Designated 61 5 13:19:52.969919 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 68 MSTI 10, Flags [Learn, Forward], port-role Designated [all …]
|
H A D | mstp-v.out | 1 1 14:28:38.018637 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134 8 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 11 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 14 2 14:28:39.688658 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134 21 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 24 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 27 3 14:28:40.034939 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134 34 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 37 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 40 4 14:28:41.701562 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134 [all …]
|
H A D | rstp-v.out | 25 …9 11:50:51.306707 STP 802.1w, Rapid STP, Flags [Proposal, Learn], bridge-id 8001.00:19:06:ea:b8:8… 28 …10 11:50:53.320006 STP 802.1w, Rapid STP, Flags [Proposal, Learn], bridge-id 8001.00:19:06:ea:b8:… 31 …11 11:50:55.333257 STP 802.1w, Rapid STP, Flags [Proposal, Learn], bridge-id 8001.00:19:06:ea:b8:… 34 …12 11:50:57.346887 STP 802.1w, Rapid STP, Flags [Proposal, Learn], bridge-id 8001.00:19:06:ea:b8:… 37 …13 11:50:59.359867 STP 802.1w, Rapid STP, Flags [Proposal, Learn], bridge-id 8001.00:19:06:ea:b8:… 40 …14 11:51:01.373086 STP 802.1w, Rapid STP, Flags [Proposal, Learn], bridge-id 8001.00:19:06:ea:b8:… 43 …15 11:51:03.386550 STP 802.1w, Rapid STP, Flags [Proposal, Learn], bridge-id 8001.00:19:06:ea:b8:… 46 …16 11:51:05.365396 STP 802.1w, Rapid STP, Flags [Topology change, Learn, Forward], bridge-id 8001… 49 …17 11:51:05.399631 STP 802.1w, Rapid STP, Flags [Topology change, Learn, Forward], bridge-id 8001… 52 …18 11:51:07.413269 STP 802.1w, Rapid STP, Flags [Topology change, Learn, Forward], bridge-id 8001… [all …]
|
H A D | evb.out | 1 1 12:01:13.213268 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 8 2 12:01:15.217887 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 15 3 12:01:17.219431 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 63 5 12:01:19.223125 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 70 6 12:01:21.227595 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 77 7 12:01:23.231290 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 84 8 12:01:25.236051 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 91 9 12:01:27.238244 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 98 10 12:01:29.241008 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 105 11 12:01:31.244494 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dlp/grpc-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
H A D | DlpServiceGrpc.java | 30 * To learn more about concepts and find how-to guides see 1637 * To learn more about concepts and find how-to guides see 1671 * learn more. 1692 * learn more. 1713 * to learn more. 1730 * learn more. 1747 * See https://cloud.google.com/dlp/docs/creating-templates to learn more. 1762 * See https://cloud.google.com/dlp/docs/creating-templates to learn more. 1777 * See https://cloud.google.com/dlp/docs/creating-templates to learn more. 1792 * See https://cloud.google.com/dlp/docs/creating-templates to learn more. [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | bgscan_learn.c | 2 * WPA Supplicant - background scan and roaming module: learn 114 wpa_printf(MSG_DEBUG, "bgscan learn: Loading data from %s", in bgscan_learn_load() 118 os_strncmp(buf, "wpa_supplicant-bgscan-learn\n", 28) != 0) { in bgscan_learn_load() 119 wpa_printf(MSG_INFO, "bgscan learn: Invalid data file %s", in bgscan_learn_load() 136 wpa_printf(MSG_DEBUG, "bgscan learn: Loaded BSS " in bgscan_learn_load() 169 wpa_printf(MSG_DEBUG, "bgscan learn: Saving data to %s", in bgscan_learn_save() 175 fprintf(f, "wpa_supplicant-bgscan-learn\n"); in bgscan_learn_save() 246 wpa_printf(MSG_DEBUG, "bgscan learn: Probe new freq " in bgscan_learn_get_probe_freq() 292 wpa_printf(MSG_DEBUG, "bgscan learn: BSSes in this ESS have " in bgscan_learn_timeout() 307 wpa_printf(MSG_DEBUG, "bgscan learn: Scanning frequencies:%s", in bgscan_learn_timeout() [all …]
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/spannable/ |
D | ContentWithLearnMoreSpanner.java | 27 * content with "Learn more" links. 34 * // myFeatureContent: "Try my feature. <xliff:g example="Learn more">%1$s</xliff:g>" 41 * Users will see: "Try my feature. Learn more" where "Learn more" links to the given url. 52 * Creates a spannable string using the given content and learn more url. 56 * @param learnMoreUrl a url which the "Learn more" text will link to. 57 * @return a {@link SpannableString}. This string is put together by inserting the text "Learn 58 * more" into the given {@code contentFormatString}, setting "Learn more" to link to the given 59 * {@code learnMoreUrl}, then styling the "Learn more" text with common Dialer learn more 60 * styling. The "Learn more" text uses a non-breaking-space character to ensure it says on a 63 * @throws IllegalArgumentException if it wasn't possible to add "Learn more" to the given [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/hint/engine/ |
H A D | graphics_state.rs | 5 //! See <https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#managing-the-gr… 22 …/// See <https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#set-freedom-an… 29 …/// See <https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#set-projection… 36 …/// See <https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#set-freedom_ve… 70 …/// See <https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#set-projection… 77 …/// See <https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#set-freedom_ve… 105 …/// See <https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#set-freedom_ve… 122 …/// See <https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#set-dual-proje… 151 …/// See <https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#set-projection… 174 …/// See <https://learn.microsoft.com/en-us/typography/opentype/spec/tt_instructions#set-freedom_ve… [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/ |
D | EpochManagerTest.java | 167 // topic1 is a classification topic for app1, so all SDKs in apps1 can learn this topic. in testComputeCallersCanLearnMap() 168 // In addition, the app1 called the Topics API directly, so it can learn topic1 as well. in testComputeCallersCanLearnMap() 171 // topic2 is a classification topic for app1 and app2, so any SDKs in app1 or app2 can learn in testComputeCallersCanLearnMap() 176 // topic3 is a classification topic for app2, so all SDKs in apps2 can learn this topic. in testComputeCallersCanLearnMap() 179 // topic4 is a classification topic for app3, so all SDKs in apps3 can learn this topic. in testComputeCallersCanLearnMap() 183 // learn this topic. in testComputeCallersCanLearnMap() 184 // app4 called Topics API directly, so it can learn this topic. in testComputeCallersCanLearnMap() 187 // app4 called the Topics API directly, so it can learn this topic. in testComputeCallersCanLearnMap() 330 // topic1 is a classification topic for app1, so all SDKs in apps1 can learn this topic. in testComputeReturnedAppTopics() 331 // In addition, the app1 called the Topics API directly, so it can learn topic1 as well. in testComputeReturnedAppTopics() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ |
H A D | UpdateEnvironmentRequest.java | 186 * For example, to set the version of scikit-learn to install in the 189 * `paths` values: "config.softwareConfig.pypiPackages.scikit-learn" and 191 * environment would specify the scikit-learn version as follows: 196 * "scikit-learn":"==0.19.0" 202 * other than scikit-learn and numpy will be unaffected. 314 * For example, to set the version of scikit-learn to install in the 317 * `paths` values: "config.softwareConfig.pypiPackages.scikit-learn" and 319 * environment would specify the scikit-learn version as follows: 324 * "scikit-learn":"==0.19.0" 330 * other than scikit-learn and numpy will be unaffected. [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | ml_v1.projects.jobs.html | 185 … be encrypted with the customer-managed encryption key that you specify. [Learn how and when to us… 188 …Learn about restrictions on accelerator configurations for training.](/ai-platform/training/docs/u… 189 …Learn more about [accelerators for training](/ml-engine/docs/using-gpus) and [accelerators for onl… 203 …er image to run on the replica. This image must be in Container Registry. Learn more about [config… 234 …Learn about [restrictions on accelerator configurations for training.](/ai-platform/training/docs/… 235 …Learn more about [accelerators for training](/ml-engine/docs/using-gpus) and [accelerators for onl… 249 …er image to run on the replica. This image must be in Container Registry. Learn more about [config… 252 …if you want to use a TPU for training, specify `cloud_tpu` in this field. Learn more about the [sp… 253 …he network. If left unspecified, the Job is not peered with any network. [Learn about using VPC Ne… 257 …Learn about restrictions on accelerator configurations for training.](/ai-platform/training/docs/u… [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/ |
H A D | pooling.h | 32 /// class to learn what optional arguments are supported for this functional. 78 /// class to learn what optional arguments are supported for this functional. 125 /// class to learn what optional arguments are supported for this functional. 167 /// class to learn what optional arguments are supported for this functional. 202 /// class to learn what optional arguments are supported for this functional. 241 /// class to learn what optional arguments are supported for this functional. 276 /// class to learn what optional arguments are supported for this functional. 315 /// class to learn what optional arguments are supported for this functional. 350 /// class to learn what optional arguments are supported for this functional. 381 /// `torch::nn::functional::AdaptiveMaxPool1dFuncOptions` class to learn what [all …]
|
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ |
H A D | UpdateEnvironmentRequest.java | 186 * For example, to set the version of scikit-learn to install in the 189 * `paths` values: "config.softwareConfig.pypiPackages.scikit-learn" and 191 * environment would specify the scikit-learn version as follows: 196 * "scikit-learn":"==0.19.0" 202 * other than scikit-learn and argparse will be unaffected. 336 * For example, to set the version of scikit-learn to install in the 339 * `paths` values: "config.softwareConfig.pypiPackages.scikit-learn" and 341 * environment would specify the scikit-learn version as follows: 346 * "scikit-learn":"==0.19.0" 352 * other than scikit-learn and argparse will be unaffected. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/ |
H A D | DlpServiceClient.java | 107 * <p>To learn more about concepts and find how-to guides see https://cloud.google.com/dlp/docs/. 333 * https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn more. 372 * https://cloud.google.com/dlp/docs/redacting-sensitive-data-images to learn more. 410 * size and output size. See https://cloud.google.com/dlp/docs/deidentify-sensitive-data to learn 450 * size and output size. See https://cloud.google.com/dlp/docs/deidentify-sensitive-data to learn 492 * to learn more. 528 * to learn more. 564 * https://cloud.google.com/dlp/docs/infotypes-reference to learn more. 593 * https://cloud.google.com/dlp/docs/infotypes-reference to learn more. 625 * https://cloud.google.com/dlp/docs/infotypes-reference to learn more. [all …]
|