Home
last modified time | relevance | path

Searched defs:execution (Results 1 – 25 of 129) sorted by relevance

123456

/external/trusty/arm-trusted-firmware/docs/components/
Drealm-management-extension.rst224 .. _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/
/external/tensorflow/tensorflow/lite/nnapi/
DNeuralNetworksShim.h503 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 …]
/external/pytorch/aten/src/ATen/nnapi/
Dnnapi_wrapper.cpp96 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()
/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/java/com/google/cloud/notebooks/v1/
DExecutionName.java38 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()
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
DExecutionName.java39 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()
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
DExecutionName.java39 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()
/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/
DExecutionName.java39 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()
DTaskName.java39 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()
/external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1beta/src/main/java/com/google/cloud/workflows/executions/v1beta/
DExecutionName.java39 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()
/external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1/src/main/java/com/google/cloud/workflows/executions/v1/
DExecutionName.java39 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()
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/execution/
Dexecute.hpp31 namespace execution { namespace
77 namespace execution { namespace
255 namespace execution { namespace
Dstart.hpp29 namespace execution { namespace
205 namespace execution { namespace
Dset_error.hpp29 namespace execution { namespace
208 namespace execution { namespace
Dset_done.hpp29 namespace execution { namespace
208 namespace execution { namespace
Dset_value.hpp30 namespace execution { namespace
389 namespace execution { namespace
Dbulk_execute.hpp33 namespace execution { namespace
345 namespace execution { namespace
Dany_executor.hpp45 namespace execution { namespace
Dbad_executor.hpp24 namespace execution { namespace
Dreceiver_invocation_error.hpp25 namespace execution { namespace
Dsubmit.hpp34 namespace execution { namespace
392 namespace execution { namespace
/external/executorch/backends/mediatek/runtime/include/api/
DNeuronAdapterShim.h729 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 …]
/external/google-cloud-java/java-workflow-executions/google-cloud-workflow-executions/src/test/java/com/google/cloud/workflows/executions/v1beta/
DExecutionsClientHttpJsonTest.java194 Execution execution = Execution.newBuilder().build(); in createExecutionTest() local
223 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest() local
247 Execution execution = Execution.newBuilder().build(); in createExecutionTest2() local
276 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest2() local
DExecutionsClientTest.java186 Execution execution = Execution.newBuilder().build(); in createExecutionTest() local
210 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest() local
234 Execution execution = Execution.newBuilder().build(); in createExecutionTest2() local
258 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest2() local
/external/google-cloud-java/java-workflow-executions/google-cloud-workflow-executions/src/test/java/com/google/cloud/workflows/executions/v1/
DExecutionsClientHttpJsonTest.java194 Execution execution = Execution.newBuilder().build(); in createExecutionTest() local
223 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest() local
247 Execution execution = Execution.newBuilder().build(); in createExecutionTest2() local
276 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest2() local
DExecutionsClientTest.java186 Execution execution = Execution.newBuilder().build(); in createExecutionTest() local
210 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest() local
234 Execution execution = Execution.newBuilder().build(); in createExecutionTest2() local
258 Execution execution = Execution.newBuilder().build(); in createExecutionExceptionTest2() local

123456