Home
last modified time | relevance | path

Searched defs:outputs (Results 1 – 25 of 57) 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.java104 int[] outputs = new int[properties.size()]; in toInts() local
117 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 = result.getData(); in runModelInference_singleExample_success() local
127 Map<Integer, Object> outputs = result.getData(); in runModelInference_setBatchSizeNotMatch_success() local
156 Map<Integer, Object> outputs = result.getData(); in runModelInferenceBatch_setBatchSize_success() local
184 Map<Integer, Object> outputs = result.getData(); in runModelInferenceBatch_notSetBatchSize_success() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityDocumentV1.java221 long[] outputs = new long[properties.size()]; in toLongs() local
234 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/Bluetooth/system/
Dsetup.py44 def set_permissions_for_host_executables(outputs): argument
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_internal/
Dadd_internal.mod.py65 outputs = { variable
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_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/Uwb/generic_ranging/proto/src/
Ddebug_log.proto67 repeated LeanEstimate outputs = 2; field
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestUtils.cpp175 std::vector<Request::Argument> outputs; in createRequest() 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
/packages/services/BuiltInPrintService/src/com/android/bips/
DImageToPdfTask.java60 protected Throwable doInBackground(ParcelFileDescriptor... outputs) { in doInBackground()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/inference/
DIsolatedModelServiceImpl.java114 Map<Integer, Object> outputs = outputParcel.getData(); in runTfliteInterpreter() local
/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

123