Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestCompliance.cpp177 .inputs = {{.hasNoValue = false, .location = {.poolIndex = 0}, .dimensions = {}}}, in TEST_F()
178 .outputs = {{.hasNoValue = false, .location = {.poolIndex = 1}, .dimensions = {}}}, in TEST_F()
184 .inputs = {{.hasNoValue = false, .location = {.poolIndex = 0}, .dimensions = {}}}, in TEST_F()
185 .outputs = {{.hasNoValue = false, .location = {.poolIndex = 1}, .dimensions = {}}}, in TEST_F()
198 .inputs = {{.hasNoValue = false, .location = {.poolIndex = 0}, .dimensions = {}}}, in TEST_F()
199 .outputs = {{.hasNoValue = false, .location = {.poolIndex = 1}, .dimensions = {}}}, in TEST_F()
205 .inputs = {{.hasNoValue = false, .location = {.poolIndex = 0}, .dimensions = {}}}, in TEST_F()
206 .outputs = {{.hasNoValue = false, .location = {.poolIndex = 1}, .dimensions = {}}}, in TEST_F()
/frameworks/ml/nn/runtime/
DModelArgumentInfo.cpp117 ioInfos[i] = {.hasNoValue = false, in createRequestArguments()
122 ioInfos[i] = {.hasNoValue = false, in createRequestArguments()
127 ioInfos[i] = {.hasNoValue = true}; in createRequestArguments()
/frameworks/ml/nn/common/
DExecutionBurstServer.cpp204 const bool hasNoValue = operandInfo.hasNoValue; in deserialize() local
228 {/*.hasNoValue=*/hasNoValue, /*.location=*/location, /*.dimensions=*/dimensions}); in deserialize()
245 const bool hasNoValue = operandInfo.hasNoValue; in deserialize() local
269 {/*.hasNoValue=*/hasNoValue, /*.location=*/location, /*.dimensions=*/dimensions}); in deserialize()
DBufferTracker.cpp70 if (request.inputs[i].hasNoValue) continue; in validateRequest()
92 if (request.outputs[i].hasNoValue) continue; in validateRequest()
DExecutionBurstController.cpp102 {/*.hasNoValue=*/input.hasNoValue, in serialize()
120 {/*.hasNoValue=*/output.hasNoValue, in serialize()
DValidateHal.cpp764 if (requestArgument.hasNoValue) { in validateRequestArguments()
DCpuExecutor.cpp757 if (from.hasNoValue) { in updateForArguments()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DDriverFuzzTest.cpp189 inputs[i] = {.hasNoValue = true}; in createRequest()
195 inputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest()
217 outputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest()