Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DMemory.h156 virtual bool createdWithUnknownShape() const { return false; } in createdWithUnknownShape() function
DMemory.cpp161 bool createdWithUnknownShape() const override { in createdWithUnknownShape() function in android::nn::__anonb8fcb1a50111::DeviceMemoryValidator
DExecutionBuilder.cpp1611 if (mMemories[poolIndex]->getValidator().createdWithUnknownShape()) { in computeOnCpuFallback()