Home
last modified time | relevance | path

Searched refs:sizeOfData (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/neuralnetworks/1.2/vts/functional/include/1.2/
DUtils.h29 uint32_t sizeOfData(V1_2::OperandType type);
36 uint32_t sizeOfData(const V1_2::Operand& operand);
/hardware/interfaces/neuralnetworks/1.3/vts/functional/include/1.3/
DUtils.h30 uint32_t sizeOfData(V1_3::OperandType type);
37 uint32_t sizeOfData(const V1_3::Operand& operand);
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DUtils.cpp27 uint32_t sizeOfData(V1_2::OperandType type) { in sizeOfData() function
76 uint32_t sizeOfData(const V1_2::Operand& operand) { in sizeOfData() function
77 const uint32_t dataSize = sizeOfData(operand.type); in sizeOfData()
DValidateModel.cpp149 const size_t sizeOfOperand = sizeOfData(*operand); in becomeConstantCopy()
541 const size_t operandSize = sizeOfData(operand); // will be zero if shape is unknown in getInvalidLifeTimes()
610 const size_t operandSize = sizeOfData(operand); // will be zero if shape is unknown in getInputOutputLifeTime()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DUtils.cpp26 uint32_t sizeOfData(V1_3::OperandType type) { in sizeOfData() function
80 uint32_t sizeOfData(const V1_3::Operand& operand) { in sizeOfData() function
81 const uint32_t dataSize = sizeOfData(operand.type); in sizeOfData()
DValidateModel.cpp156 const size_t sizeOfOperand = sizeOfData(*operand); in becomeConstantCopy()
565 const size_t operandSize = sizeOfData(operand); // will be zero if shape is unknown in getInvalidLifeTimes()
634 const size_t operandSize = sizeOfData(operand); // will be zero if shape is unknown in getInputOutputLifeTime()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DUtils.h56 uint32_t sizeOfData(OperandType type);
63 uint32_t sizeOfData(const Operand& operand);
DUtils.cpp43 uint32_t sizeOfData(OperandType type) { in sizeOfData() function
97 uint32_t sizeOfData(const Operand& operand) { in sizeOfData() function
98 const uint32_t dataSize = sizeOfData(operand.type); in sizeOfData()
DValidateModel.cpp189 const size_t sizeOfOperand = sizeOfData(*operand); in becomeConstantCopy()
600 const size_t operandSize = sizeOfData(operand); // will be zero if shape is unknown in getInvalidLifeTimes()
673 const size_t operandSize = sizeOfData(operand); // will be zero if shape is unknown in getInputOutputLifeTime()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/
DUtils.h133 uint32_t sizeOfData(V1_0::OperandType type);
140 uint32_t sizeOfData(const V1_0::Operand& operand);
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DUtils.cpp179 uint32_t sizeOfData(V1_0::OperandType type) { in sizeOfData() function
211 uint32_t sizeOfData(const V1_0::Operand& operand) { in sizeOfData() function
212 const uint32_t dataSize = sizeOfData(operand.type); in sizeOfData()
DValidateModel.cpp129 const size_t sizeOfOperand = sizeOfData(*operand); in becomeConstantCopy()
447 const size_t operandSize = sizeOfData(operand); // will be zero if shape is unknown in getInvalidLifeTimes()
515 const size_t operandSize = sizeOfData(operand); // will be zero if shape is unknown in getInputOutputLifeTime()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp148 const size_t sizeOfOperand = sizeOfData(*operand); in becomeConstantCopy()
472 const size_t operandSize = sizeOfData(operand); // will be zero if shape is unknown in getInvalidLifeTimes()
541 const size_t operandSize = sizeOfData(operand); // will be zero if shape is unknown in getInputOutputLifeTime()