Home
last modified time | relevance | path

Searched defs:numDevices (Results 1 – 25 of 130) sorted by relevance

123456

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockDeviceManager.java55 public MockDeviceManager(int numDevices) { in MockDeviceManager()
59 public void setNumDevices(int numDevices) { in setNumDevices()
63 public void setNumDevicesUnresponsive(int numDevices) { in setNumDevicesUnresponsive()
67 private void setNumDevicesInternal(int numDevices, boolean responsive) { in setNumDevicesInternal()
84 public void setNumDevicesCustomRealNoRecovery(int numDevices, Class<IDevice> idevicetype) { in setNumDevicesCustomRealNoRecovery()
106 int numDevices, TestDeviceState state, Class<? extends IDevice> idevicetype) { in setNumDevicesCustom()
121 public void setNumDevicesStub(int numDevices, TestDeviceState state, IDevice idevice) { in setNumDevicesStub()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_device_selection_test.cc122 const ANeuralNetworksDevice* const* devices, uint32_t numDevices, in TEST_F()
139 const ANeuralNetworksDevice* const* devices, uint32_t numDevices, in TEST_F()
163 const ANeuralNetworksDevice* const* devices, uint32_t numDevices, in TEST_F()
164 ANeuralNetworksCompilation** compilation) -> int { in TEST_F()
292 bool* supportedOps) -> int { in TEST_F()
327 bool* supportedOps) -> int { in TEST_F()
431 bool* supportedOps) -> int { in TEST_F()
478 bool* supportedOps) -> int { in TEST_F()
505 bool* supportedOps) -> int { in TEST_F()
612 bool* supportedOps) -> int { in TEST_F()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
H A Dnnapi_plugin_test.cc74 bool* supportedOps) -> int { in SetUp()
211 const ANeuralNetworksDevice* const* devices, uint32_t numDevices, in TEST_F()
212 bool* supportedOps) -> int { in TEST_F()
330 bool* supportedOps) -> int { in TEST_F()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp892 uint32_t numDevices = 0; in TEST_F() local
931 uint32_t numDevices = 0; in TEST_F() local
2773 uint32_t numDevices = 0; in TEST() local
2779 uint32_t numDevices = 0; in TEST() local
2793 uint32_t numDevices = 0; in deviceStringCheck() local
2813 uint32_t numDevices = 0; in TEST() local
2833 uint32_t numDevices = 0; in TEST() local
2853 uint32_t numDevices = 0; in TEST() local
2876 uint32_t numDevices = 0; in TEST() local
2894 uint32_t numDevices = 0; in SetUp() local
[all …]
DTestUpdatability.cpp40 uint32_t numDevices = 0; in TEST_F() local
DSupportLibraryTestGenerated.cpp407 uint32_t numDevices = 0; in executeOnce() local
454 uint32_t numDevices = 0; in executeMultithreadedSharedCompilation() local
DTestFree.cpp60 uint32_t numDevices = 0; in createDeviceList() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLContext.cpp294 cl_program Context::createProgramWithBinary(cl_uint numDevices, in createProgramWithBinary()
309 cl_program Context::createProgramWithBuiltInKernels(cl_uint numDevices, in createProgramWithBuiltInKernels()
322 cl_program Context::linkProgram(cl_uint numDevices, in linkProgram()
H A DCLProgram.cpp19 angle::Result Program::build(cl_uint numDevices, in build()
42 angle::Result Program::compile(cl_uint numDevices, in compile()
H A DCLDevice.cpp325 cl_uint numDevices, in createSubDevices()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dmain.cpp274 size_t numDevices = 0; in main() local
357 size_t numDevices = 0; in main() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dmain.cpp193 size_t numDevices = 0; in main() local
303 size_t numDevices = 0; in main() local
/aosp_15_r20/external/pytorch/aten/src/ATen/nnapi/
H A Dnnapi_wrapper.cpp26 static int check__getDeviceCount(uint32_t* numDevices) { in check__getDeviceCount()
76 …NetworksModel* model, const ANeuralNetworksDevice* const* devices, uint32_t numDevices, bool* supp… in check_Model_getSupportedOperationsForDevices()
86 …NetworksModel* model, const ANeuralNetworksDevice* const* devices, uint32_t numDevices, ANeuralNet… in check_Compilation_createForDevices()
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLProgramCL.cpp41 const cl_uint numDevices = static_cast<cl_uint>(nativeDevices.size()); in build() local
61 const cl_uint numDevices = static_cast<cl_uint>(nativeDevices.size()); in compile() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/nnapi/
H A Dnnapi_handler.h204 uint32_t numDevices, ANeuralNetworksCompilation** compilation)) { in StubCompilationCreateForDevicesWith()
258 uint32_t numDevices, bool* supportedOps)) { in StubGetSupportedOperationsForDevicesWith()
H A DNeuralNetworksShim.h725 inline int ANeuralNetworks_getDeviceCount(uint32_t* numDevices) { in ANeuralNetworks_getDeviceCount()
854 const ANeuralNetworksDevice* const* devices, uint32_t numDevices, in ANeuralNetworksModel_getSupportedOperationsForDevices()
880 uint32_t numDevices, ANeuralNetworksCompilation** compilation) { in ANeuralNetworksCompilation_createForDevices()
/aosp_15_r20/external/pytorch/test/cpp/c10d/
H A DProcessGroupNCCLTest.cpp142 int numDevices() const { in numDevices() function in NCCLTest
534 const int numDevices = test.numDevices(); in testBroadcast() local
561 const int numDevices = test.numDevices(); in testReduce() local
695 const int numDevices = test->numDevices(); in testSplittingCommunicator() local
/aosp_15_r20/cts/tests/tests/neuralnetworks/java_test/jni/
H A Dandroid_neuralnetworks_cts_ModelAssetTest.cpp60 uint32_t numDevices = 0; in getNnapiDeviceNames() local
89 uint32_t numDevices = 0; in findDevice() local
/aosp_15_r20/external/executorch/backends/mediatek/runtime/include/api/
H A DNeuronAdapterShim.h544 uint32_t numDevices, in NeuronModel_getSupportedOperationsForDevices()
607 uint32_t numDevices, in NeuronCompilation_createForDevices()
864 inline int Neuron_getDeviceCount(uint32_t* numDevices) { in Neuron_getDeviceCount()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHotspotController.java32 void onHotspotChanged(boolean enabled, int numDevices); in onHotspotChanged()
/aosp_15_r20/packages/modules/NeuralNetworks/tools/nnapi_info/
Dnnapi_info.cpp76 uint32_t numDevices; in main() local
/aosp_15_r20/frameworks/wilhelm/tests/sandbox/
H A Doutputmix.c182 SLint32 numDevices = 1; in main() local
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/
DShortcutsUpdater.java119 private int getNumDynSlots(ShortcutManager mgr, int numDevices) { in getNumDynSlots()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp662 int ANeuralNetworks_getDeviceCount(uint32_t* numDevices) { in ANeuralNetworks_getDeviceCount()
768 uint32_t numDevices, bool* supportedOps) { in ANeuralNetworksModel_getSupportedOperationsForDevices()
817 uint32_t numDevices, in ANeuralNetworksCompilation_createForDevices()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLDeviceVk.cpp253 cl_uint numDevices, in createSubDevices()

123456