Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp421 static V1_3::ErrorStatus CheckTensorType(OperandType tensor_type, OperandType expected_type) { in CheckTensorType() argument
422 if (tensor_type != expected_type) { in CheckTensorType()
428 static V1_3::ErrorStatus CheckTensorFloatType(OperandType tensor_type) { in CheckTensorFloatType() argument
429 if (tensor_type != OperandType::TENSOR_FLOAT32) { in CheckTensorFloatType()