Skip to contents

Publicly accessible method for determining the current backend.

Usage

config_backend()

Value

String, the name of the backend Keras is currently using. One of "tensorflow", "torch", or "jax".

Examples

## [1] "tensorflow"