Searched refs:hasNoValue (Results 1 – 8 of 8) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestCompliance.cpp | 177 .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/ |
D | ModelArgumentInfo.cpp | 117 ioInfos[i] = {.hasNoValue = false, in createRequestArguments() 122 ioInfos[i] = {.hasNoValue = false, in createRequestArguments() 127 ioInfos[i] = {.hasNoValue = true}; in createRequestArguments()
|
/frameworks/ml/nn/common/ |
D | ExecutionBurstServer.cpp | 204 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()
|
D | BufferTracker.cpp | 70 if (request.inputs[i].hasNoValue) continue; in validateRequest() 92 if (request.outputs[i].hasNoValue) continue; in validateRequest()
|
D | ExecutionBurstController.cpp | 102 {/*.hasNoValue=*/input.hasNoValue, in serialize() 120 {/*.hasNoValue=*/output.hasNoValue, in serialize()
|
D | ValidateHal.cpp | 764 if (requestArgument.hasNoValue) { in validateRequestArguments()
|
D | CpuExecutor.cpp | 757 if (from.hasNoValue) { in updateForArguments()
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | DriverFuzzTest.cpp | 189 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()
|