Namespace¶
TF Array-API compatibility layer used when array-api-compat has no TensorFlow
backend.
anytensor.namespace
¶
Array-namespace resolution (array-api-compat + TensorFlow shim).
array-api-compat does not yet expose a TensorFlow backend in the installed
release, so EagerTensors are routed through tf.experimental.numpy with a
thin Array-API compatibility layer.
array_namespace
¶
Like array_api_compat.array_namespace, with TensorFlow EagerTensor support.