Searched refs:hasNoValue (Results 1 – 17 of 17) sorted by relevance
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | BurstUtils.cpp | 97 {.hasNoValue = input.hasNoValue, in serialize() 113 {.hasNoValue = output.hasNoValue, in serialize() 225 const bool hasNoValue = operandInfo.hasNoValue; in deserialize() local 249 {.hasNoValue = hasNoValue, .location = location, .dimensions = dimensions}); in deserialize() 266 const bool hasNoValue = operandInfo.hasNoValue; in deserialize() local 290 {.hasNoValue = hasNoValue, .location = location, .dimensions = dimensions}); in deserialize()
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/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/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
D | RequestArgument.aidl | 37 boolean hasNoValue;
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/3/android/hardware/neuralnetworks/ |
D | RequestArgument.aidl | 37 boolean hasNoValue;
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/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 | 207 inputs[i] = {.hasNoValue = true}; in createRequest() 213 inputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 235 outputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest()
|
D | GeneratedTestHarness.cpp | 413 inputs[i] = {.hasNoValue = true}; in createRequest() 423 inputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 436 inputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 452 outputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 473 outputs[i] = {.hasNoValue = false, .location = loc, .dimensions = {}}; in createRequest() 509 if (!inputs[i].hasNoValue && inputs[i].location.poolIndex == kInputPoolIndex) { in createRequest()
|
/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/1.0/utils/src/ |
D | Conversions.cpp | 325 const auto lifetime = argument.hasNoValue ? Request::Argument::LifeTime::NO_VALUE in unvalidatedConvert() 612 const bool hasNoValue = requestArgument.lifetime == nn::Request::Argument::LifeTime::NO_VALUE; in unvalidatedConvert() local 615 .hasNoValue = hasNoValue, in unvalidatedConvert()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Conversions.cpp | 481 const auto lifetime = argument.hasNoValue ? Request::Argument::LifeTime::NO_VALUE in unvalidatedConvert() 1060 const bool hasNoValue = requestArgument.lifetime == nn::Request::Argument::LifeTime::NO_VALUE; in unvalidatedConvert() local 1064 .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 | 5521 * (by setting the hasNoValue field of the corresponding
|