.. _l-onnx-doc-GivenTensorFill: =============== GivenTensorFill =============== .. contents:: :local: .. _l-onnx-op-giventensorfill-1: GivenTensorFill - 1 =================== **Version** * **name**: `GivenTensorFill (GitHub) `_ * **domain**: **main** * **since_version**: **1** * **function**: * **support_level**: * **shape inference**: This version of the operator has been available **since version 1**. **Summary** **Attributes** * **extra_shape**: Default value is ``?``. * **input_as_shape**: Default value is ``?``. * **shape**: Default value is ``?``. * **values**: Default value is ``?``. **Inputs** Between 0 and 1 inputs. * **shape** (optional, heterogeneous) - **T**: The shape of filled tensor **Outputs** * **X** (heterogeneous) - **T**: The filled tensor **Examples**