Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
Dbuckets.txt1 LA <----- Prepare -----> <-------------------------- Compile --------------------------> <- I/O…
2 LR <-- Prepare --> <- Validate -><---------------- Compile ------------------------> …
/packages/modules/NeuralNetworks/common/operations/
DMultinomial.h36 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
DSVDF.h43 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape,
DLSHProjection.h41 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
DRNN.h35 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
DMultinomial.cpp65 bool Multinomial::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::Multinomial
DBidirectionalSequenceLSTM.h37 bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* fwOutputShape,
DLSHProjection.cpp44 bool LSHProjection::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::LSHProjection
DLSTM.h53 bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* scratchShape,
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/common/
DCpuExecutor.cpp975 if (!LSHProjection::Prepare(operation, operands, &outputShape) || in executeOperation()
1007 success = lstm.Prepare(operation, operands, &fwOutputShape, &bwOutputShape, in executeOperation()
1049 success = lstm_cell.Prepare(operation, operands, &scratchShape, &outputStateShape, in executeOperation()
1065 success = Multinomial::Prepare(operation, operands, &outputShape) && in executeOperation()
1080 success = RNN::Prepare(operation, operands, &hiddenStateShape, &outputShape) && in executeOperation()
1091 success = SVDF::Prepare(operation, operands, &stateShape, &outputShape) && in executeOperation()
/packages/apps/Car/DebuggingRestrictionController/server/
DHOW_TO.md36 * Prepare the token signing key and certificate. The key MUST be a RSA key
/packages/modules/Virtualization/docs/getting_started/
Dindex.md3 ## Prepare a device
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dsax.md439 // Prepare JSON reader and input stream.
444 // Prepare JSON writer and output stream.
/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