description: Computes a type signature for the given inputs.
tfp.experimental.auto_batching.type_inference.signature
Computes a type signature for the given inputs
.
View aliases
Main aliases
tfp.experimental.auto_batching.frontend.ab_type_inference.signature
tfp.experimental.auto_batching.type_inference.signature(
program, inputs, backend
)
Args |
program
|
instructions.Program for whose inputs to compute the signature.
|
inputs
|
A list of backend-compatible tensors aligned with
program.vars_in .
|
backend
|
Backend implementation.
|