/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/ |
H A D | nas_job.proto | 36 // Represents a Neural Architecture Search (NAS) job. 129 // The spec of multi-trial Neural Architecture Search (NAS). 159 // Required. The maximum number of Neural Architecture Search (NAS) trials 198 // The Reinforcement Learning Algorithm for Multi-trial Neural 202 // The Grid Search Algorithm for Multi-trial Neural 207 // The multi-trial Neural Architecture Search (NAS) algorithm 225 // The Neural Architecture Search (NAS) algorithm specification. 237 // It defines the search space for Neural Architecture Search (NAS). 243 // The output of a multi-trial Neural Architecture Search (NAS) jobs. 254 // The output of this Neural Architecture Search (NAS) job. [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/ |
H A D | nas_job.proto | 36 // Represents a Neural Architecture Search (NAS) job. 129 // The spec of multi-trial Neural Architecture Search (NAS). 159 // Required. The maximum number of Neural Architecture Search (NAS) trials 198 // The Reinforcement Learning Algorithm for Multi-trial Neural 202 // The Grid Search Algorithm for Multi-trial Neural 207 // The multi-trial Neural Architecture Search (NAS) algorithm 225 // The Neural Architecture Search (NAS) algorithm specification. 237 // It defines the search space for Neural Architecture Search (NAS). 243 // The output of a multi-trial Neural Architecture Search (NAS) jobs. 254 // The output of this Neural Architecture Search (NAS) job. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/ |
H A D | nas_job.proto | 36 // Represents a Neural Architecture Search (NAS) job. 129 // The spec of multi-trial Neural Architecture Search (NAS). 159 // Required. The maximum number of Neural Architecture Search (NAS) trials 198 // The Reinforcement Learning Algorithm for Multi-trial Neural 202 // The Grid Search Algorithm for Multi-trial Neural 207 // The multi-trial Neural Architecture Search (NAS) algorithm 225 // The Neural Architecture Search (NAS) algorithm specification. 237 // It defines the search space for Neural Architecture Search (NAS). 243 // The output of a multi-trial Neural Architecture Search (NAS) jobs. 254 // The output of this Neural Architecture Search (NAS) job. [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/ |
H A D | nas_job.proto | 36 // Represents a Neural Architecture Search (NAS) job. 129 // The spec of multi-trial Neural Architecture Search (NAS). 159 // Required. The maximum number of Neural Architecture Search (NAS) trials 198 // The Reinforcement Learning Algorithm for Multi-trial Neural 202 // The Grid Search Algorithm for Multi-trial Neural 207 // The multi-trial Neural Architecture Search (NAS) algorithm 225 // The Neural Architecture Search (NAS) algorithm specification. 237 // It defines the search space for Neural Architecture Search (NAS). 243 // The output of a multi-trial Neural Architecture Search (NAS) jobs. 254 // The output of this Neural Architecture Search (NAS) job. [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworksV2.cpp | 17 // Contains all the entry points to the C Neural Networks API. 802 LOG(ERROR) << "ANeuralNetworksCompilation_createForDevices unimplemented in Neural Networks V2"; in ANeuralNetworksCompilation_createForDevices() 875 LOG(ERROR) << "ANeuralNetworksExecution_setMeasureTiming unimplemented in Neural Networks V2"; in ANeuralNetworksExecution_setMeasureTiming() 883 LOG(ERROR) << "ANeuralNetworksExecution_getDuration unimplemented in Neural Networks V2"; in ANeuralNetworksExecution_getDuration() 913 LOG(ERROR) << "ANeuralNetworksExecution_burstCompute unimplemented in Neural Networks V2"; in ANeuralNetworksExecution_burstCompute() 1239 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference unimplemented in Neural Networks V2"; in ANeuralNetworksCompilation_setPreference() 1247 LOG(ERROR) << "ANeuralNetworksCompilation_setCaching unimplemented in Neural Networks V2"; in ANeuralNetworksCompilation_setCaching() 1272 LOG(ERROR) << "ANeuralNetworksCompilation_setPriority unimplemented in Neural Networks V2"; in ANeuralNetworksCompilation_setPriority() 1280 LOG(ERROR) << "ANeuralNetworksCompilation_setTimeout unimplemented in Neural Networks V2"; in ANeuralNetworksCompilation_setTimeout() 1320 << "ANeuralNetworksExecution_getOutputOperandRank unimplemented in Neural Networks V2"; in ANeuralNetworksExecution_getOutputOperandRank() [all …]
|
/aosp_15_r20/external/pytorch/ |
H A D | README.md | 7 - Deep neural networks built on a tape-based autograd system 17 - [Dynamic Neural Networks: Tape-Based Autograd](#dynamic-neural-networks-tape-based-autograd) 59 | [**torch.nn**](https://pytorch.org/docs/stable/nn.html) | A neural networks library deeply integr… 83 ### Dynamic Neural Networks: Tape-Based Autograd 85 PyTorch has a unique way of building neural networks: using and replaying a tape recorder. 88 One has to build a neural network and reuse the same structure again and again. 108 You can write your new neural network layers in Python itself, using your favorite libraries 124 At the core, its CPU and GPU Tensor and neural network backends 127 Hence, PyTorch is quite fast — whether you run small or large neural networks. 136 Writing new neural network modules, or interfacing with PyTorch's Tensor API was designed to be str… [all …]
|
/aosp_15_r20/external/libopus/dnn/ |
H A D | README.md | 5 - J.-M. Valin, J. Skoglund, [LPCNet: Improving Neural Speech Synthesis Through Linear Prediction](h… 6 - J.-M. Valin, U. Isik, P. Smaragdis, A. Krishnaswamy, [Neural Speech Synthesis on a Shoestring: Im… 7 - K. Subramani, J.-M. Valin, U. Isik, P. Smaragdis, A. Krishnaswamy, [End-to-end LPCNet: A Neural V… 11 - J.-M. Valin, J. Skoglund, [A Real-Time Wideband Neural Vocoder at 1.6 kb/s Using LPCNet](https://… 12 - J. Skoglund, J.-M. Valin, [Improving Opus Low Bit Rate Quality with Neural Speech Synthesis](http… 14 …P*, arXiv:2212.04453, 2023. ([blog post](https://www.amazon.science/blog/neural-encoding-enables-m… 124 1. [LPCNet: DSP-Boosted Neural Speech Synthesis](https://people.xiph.org/~jm/demo/lpcnet/) 125 1. [A Real-Time Wideband Neural Vocoder at 1.6 kb/s Using LPCNet](https://people.xiph.org/~jm/demo/…
|
/aosp_15_r20/external/pytorch/docs/source/notes/ |
H A D | modules.rst | 6 PyTorch uses modules to represent neural networks. Modules are: 10 easy construction of elaborate, multi-layer neural networks. 77 :ref:`Neural Network Training with Modules`. 125 For example, here's a simple neural network implemented as a custom module: 143 the neural network and are utilized for computation within the module's ``forward()`` method. Immed… 278 These examples show how elaborate neural networks can be formed through module composition and conv… 279 manipulated. To allow for quick and easy construction of neural networks with minimal boilerplate, … 280 …large library of performant modules within the :mod:`torch.nn` namespace that perform common neural 283 In the next section, we give a full example of training a neural network. 288 * Defining neural net modules: https://pytorch.org/tutorials/beginner/examples_nn/polynomial_module… [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | cpu_info.h | 121 AVX512_4VNNIW = 36, // Integer neural network (Intel Xeon Phi only) 122 AVX512_4FMAPS = 37, // Floating point neural network (Intel Xeon Phi only) 123 AVX512_VNNI = 38, // Integer neural network 124 AVX512_BF16 = 39, // Bfloat16 neural network 127 AVX_VNNI = 40, // Integer neural network 131 // supporting two popular data types in neural networks, int8 and bfloat16.
|
/aosp_15_r20/external/armnn/shim/sl/ |
H A D | README.md | 1 # Arm NN Support Library Neural Networks driver 3 This directory contains the Arm NN Support Library for the Android Neural Networks API. 7 The support library inherits it's parameters from the Arm NN Android Neural Networks driver. Parame… 13 …Setting ARMNN_SL_OPTIONS will pass parameters to the Arm NN Support Library Neural Networks driver. 31 The Arm NN Support Library Neural Networks driver is provided under the [MIT](https://spdx.org/lice…
|
/aosp_15_r20/external/gemmlowp/doc/ |
H A D | public.md | 111 Because gemmlowp is primarily aimed at neural network inference workloads, 118 The rationale is that the LHS is typically the constant weights of a neural 120 multiplication), while the RHS and result are neural network activations, 145 This is useful for some flavors of neural network inference with "per-channel 147 a neural network trained in float arithmetic was subsequently quantized. On the 148 other hand, retraining neural networks for quantized inference tends to remove
|
H A D | quantization.md | 24 principles and some domain-specific knowledge of neural networks, we can arrive 55 Here a domain-specific constrain from neural networks appears: for some neural 259 `[-10,10]` in most neural networks. For example, a neural network using Relu6 340 least in some convolutional neural network applications.
|
/aosp_15_r20/external/XNNPACK/ |
H A D | README.md | 3 XNNPACK is a highly optimized library of floating-point neural network inference operators for ARM,… 17 XNNPACK implements the following neural network operators: 80 …NDK r21 (`bazel build -c opt --config android_arm64 :end2end_bench`) and neural network models wit… 95 …` on a Raspbian Buster build with CMake (`./scripts/build-local.sh`) and neural network models wit… 105 - Yury Pisarchyk, Juhyun Lee "Efficient Memory Management for Deep Neural Net Inference". 117 - [Samsung ONE (On-device Neural Engine)](https://github.com/Samsung/ONE)
|
/aosp_15_r20/external/pytorch/functorch/notebooks/ |
H A D | neural_tangent_kernels.ipynb | 8 "# Neural Tangent Kernels\n", 14 …neural tangent kernel (NTK) is a kernel that describes [how a neural network evolves during traini… 240 …rd pass through the model. See section section 3.2 in [Fast Finite Width Neural Tangent Kernel](ht… 328 …both methods should be comparable. See section 3.3 in [Fast Finite Width Neural Tangent Kernel](ht…
|
/aosp_15_r20/external/pytorch/torch/nn/modules/ |
H A D | dropout.py | 44 `Improving neural networks by preventing co-adaptation of feature 65 .. _Improving neural networks by preventing co-adaptation of feature 233 More details can be found in the paper `Self-Normalizing Neural Networks`_ . 250 .. _Self-Normalizing Neural Networks: https://arxiv.org/abs/1706.02515 265 can be found in the paper `Self-Normalizing Neural Networks`_ . 299 .. _Self-Normalizing Neural Networks: https://arxiv.org/abs/1706.02515
|
H A D | pixelshuffle.py | 20 …Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network`_ 47 … Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network: 73 …Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network`_ 100 … Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network:
|
/aosp_15_r20/external/aws-sdk-java-v2/services/polly/src/main/resources/codegen-resources/ |
H A D | service-2.json | 202 …"documentation":"<p>Specifies the engine (<code>standard</code>, <code>neural</code> or <code>long… 243 "neural", 731 …"documentation":"<p>Specifies the engine (<code>standard</code>, <code>neural</code> or <code>long… 755 …he default value for standard voices is \"22050\". The default value for neural voices is \"24000\… 793 …"documentation":"<p>Specifies the engine (<code>standard</code>, <code>neural</code> or <code>long… 833 …he default value for standard voices is \"22050\". The default value for neural voices is \"24000\… 877 …neural</code> or <code>long-form</code>) for Amazon Polly to use when processing input text for sp… 893 …he default value for standard voices is \"22050\". The default value for neural voices is \"24000\… 1013 …"documentation":"<p>Specifies which engines (<code>standard</code>, <code>neural</code> or <code>l…
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/ |
H A D | coreml_delegate.md | 17 and later (iPhone Xs and later) to use Neural Engine for faster inference. 58 // Core ML delegate will only be created for devices with Neural Engine 133 ### Using Core ML delegate on devices without Neural Engine 135 By default, Core ML delegate will only be created if the device has Neural 223 determine its Neural Engine availability. See the
|
H A D | delegates.md | 17 handling these heavy operations. Utilizing them for neural network operations 29 for DSP. Typically, you would have to write a lot of custom code to run a neural 32 operation in a neural network. TensorFlow Lite's Delegate API solves this 74 iPads where Neural Engine is available, you can use Core ML delegate to 75 accelerate inference for 32-bit or 16-bit floating-point models. Neural
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/ |
H A D | README.md | 8 workloads. Thus, they are well-suited for deep neural nets which consists of a 17 quantization of your neural network was not an option due to lower accuracy 18 caused by lost precision, such concern can be discarded when running deep neural 166 * [On-Device Neural Net Inference with Mobile GPUs](https://arxiv.org/abs/1907.01989)
|
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/ |
H A D | trainer.py | 29 A method to be implemented by child class that will train a neural network. 80 their neural network forward. 93 neural network forward. 221 model (nn.Module): neural network model
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
H A D | NasJobOutput.java | 201 * The output of a multi-trial Neural Architecture Search (NAS) jobs. 590 * The output of a multi-trial Neural Architecture Search (NAS) jobs. 1784 * Output only. The output of this multi-trial Neural Architecture Search 1802 * Output only. The output of this multi-trial Neural Architecture Search 1825 * Output only. The output of this multi-trial Neural Architecture Search 2241 * Output only. The output of this multi-trial Neural Architecture Search 2259 * Output only. The output of this multi-trial Neural Architecture Search 2290 * Output only. The output of this multi-trial Neural Architecture Search 2316 * Output only. The output of this multi-trial Neural Architecture Search 2340 * Output only. The output of this multi-trial Neural Architecture Search [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ |
H A D | NasJobOutput.java | 201 * The output of a multi-trial Neural Architecture Search (NAS) jobs. 588 * The output of a multi-trial Neural Architecture Search (NAS) jobs. 1773 * Output only. The output of this multi-trial Neural Architecture Search 1791 * Output only. The output of this multi-trial Neural Architecture Search 1812 * Output only. The output of this multi-trial Neural Architecture Search 2226 * Output only. The output of this multi-trial Neural Architecture Search 2244 * Output only. The output of this multi-trial Neural Architecture Search 2273 * Output only. The output of this multi-trial Neural Architecture Search 2299 * Output only. The output of this multi-trial Neural Architecture Search 2322 * Output only. The output of this multi-trial Neural Architecture Search [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/apex/com.android.neuralnetworks-androidManifest/ |
D | meta_lic.rsp | 1 …Neural Networks API' -k SPDX-license-identifier-Apache-2.0 -k SPDX-license-identifier-BSD -c notic…
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/apex/com.android.neuralnetworks.certificate/ |
D | meta_lic.rsp | 1 …Neural Networks API' -k SPDX-license-identifier-Apache-2.0 -k SPDX-license-identifier-BSD -c notic…
|