/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/components/ |
D | realm-management-extension.rst | 224 .. _fvp_3_world_cmd: 413 …): https://www.arm.com/why-arm/architecture/security-features/arm-confidential-compute-architecture 414 …developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms/arm-ecosystem-models 415 …TF-A Getting Started: https://trustedfirmware-a.readthedocs.io/en/latest/getting_started/index.html 416 .. _TF-A Tests: https://trustedfirmware-a-tests.readthedocs.io/en/latest 417 …etting Started: https://trustedfirmware-a-tests.readthedocs.io/en/latest/getting_started/index.html 418 .. _Hafnium SPM: https://www.trustedfirmware.org/projects/hafnium 419 .. _RMM Getting Started: https://tf-rmm.readthedocs.io/en/latest/getting_started/index.html 420 .. _RMM: https://www.trustedfirmware.org/projects/tf-rmm/
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/nnapi/ |
H A D | NeuralNetworksShim.h | 503 ANeuralNetworksExecution** execution) { in ANeuralNetworksExecution_create() 522 inline void ANeuralNetworksExecution_free(ANeuralNetworksExecution* execution) { in ANeuralNetworksExecution_free() 553 ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInput() 587 ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInputFromMemory() 620 ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setOutput() 654 ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setOutputFromMemory() 686 ANeuralNetworksExecution* execution, ANeuralNetworksEvent** event) { in ANeuralNetworksExecution_startCompute() 939 ANeuralNetworksExecution* execution) { in ANeuralNetworksExecution_compute() 970 ANeuralNetworksExecution* execution, int32_t index, uint32_t* rank) { in ANeuralNetworksExecution_getOutputOperandRank() 1004 ANeuralNetworksExecution* execution, int32_t index, uint32_t* dimensions) { in ANeuralNetworksExecution_getOutputOperandDimensions() [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/test/ |
H A D | ExecutionTest.cpp | 80 const auto execution = Execution::create(mockExecution, {}).value(); in TEST() local 102 const auto execution = Execution::create(mockExecution, {}).value(); in TEST() local 118 const auto execution = Execution::create(mockExecution, {}).value(); in TEST() local 134 const auto execution = Execution::create(mockExecution, {}).value(); in TEST() local 150 const auto execution = Execution::create(mockExecution, {}).value(); in TEST() local 179 const auto execution = Execution::create(mockExecution, {}).value(); in TEST() local 209 const auto execution = Execution::create(mockExecution, {}).value(); in TEST() local 225 const auto execution = Execution::create(mockExecution, {}).value(); in TEST() local 241 const auto execution = Execution::create(mockExecution, {}).value(); in TEST() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworks.cpp | 865 int ANeuralNetworksExecution_compute(ANeuralNetworksExecution* execution) { in ANeuralNetworksExecution_compute() 877 int ANeuralNetworksExecution_setMeasureTiming(ANeuralNetworksExecution* execution, bool measure) { in ANeuralNetworksExecution_setMeasureTiming() 887 int ANeuralNetworksExecution_getDuration(const ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_getDuration() 931 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_burstCompute() 1318 ANeuralNetworksExecution** execution) { in ANeuralNetworksExecution_create() 1332 void ANeuralNetworksExecution_free(ANeuralNetworksExecution* execution) { in ANeuralNetworksExecution_free() 1344 int ANeuralNetworksExecution_getOutputOperandRank(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_getOutputOperandRank() 1355 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_getOutputOperandDimensions() 1366 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInput() 1378 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInputFromMemory() [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/nnapi/ |
H A D | nnapi_wrapper.cpp | 96 static int check_Execution_compute(ANeuralNetworksExecution* execution) { in check_Execution_compute() 238 …k_Execution_create(ANeuralNetworksCompilation* compilation, ANeuralNetworksExecution** execution) { in check_Execution_create() 248 static void check_Execution_free(ANeuralNetworksExecution* execution) { in check_Execution_free() 252 static int check_Execution_setInput(ANeuralNetworksExecution* execution, int32_t index, const ANeur… in check_Execution_setInput() 262 static int check_Execution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index, c… in check_Execution_setInputFromMemory() 272 static int check_Execution_setOutput(ANeuralNetworksExecution* execution, int32_t index, const ANeu… in check_Execution_setOutput() 282 static int check_Execution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index, … in check_Execution_setOutputFromMemory() 292 static int check_Execution_startCompute(ANeuralNetworksExecution* execution, ANeuralNetworksEvent**… in check_Execution_startCompute() 316 static int check_Execution_getOutputOperandRank(ANeuralNetworksExecution* execution, int32_t index,… in check_Execution_getOutputOperandRank() 326 static int check_Execution_getOutputOperandDimensions(ANeuralNetworksExecution* execution, int32_t … in check_Execution_getOutputOperandDimensions()
|
/aosp_15_r20/external/executorch/backends/mediatek/runtime/include/api/ |
H A D | NeuronAdapterShim.h | 729 NeuronExecution** execution) { in NeuronExecution_create() 734 inline void NeuronExecution_free(NeuronExecution* execution) { in NeuronExecution_free() 740 NeuronExecution* execution, in NeuronExecution_setInput() 750 NeuronExecution* execution, in NeuronExecution_setInputFromMemory() 762 NeuronExecution* execution, in NeuronExecution_setOutput() 772 NeuronExecution* execution, in NeuronExecution_setOutputFromMemory() 805 inline int NeuronExecution_compute(NeuronExecution* execution) { in NeuronExecution_compute() 811 NeuronExecution* execution, in NeuronExecution_startComputeWithDependencies() 839 NeuronExecution* execution, in NeuronExecution_setLoopTimeout() 846 NeuronExecution* execution, in NeuronExecution_setBoostHint() [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/src/ |
H A D | ResilientExecution.cpp | 42 auto execution = resilientExecution.getExecution(); in protect() local 72 auto execution = NN_TRY(makeExecution()); in create() local 79 nn::SharedExecution execution) in ResilientExecution() 105 const auto fn = [&deadline](const nn::IExecution& execution) { in compute() 116 &timeoutDurationAfterFence](const nn::IExecution& execution) { in computeFenced()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidation.cpp | 371 ANeuralNetworksExecution* execution = nullptr; in executeWithMemoryAsInput() local 385 ANeuralNetworksExecution* execution = nullptr; in executeWithMemoryAsOutput() local 1238 ANeuralNetworksExecution* execution = nullptr; in TEST_F() local 1271 ANeuralNetworksExecution* execution; in TEST_F() local 1284 ANeuralNetworksExecution* execution; in TEST_F() local 1306 ANeuralNetworksExecution* execution; in TEST_F() local 1471 ANeuralNetworksExecution* execution) -> int { in testConcurrentExecution() 1514 ANeuralNetworksExecution* execution; in testConcurrentExecution() local 1888 ANeuralNetworksExecution* execution; in TEST_F() local 1963 ANeuralNetworksExecution* execution; in TEST_F() local [all …]
|
/aosp_15_r20/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/java/com/google/cloud/notebooks/v1/ |
H A D | ExecutionName.java | 38 private final String execution; field in ExecutionName 73 public static ExecutionName of(String project, String location, String execution) { in of() 77 public static String format(String project, String location, String execution) { in format() 182 private String execution; field in ExecutionName.Builder 208 public Builder setExecution(String execution) { in setExecution()
|
/aosp_15_r20/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimPreparedModel.cpp | 49 ::android::nn::sl_wrapper::Execution* execution, in parseInputs() 196 std::shared_ptr<::android::nn::sl_wrapper::Execution> execution, Event e, in ShimFencedExecutionCallback() 258 const std::shared_ptr<::android::nn::sl_wrapper::Execution>& execution, in executeFencedInternal() 314 auto execution = in executeFencedCommon() local 338 const std::shared_ptr<::android::nn::sl_wrapper::Execution>& execution, bool measureTiming, in executeSynchronouslyInternal() 411 auto execution = in executeSynchronouslyCommon() local 564 std::shared_ptr<IExecution>* execution) { in createReusableExecution() 586 std::shared_ptr<::android::nn::sl_wrapper::Execution> execution, in ShimExecution()
|
/aosp_15_r20/external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1beta/src/main/java/com/google/cloud/workflows/executions/v1beta/ |
H A D | ExecutionName.java | 39 private final String execution; field in ExecutionName 81 String project, String location, String workflow, String execution) { in of() 90 public static String format(String project, String location, String workflow, String execution) { in format() 210 private String execution; field in ExecutionName.Builder 245 public Builder setExecution(String execution) { in setExecution()
|
/aosp_15_r20/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/ |
H A D | ExecutionName.java | 39 private final String execution; field in ExecutionName 80 public static ExecutionName of(String project, String location, String job, String execution) { in of() 89 public static String format(String project, String location, String job, String execution) { in format() 206 private String execution; field in ExecutionName.Builder 241 public Builder setExecution(String execution) { in setExecution()
|
H A D | TaskName.java | 39 private final String execution; field in TaskName 88 String project, String location, String job, String execution, String task) { in of() 99 String project, String location, String job, String execution, String task) { in format() 227 private String execution; field in TaskName.Builder 267 public Builder setExecution(String execution) { in setExecution()
|
/aosp_15_r20/external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1/src/main/java/com/google/cloud/workflows/executions/v1/ |
H A D | ExecutionName.java | 39 private final String execution; field in ExecutionName 81 String project, String location, String workflow, String execution) { in of() 90 public static String format(String project, String location, String workflow, String execution) { in format() 210 private String execution; field in ExecutionName.Builder 245 public Builder setExecution(String execution) { in setExecution()
|
/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 | ExecutionName.java | 39 private final String execution; field in ExecutionName 81 String project, String location, String metadataStore, String execution) { in of() 91 String project, String location, String metadataStore, String execution) { in format() 218 private String execution; field in ExecutionName.Builder 253 public Builder setExecution(String execution) { in setExecution()
|
/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 | ExecutionName.java | 39 private final String execution; field in ExecutionName 81 String project, String location, String metadataStore, String execution) { in of() 91 String project, String location, String metadataStore, String execution) { in format() 218 private String execution; field in ExecutionName.Builder 253 public Builder setExecution(String execution) { in setExecution()
|
/aosp_15_r20/external/angle/src/common/spirv/ |
H A D | spirv_instruction_builder_autogen.cpp | 2417 void WriteControlBarrier(Blob *blob, IdScope execution, IdScope memory, IdMemorySemantics semantics) in WriteControlBarrier() 3154 IdScope execution) in WriteGroupNonUniformElect() 3166 IdScope execution, in WriteGroupNonUniformAll() 3180 IdScope execution, in WriteGroupNonUniformAny() 3194 IdScope execution, in WriteGroupNonUniformAllEqual() 3208 IdScope execution, in WriteGroupNonUniformBroadcast() 3224 IdScope execution, in WriteGroupNonUniformBroadcastFirst() 3239 IdScope execution, in WriteGroupNonUniformBallot() 3253 IdScope execution, in WriteGroupNonUniformInverseBallot() 3268 IdScope execution, in WriteGroupNonUniformBallotBitExtract() [all …]
|
H A D | spirv_instruction_parser_autogen.cpp | 2899 IdScope *execution, in ParseControlBarrier() 3731 IdScope *execution) in ParseGroupNonUniformElect() 3745 IdScope *execution, in ParseGroupNonUniformAll() 3761 IdScope *execution, in ParseGroupNonUniformAny() 3777 IdScope *execution, in ParseGroupNonUniformAllEqual() 3793 IdScope *execution, in ParseGroupNonUniformBroadcast() 3811 IdScope *execution, in ParseGroupNonUniformBroadcastFirst() 3827 IdScope *execution, in ParseGroupNonUniformBallot() 3843 IdScope *execution, in ParseGroupNonUniformInverseBallot() 3859 IdScope *execution, in ParseGroupNonUniformBallotBitExtract() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/ |
H A D | MetadataServiceClientTest.java | 1916 Execution execution = Execution.newBuilder().build(); in createExecutionTest() local 1943 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest() local 1972 Execution execution = Execution.newBuilder().build(); in createExecutionTest2() local 1998 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest2() local 2215 Execution execution = Execution.newBuilder().build(); in updateExecutionTest() local 2239 Execution execution = Execution.newBuilder().build(); in updateExecutionExceptionTest() local 2434 ExecutionName execution = in addExecutionEventsTest() local 2459 ExecutionName execution = in addExecutionEventsExceptionTest() local 2474 String execution = "execution-1090974952"; in addExecutionEventsTest2() local 2498 String execution = "execution-1090974952"; in addExecutionEventsExceptionTest2() local [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/ |
H A D | MetadataServiceClientTest.java | 1916 Execution execution = Execution.newBuilder().build(); in createExecutionTest() local 1943 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest() local 1972 Execution execution = Execution.newBuilder().build(); in createExecutionTest2() local 1998 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest2() local 2215 Execution execution = Execution.newBuilder().build(); in updateExecutionTest() local 2239 Execution execution = Execution.newBuilder().build(); in updateExecutionExceptionTest() local 2434 ExecutionName execution = in addExecutionEventsTest() local 2459 ExecutionName execution = in addExecutionEventsExceptionTest() local 2474 String execution = "execution-1090974952"; in addExecutionEventsTest2() local 2498 String execution = "execution-1090974952"; in addExecutionEventsExceptionTest2() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/execution/ |
D | outstanding_work.cpp | 52 namespace execution { namespace 93 namespace execution { namespace 166 namespace execution { namespace 234 namespace execution { namespace 349 namespace execution { namespace 513 namespace execution { namespace
|
D | relationship.cpp | 52 namespace execution { namespace 93 namespace execution { namespace 166 namespace execution { namespace 234 namespace execution { namespace 349 namespace execution { namespace 513 namespace execution { namespace
|
D | bulk_guarantee.cpp | 53 namespace execution { namespace 94 namespace execution { namespace 167 namespace execution { namespace 235 namespace execution { namespace 350 namespace execution { namespace 514 namespace execution { namespace
|
D | mapping.cpp | 53 namespace execution { namespace 94 namespace execution { namespace 167 namespace execution { namespace 235 namespace execution { namespace 350 namespace execution { namespace 514 namespace execution { namespace
|
D | blocking.cpp | 53 namespace execution { namespace 94 namespace execution { namespace 167 namespace execution { namespace 235 namespace execution { namespace 350 namespace execution { namespace 514 namespace execution { namespace
|