Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/systrace_parser/parser/test/
Dbuckets.txt1 LA <----- Prepare -----> <-------------------------- Compile --------------------------> <- I/O…
2 LR <-- Prepare --> <- Validate -><---------------- Compile ------------------------> …
/frameworks/ml/nn/common/operations/
DMultinomial.h38 static bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
DSVDF.h43 static bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
DLSHProjection.h41 static bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
DRNN.h35 static bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
DMultinomial.cpp63 bool Multinomial::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::Multinomial
DBidirectionalSequenceLSTM.h39 bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
DLSTM.h53 bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands, Shape* scratchShape,
DLSHProjection.cpp45 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.cpp49 bool RNN::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* hiddenStateShape, in Prepare() function in android::nn::RNN
DBidirectionalSequenceLSTM.cpp209 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
/frameworks/ml/nn/common/
DCpuExecutor.cpp1029 if (!LSHProjection::Prepare(operation, operands, &outputShape) || in executeOperation()
1061 success = lstm.Prepare(operation, operands, &fwOutputShape, &bwOutputShape, in executeOperation()
1103 success = lstm_cell.Prepare(operation, operands, &scratchShape, &outputStateShape, in executeOperation()
1122 success = Multinomial::Prepare(operation, operands, &outputShape) && in executeOperation()
1137 success = RNN::Prepare(operation, operands, &hiddenStateShape, &outputShape) && in executeOperation()
1148 success = SVDF::Prepare(operation, operands, &stateShape, &outputShape) && in executeOperation()
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h105 void Prepare();
Dhardware_composer.cpp504 layer.Prepare(); in PostLayers()
1492 void Layer::Prepare() { in Prepare() function in android::dvr::Layer