Searched refs:nonExtensionOperandSizeOfData (Results 1 – 16 of 16) sorted by relevance
/packages/modules/NeuralNetworks/common/include/ |
D | LegacyUtils.h | 142 uint32_t nonExtensionOperandSizeOfData(OperandType type, const std::vector<uint32_t>& dimensions); 152 inline uint32_t nonExtensionOperandSizeOfData(const Operand& operand) { in nonExtensionOperandSizeOfData() function 153 return nonExtensionOperandSizeOfData(operand.type, operand.dimensions); in nonExtensionOperandSizeOfData()
|
D | LegacyHalUtils.h | 126 uint32_t nonExtensionOperandSizeOfData(V1_3::OperandType type, 137 inline uint32_t nonExtensionOperandSizeOfData(const V1_3::Operand& operand) { 138 return nonExtensionOperandSizeOfData(operand.type, operand.dimensions);
|
D | CpuExecutor.h | 91 return length >= nonExtensionOperandSizeOfData(type, dimensions); in isSufficient()
|
/packages/modules/NeuralNetworks/common/operations/ |
D | ExpandDims.cpp | 43 nonExtensionOperandSizeOfData(inputShape.type, inputShape.dimensions)); in eval()
|
D | EmbeddingLookup.cpp | 38 const int total_bytes = nonExtensionOperandSizeOfData(value_->type, value_->dimensions); in Eval()
|
D | HashtableLookup.cpp | 49 nonExtensionOperandSizeOfData(value_->type, value_->dimensions) / num_rows; in Eval()
|
D | LSHProjection.cpp | 98 int input_item_bytes = nonExtensionOperandSizeOfData(input->type, input->dimensions) / in runningSignBit()
|
D | Reshape.cpp | 37 size_t count = nonExtensionOperandSizeOfData(inputShape.type, inputShape.dimensions); in copyData()
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | CanonicalDevice.cpp | 233 uint32_t size = nonExtensionOperandSizeOfData(operand.type, operand.dimensions); in allocate()
|
D | SampleDriver.cpp | 279 uint32_t size = nonExtensionOperandSizeOfData(operand.type, operand.dimensions); in allocate()
|
/packages/modules/NeuralNetworks/runtime/ |
D | TypeManager.cpp | 275 return nonExtensionOperandSizeOfData(type, dimensions); in getSizeOfData()
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 223 uint32_t length = nonExtensionOperandSizeOfData(info->type, info->dimensions); in setInfoAndAllocateIfNeeded() 234 uint32_t length = nonExtensionOperandSizeOfData(info->type, info->dimensions); in setInfoAndAllocateIfNeeded() 1777 bodyOutputHasUnknownShape[i] = nonExtensionOperandSizeOfData(operand) == 0; in executeWhileOperation()
|
D | LegacyUtils.cpp | 327 uint32_t nonExtensionOperandSizeOfData(OperandType type, const std::vector<uint32_t>& dimensions) { in nonExtensionOperandSizeOfData() function 655 NN_RET_CHECK_NE(nonExtensionOperandSizeOfData(operand.type, operand.dimensions), 0u); in validateControlFlowOperandUnknownSize()
|
D | LegacyHalUtils.cpp | 102 uint32_t nonExtensionOperandSizeOfData(V1_3::OperandType type, in nonExtensionOperandSizeOfData() function 104 return nonExtensionOperandSizeOfData(uncheckedConvert(type), dimensions); in nonExtensionOperandSizeOfData()
|
D | ValidateHal.cpp | 418 uint32_t expectedLength = nonExtensionOperandSizeOfData(operand); in validateOperands()
|
/packages/modules/NeuralNetworks/driver/sample_aidl/ |
D | SampleDriver.cpp | 181 uint32_t size = nonExtensionOperandSizeOfData(convert(operand.type).value(), in allocate()
|