Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelArgumentInfo.h40 static std::pair<int, ModelArgumentInfo> createFromPointer(
DModelArgumentInfo.cpp36 std::pair<int, ModelArgumentInfo> ModelArgumentInfo::createFromPointer( in createFromPointer() function in android::nn::ModelArgumentInfo
DExecutionBuilder.cpp204 std::tie(n, mInputs[index]) = ModelArgumentInfo::createFromPointer( in setInput()
286 std::tie(n, mOutputs[index]) = ModelArgumentInfo::createFromPointer( in setOutput()