Searched refs:Prepare (Results 1 - 11 of 11) sorted by relevance

/frameworks/ml/nn/common/operations/
H A DLSHProjection.h50 static bool Prepare(
H A DRNN.h43 static bool Prepare(const android::hardware::neuralnetworks::V1_1::Operation &operation,
H A DSVDF.h51 static bool Prepare(
H A DLSTM.h53 static bool Prepare(const android::hardware::neuralnetworks::V1_1::Operation &operation,
H A DLSHProjection.cpp38 bool LSHProjection::Prepare(const Operation &operation, function in class:android::nn::LSHProjection
H A DRNN.cpp40 bool RNN::Prepare(const Operation &operation, function in class:android::nn::RNN
H A DSVDF.cpp55 bool SVDF::Prepare(const Operation &operation, function in class:android::nn::SVDF
H A DLSTM.cpp230 bool LSTMCell::Prepare(const Operation &operation, function in class:android::nn::LSTMCell
/frameworks/ml/nn/common/
H A DCpuExecutor.cpp1252 success = LSHProjection::Prepare(operation, mOperands,
1270 success = LSTMCell::Prepare(operation, mOperands,
1288 success = RNN::Prepare(operation, mOperands,
1303 success = SVDF::Prepare(operation, mOperands,
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.h104 void Prepare();
122 // remain valid across calls to Layer::Setup(), Layer::Prepare(), or
185 // Prepare phase.
H A Dhardware_composer.cpp474 layer.Prepare();
1017 // Prepare a new layer stack, pulling in layers from the previous
1398 void Layer::Prepare() { function in class:android::dvr::Layer
1409 TRACE_FORMAT("Layer::Prepare|buffer_id=%d;slot=%zu|", id, slot);
1451 "Layer::Prepare: Error setting layer buffer: %s",
1462 "Layer::Prepare: Error setting layer source crop: %s",

Completed in 251 milliseconds