Home
last modified time | relevance | path

Searched refs:Prepare (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
Dbuckets.txt1 LA <----- Prepare -----> <-------------------------- Compile --------------------------> <- I/O…
2 LR <-- Prepare --> <- Validate -><---------------- Compile ------------------------> …
/packages/modules/Bluetooth/system/rust/src/gatt/
Dcallbacks.rs79 Prepare { enumerator
184 GattWriteRequestType::Prepare { .. } => { in write()
374 GattWriteRequestType::Prepare { offset: 1 }, in test_rejected_prepared_write()
Dffi.rs224 GattWriteType::Request(GattWriteRequestType::Prepare { offset }) => offset, in on_server_write()
228 matches!(write_type, GattWriteType::Request(GattWriteRequestType::Prepare { .. })), in on_server_write()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DSocketReaderNode.cpp44 bool SocketReaderNode::Prepare() in Prepare() function in SocketReaderNode
163 if (Prepare()) in UpdateConfig()
DBaseNode.cpp109 bool BaseNode::Prepare() in Prepare() function in BaseNode
/packages/modules/NeuralNetworks/common/types/operations/include/
DMultinomial.h37 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
DSVDF.h43 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape,
DLSHProjection.h42 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
DRNN.h41 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
DBidirectionalSequenceLSTM.h37 bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* fwOutputShape,
DLSTM.h52 bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* scratchShape,
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/nodes/
DSocketReaderNode.h30 virtual bool Prepare();
DBaseNode.h120 virtual bool Prepare();
/packages/services/Car/tests/CarFrameworkPackageStubsTest/
DREADME.md12 1. Prepare the device & environment for [Atest].
/packages/modules/Bluetooth/system/test/headless/
DREADME.md20 Prepare: Ensure the system is queisced to prevent resource conflicts from the bluetooth process.
/packages/modules/Virtualization/docs/
Dcustom_vm.md29 1. Prepare u-boot binary from `u-boot_crosvm_aarch64` in https://ci.android.com/builds/branches/aos…
31 2. Prepare Debian image from https://cloud.debian.org/images/cloud/ (We tested nocloud image)
61 ### Prepare a guest image
Ddevice_assignment.md25 ## Prepare VM DTBO
183 ## Prepare AVF assignable devices XML
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DAudioStreamGraphRtpRx.cpp54 pNodeSocketReader->Prepare(); in create()
/packages/modules/NeuralNetworks/common/cpu_operations/
DMultinomial.cpp69 bool Multinomial::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::Multinomial
DLSHProjection.cpp44 bool LSHProjection::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::LSHProjection
DSVDF.cpp51 bool SVDF::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape, in Prepare() function in android::nn::SVDF
DRNN.cpp45 bool RNN::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* hiddenStateShape, in Prepare() function in android::nn::RNN
/packages/apps/Car/DebuggingRestrictionController/server/
DHOW_TO.md36 * Prepare the token signing key and certificate. The key MUST be a RSA key
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp976 if (!LSHProjection::Prepare(operation, operands, &outputShape) || in executeOperation()
1008 success = lstm.Prepare(operation, operands, &fwOutputShape, &bwOutputShape, in executeOperation()
1050 success = lstm_cell.Prepare(operation, operands, &scratchShape, &outputStateShape, in executeOperation()
1066 success = Multinomial::Prepare(operation, operands, &outputShape) && in executeOperation()
1081 success = RNN::Prepare(operation, operands, &hiddenStateShape, &outputShape) && in executeOperation()
1092 success = SVDF::Prepare(operation, operands, &stateShape, &outputShape) && in executeOperation()
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DSocketNodeTest.cpp153 mReader->Prepare(); in SetUp()

12