Home
last modified time | relevance | path

Searched defs:outputs (Results 1 – 25 of 56) sorted by relevance

123

/packages/modules/NeuralNetworks/runtime/operation_converters/
DLogisticOperationConverter.cpp38 std::vector<int32_t> outputs{ in getLogisticOutputs() local
49 std::vector<int32_t> outputs = NN_TRY(getLogisticOutputs(operation, context)); in convert() local
DArithmeticOperationConverter.cpp40 std::vector<int32_t> outputs{ in getArithmeticOutputs() local
DAddOperationConverter.cpp35 std::vector<int32_t> outputs = NN_TRY(getArithmeticOutputs(operation, context)); in convert() local
DConv2DOperationConverter.cpp47 std::vector<int32_t> outputs{ in getConv2DOutputs() local
159 std::vector<int32_t> outputs = NN_TRY(getConv2DOutputs(operation, context)); in convert() local
DDepthwiseConv2DOperationConverter.cpp41 std::vector<int32_t> outputs = NN_TRY(getConv2DOutputs(operation, context)); in convert() local
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DVisibilityPermissionConfig.java100 int[] outputs = new int[properties.size()]; in toInts() local
112 Set<Integer> outputs = new ArraySet<>(properties.length); in toIntegerSet() local
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/inference/
DIsolatedModelServiceImplTest.java97 Map<Integer, Object> outputs = in runModelInference_singleExample_success() local
125 Map<Integer, Object> outputs = in runModelInference_setBatchSizeNotMatch_success() local
152 Map<Integer, Object> outputs = in runModelInferenceBatch_setBatchSize_success() local
178 Map<Integer, Object> outputs = in runModelInferenceBatch_notSetBatchSize_success() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityDocumentV1.java211 long[] outputs = new long[properties.size()]; in toLongs() local
223 Set<Integer> outputs = new ArraySet<>(properties.length); in toInts() local
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dpow.mod.py22 outputs = [Output("output", "TENSOR_FLOAT32", "{2, 1}"), variable
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_internal/
Dadd_internal.mod.py65 outputs = { variable
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_internal/
Dadd_internal.mod.py65 outputs = { variable
/packages/modules/NeuralNetworks/runtime/
DManager.cpp558 const std::vector<ModelArgumentInfo>& outputs, in createDriverRequest()
580 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in execute()
636 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in executeFenced()
712 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in createReusableExecution()
1095 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in executeFenced()
1127 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in createCpuRequest()
1172 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in execute()
1207 const std::vector<ModelArgumentInfo>& inputs, const std::vector<ModelArgumentInfo>& outputs, in createReusableExecution()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp265 std::vector<TestBuffer> outputs; in computeGoldenResults() local
325 std::vector<TestBuffer> outputs; in computeAndVerifyResultsForDevice() local
361 std::vector<TestBuffer> outputs; in computeAndVerifyResults() local
DOperationManager.h78 std::vector<OperandSignature> outputs; member
DRandomGraphGenerator.h118 std::vector<std::shared_ptr<RandomOperand>> outputs; member
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/camera2/
DCameraPreviewManager.java273 List<OutputConfiguration> outputs = new ArrayList<>(); in createPreviewSession() local
301 List<OutputConfiguration> outputs = new ArrayList<>(); in createRecordingSession() local
DCameraSystemActivity.java150 List<OutputConfiguration> outputs = new ArrayList<>(); in onOpened() local
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestUtils.cpp175 std::vector<Request::Argument> outputs; in createRequest() local
/packages/modules/Connectivity/thread/tests/utils/src/android/net/thread/utils/
DOtDaemonController.java208 List<String> outputs = in netDiagGet() local
/packages/modules/NeuralNetworks/runtime/test/
DSupportLibraryTestGenerated.cpp255 std::vector<TestBuffer>* outputs) { in computeWithPtrs()
294 Execution::ComputeMode computeMode, Result* result, std::vector<TestBuffer>* outputs) { in computeWithDeviceMemories()
366 std::vector<TestBuffer> outputs; in executeWithCompilation() local
DTestCompatibilityLayer.cpp100 std::vector<TestBuffer> outputs; in execute() local
/packages/services/BuiltInPrintService/src/com/android/bips/
DImageToPdfTask.java60 protected Throwable doInBackground(ParcelFileDescriptor... outputs) { in doInBackground()
/packages/modules/NeuralNetworks/common/cpu_operations/
DMultinomialTest.cpp54 std::vector<uint32_t> outputs; in MultinomialOpModel() local
DLSHProjectionTest.cpp60 std::vector<uint32_t> outputs; in LSHProjectionOpModel() local
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/inference/
DIsolatedModelServiceImpl.java117 Map<Integer, Object> outputs = new HashMap<>(); in runTfliteInterpreter() local

123