Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp48 state = ModelArgumentInfo::POINTER; in setFromPointer()
389 if (info.state == ModelArgumentInfo::POINTER) { in allocatePointerArgumentsToPool()
443 case ModelArgumentInfo::POINTER: in mapInputOrOutput()
525 if (info.state == ModelArgumentInfo::POINTER) { in startComputeOnDevice()
585 if (info.state == ModelArgumentInfo::POINTER) { in startComputeOnDevice()
642 if (argumentInfo.state == ModelArgumentInfo::POINTER) { in startComputeOnCpu()
DExecutionBuilder.h52 enum { POINTER, MEMORY, HAS_NO_VALUE, UNSPECIFIED } state = UNSPECIFIED; enumerator