Home
last modified time | relevance | path

Searched refs:createFromPointer (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/
DModelArgumentInfo.h40 static std::pair<int, ModelArgumentInfo> createFromPointer(
DModelArgumentInfo.cpp38 std::pair<int, ModelArgumentInfo> ModelArgumentInfo::createFromPointer( in createFromPointer() function in android::nn::ModelArgumentInfo
DExecutionBuilder.cpp156 std::tie(n, mInputs[index]) = ModelArgumentInfo::createFromPointer( in setInput()
234 ModelArgumentInfo::createFromPointer(mModel->getOutputOperand(index), type, buffer, l); in setOutput()