Searched refs:POINTER (Results 1 – 2 of 2) sorted by relevance
57 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()
53 enum { POINTER, MEMORY, HAS_NO_VALUE, UNSPECIFIED } state = UNSPECIFIED; enumerator