Home
last modified time | relevance | path

Searched refs:POINTER (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp57 state = ModelArgumentInfo::POINTER; in setFromPointer()
423 if (info.state == ModelArgumentInfo::POINTER) { in allocatePointerArgumentsToPool()
477 case ModelArgumentInfo::POINTER: in mapInputOrOutput()
508 case ModelArgumentInfo::POINTER: in logArguments()
600 if (info.state == ModelArgumentInfo::POINTER) { in startComputeOnDevice()
665 if (info.state == ModelArgumentInfo::POINTER) { in startComputeOnDevice()
720 if (argumentInfo.state == ModelArgumentInfo::POINTER) { in startComputeOnCpu()
DExecutionBuilder.h53 enum { POINTER, MEMORY, HAS_NO_VALUE, UNSPECIFIED } state = UNSPECIFIED; enumerator