Searched refs:tensor_ty_size (Results 1 – 1 of 1) sorted by relevance
640 int64_t tensor_ty_size = 1; in GetReshapeOutputType() local644 tensor_ty_size *= dim; in GetReshapeOutputType()650 const int64_t missing_dim = tensor_ty_size / shape_ty_size; in GetReshapeOutputType()651 if (!tensor_ty_zero_dim && shape_ty_size * missing_dim != tensor_ty_size) in GetReshapeOutputType()655 shape_ty_size, tensor_ty_size)); in GetReshapeOutputType()682 const int64_t tensor_ty_size = tensor_ty.getNumElements(); in Verify() local683 if (tensor_ty_size != output_ty_size) in Verify()686 << output_ty_size << " and " << tensor_ty_size; in Verify()