<!--
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.math.qmc.utils.get_shape" />
<meta itemprop="path" content="Stable" />
</div>

# tf_quant_finance.math.qmc.utils.get_shape

<!-- 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/math/qmc/utils.py">View source</a>



Returns the `shape` of a given `Tensor`.

```python
tf_quant_finance.math.qmc.utils.get_shape(
    value
)
```



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


#### Args:


* <b>`value`</b>: Scalar `Tensor of integers or real values.


#### Returns:

`Tensor` of integers with rank 1.
