Home
last modified time | relevance | path

Searched refs:operandValuesSize (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp100 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() local
101 return (operandValuesSize < operandSize) ? (operandSize - operandValuesSize) : 0; in constantCopyExtraSize()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp119 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() local
120 return (operandValuesSize < operandSize) ? (operandSize - operandValuesSize) : 0; in constantCopyExtraSize()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp120 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() local
121 return (operandValuesSize < operandSize) ? (operandSize - operandValuesSize) : 0; in constantCopyExtraSize()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateModel.cpp127 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() local
128 return (operandValuesSize < operandSize) ? (operandSize - operandValuesSize) : 0; in constantCopyExtraSize()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DValidateModel.cpp160 const size_t operandValuesSize = model.operandValues.size(); in constantCopyExtraSize() local
161 return (operandValuesSize < operandSize) ? (operandSize - operandValuesSize) : 0; in constantCopyExtraSize()