Searched refs:CheckTensorFloatType (Results 1 – 1 of 1) sorted by relevance
428 static V1_3::ErrorStatus CheckTensorFloatType(OperandType tensor_type) { in CheckTensorFloatType() function in android::nn::sample_driver::Subgraph565 NN_DRIVER_RETURN_IF_ERROR(CheckTensorFloatType(operands[ins[0]].type)); in VisitAbsNode()566 NN_DRIVER_RETURN_IF_ERROR(CheckTensorFloatType(operands[outs[0]].type)); in VisitAbsNode()585 NN_DRIVER_RETURN_IF_ERROR(CheckTensorFloatType(operands[ins[0]].type)); in VisitAddNode()586 NN_DRIVER_RETURN_IF_ERROR(CheckTensorFloatType(operands[ins[1]].type)); in VisitAddNode()588 NN_DRIVER_RETURN_IF_ERROR(CheckTensorFloatType(operands[outs[0]].type)); in VisitAddNode()616 NN_DRIVER_RETURN_IF_ERROR(CheckTensorFloatType(operands[ins[0]].type)); in VisitAveragePool2DNode()617 NN_DRIVER_RETURN_IF_ERROR(CheckTensorFloatType(operands[outs[0]].type)); in VisitAveragePool2DNode()699 NN_DRIVER_RETURN_IF_ERROR(CheckTensorFloatType(operands[ins[0]].type)); in VisitConv2DNode()700 NN_DRIVER_RETURN_IF_ERROR(CheckTensorFloatType(operands[ins[1]].type)); in VisitConv2DNode()[all …]