Searched refs:tensor_type (Results 1 – 1 of 1) sorted by relevance
421 static V1_3::ErrorStatus CheckTensorType(OperandType tensor_type, OperandType expected_type) { in CheckTensorType() argument422 if (tensor_type != expected_type) { in CheckTensorType()428 static V1_3::ErrorStatus CheckTensorFloatType(OperandType tensor_type) { in CheckTensorFloatType() argument429 if (tensor_type != OperandType::TENSOR_FLOAT32) { in CheckTensorFloatType()