Module: tf_quant_finance.math.qmc.utils

Contents

Last updated: 2023-03-16.

Module: tf_quant_finance.math.qmc.utils#

View source

Utility functions.

Modules#

types module: Types module.

Functions#

exp2(...): Returns the point-wise base-2 exponentiation of a given Tensor.

filter_tensor(...): Filters an input Tensor based on bits set in a mask Tensor.

get_shape(...): Returns the shape of a given Tensor.

log2(...): Returns the point-wise base-2 logarithm a given Tensor.

tent_transform(...): Returns the tent transform of a given Tensor.