Home
last modified time | relevance | path

Searched refs:isSufficient (Results 1 – 8 of 8) sorted by relevance

/frameworks/ml/nn/runtime/
DModelArgumentInfo.h67 bool isSufficient() const { in isSufficient() function
71 bool& isSufficient() { in isSufficient() function
DExecutionBuilder.cpp427 return mOutputs[index].isSufficient() ? ANEURALNETWORKS_NO_ERROR in getOutputOperandDimensions()
449 return mOutputs[index].isSufficient() ? ANEURALNETWORKS_NO_ERROR in getOutputOperandRank()
881 return {.dimensions = std::move(dimensions), .isSufficient = true}; in getInitialOutputShapes()
911 mOutputs[i].isSufficient() = outputShapes[i].isSufficient; in updateOutputShapes()
/frameworks/ml/nn/common/
DExecutionBurstController.cpp189 const bool isSufficient = operandInfo.isSufficient; in deserialize() local
211 outputShapes.push_back({/*.dimensions=*/dimensions, /*.isSufficient=*/isSufficient}); in deserialize()
DExecutionBurstServer.cpp137 info.isSufficient = operand.isSufficient; in serialize()
DCpuExecutor.cpp219 if (!info->isSufficient()) { in setInfoAndAllocateIfNeeded()
1916 mOutputShapes[i].isSufficient = from.isSufficient(); in setOutputShapes()
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp104 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in execute_1_2()
125 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in execute_1_3()
141 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in executeSynchronously()
160 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in executeSynchronously_1_3()
/frameworks/ml/nn/common/include/
DCpuExecutor.h86 bool isSufficient() const { in isSufficient() function
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp437 if (!outputShapes[i].isSufficient) { in updateDeviceMemories()