<!--
This file is generated by a tool. Do not edit directly.
For open-source contributions the docs will be updated automatically.
-->

*Last updated: 2023-03-16.*

<div itemscope itemtype="http://developers.google.com/ReferenceObject">
<meta itemprop="name" content="tf_quant_finance.datetime.utils.is_leap_year" />
<meta itemprop="path" content="Stable" />
</div>

# tf_quant_finance.datetime.utils.is_leap_year

<!-- Insert buttons and diff -->

<table class="tfo-notebook-buttons tfo-api" align="left">
</table>

<a target="_blank" href="https://github.com/paolodelia99/tf-quant-finance/blob/main/tf_quant_finance/datetime/date_utils.py">View source</a>



Calculates whether years are leap years.

```python
tf_quant_finance.datetime.utils.is_leap_year(
    years
)
```



<!-- Placeholder for "Used in" -->


#### Args:


* <b>`years`</b>: Tensor of int32 type. Elements should be positive.


#### Returns:

Tensor of bool type.
