Home
last modified time | relevance | path

Searched defs:Prepare (Results 1 – 10 of 10) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DSocketReaderNode.cpp44 bool SocketReaderNode::Prepare() in Prepare() function in SocketReaderNode
DBaseNode.cpp108 bool BaseNode::Prepare() in Prepare() function in BaseNode
/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
DBidirectionalSequenceLSTM.cpp208 bool BidirectionalSequenceLSTM::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::BidirectionalSequenceLSTM
DLSTM.cpp303 bool LSTMCell::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::LSTMCell
/packages/modules/Bluetooth/system/rust/src/gatt/
Dcallbacks.rs79 Prepare { enumerator
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp271 V1_3::ErrorStatus Prepare() { return V1_3::ErrorStatus::NONE; } in Prepare() function in android::nn::sample_driver::Subgraph