tensorflow / tfjs

A WebGL accelerated JavaScript library for training and deploying ML models.
https://js.tensorflow.org
Apache License 2.0
18.38k stars 1.92k forks source link

Update supported TypedArray data types in tf.tensor in the documentation #8286

Closed gaikwadrahul8 closed 4 months ago

gaikwadrahul8 commented 4 months ago

Hi, Team

I have updated tf.tensor documentation to accurately reflect its support for TypedArray data types. Previously, the documentation listed 11 supported TypedArray data types. However, only Uint8Array, Uint8ClampedArray, Int32Array, and Float32Array were actually functional. This pull request updates the documentation to correctly reflect these supported data types for TypedArray.

I welcome your feedback and suggestions. Thank you.

google-cla[bot] commented 4 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

gaikwadrahul8 commented 4 months ago

Hi, Team

I have close this PR due to google-cla issue and created new PR. Thank you.