The values of the tensor. Can be nested array of numbers,
or a flat array, or a TypedArray.
Optional shape: [number, number, number, number, number, number]The shape of the tensor. Optional. If not provided,
it is inferred from values.
Optional dtype: keyof DataTypeMapThe data type.
Generated using TypeDoc
Creates rank-6
tf.Tensorwith the provided values, shape and dtype.The same functionality can be achieved with
tf.tensor, but in general we recommend usingtf.tensor6das it makes the code more readable.