tft.sparse_tensor_left_align  |  TFX  |  TensorFlow (original) (raw)

tft.sparse_tensor_left_align

Stay organized with collections Save and categorize content based on your preferences.

Re-arranges a tf.SparseTensor and returns a left-aligned version of it.

tft.sparse_tensor_left_align(
    sparse_tensor: tf.SparseTensor
) -> tf.SparseTensor

This mapper can be useful when returning a sparse tensor that may not be left-aligned from a preprocessing_fn.

Args
sparse_tensor A 2D tf.SparseTensor.
Raises
ValueError if sparse_tensor is not 2D.
Returns
A left-aligned version of sparse_tensor as a tf.SparseTensor.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-11-01 UTC.