Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DMultinomial.cpp65 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.cpp49 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/NeuralNetworks/driver/sample/
DSampleDriverFloatXNNPACK.cpp271 V1_3::ErrorStatus Prepare() { return V1_3::ErrorStatus::NONE; } in Prepare() function in android::nn::sample_driver::Subgraph