Searched refs:hasNoValue (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | ExecutionBurstUtils.cpp | 99 {.hasNoValue = input.hasNoValue, in serialize() 115 {.hasNoValue = output.hasNoValue, in serialize() 225 const bool hasNoValue = operandInfo.hasNoValue; in deserialize() local 248 {.hasNoValue = hasNoValue, .location = location, .dimensions = dimensions}); in deserialize() 264 const bool hasNoValue = operandInfo.hasNoValue; in deserialize() local 287 {.hasNoValue = hasNoValue, .location = location, .dimensions = dimensions}); in deserialize()
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
D | RequestArgument.aidl | 37 boolean hasNoValue;
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/ |
D | RequestArgument.aidl | 37 boolean hasNoValue;
|
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
D | RequestArgument.aidl | 32 boolean hasNoValue;
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Utils.cpp | 112 inputs[i] = {.hasNoValue = true}; in createRequest() 118 inputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 140 outputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | Utils.cpp | 190 inputs[i] = {.hasNoValue = true}; in createRequest() 196 inputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 218 outputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest()
|
D | GeneratedTestHarness.cpp | 366 inputs[i] = {.hasNoValue = true}; in createRequest() 376 inputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 389 inputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 405 outputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 426 outputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 462 if (!inputs[i].hasNoValue && inputs[i].location.poolIndex == kInputPoolIndex) { in createRequest()
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Conversions.cpp | 183 const auto lifetime = argument.hasNoValue ? Request::Argument::LifeTime::NO_VALUE in unvalidatedConvert() 371 const bool hasNoValue = requestArgument.lifetime == nn::Request::Argument::LifeTime::NO_VALUE; in unvalidatedConvert() local 373 .hasNoValue = hasNoValue, in unvalidatedConvert()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.cpp | 378 inputs[i] = {.hasNoValue = true}; in createRequest() 388 inputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 398 inputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 414 outputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 432 outputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 459 if (!inputs[i].hasNoValue && inputs[i].location.poolIndex == kInputPoolIndex) { in createRequest()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Conversions.cpp | 456 const auto lifetime = argument.hasNoValue ? Request::Argument::LifeTime::NO_VALUE in unvalidatedConvert() 935 const bool hasNoValue = requestArgument.lifetime == nn::Request::Argument::LifeTime::NO_VALUE; in unvalidatedConvert() local 937 .hasNoValue = hasNoValue, in unvalidatedConvert()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.t | 180 bool hasNoValue;
|
D | types.hal | 4834 * (by setting the hasNoValue field of the corresponding 5140 bool hasNoValue;
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 1627 * (by setting the hasNoValue field of the corresponding 1767 bool hasNoValue; 1786 * they must be fully specified here, unless hasNoValue is set to
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 5522 * (by setting the hasNoValue field of the corresponding
|