description: Returns the instructions.Type
of val.
tfp.experimental.auto_batching.type_inference.type_of_pattern
Returns the instructions.Type
of val
.
View aliases
Main aliases
tfp.experimental.auto_batching.frontend.ab_type_inference.type_of_pattern
tfp.experimental.auto_batching.type_inference.type_of_pattern(
val, backend, preferred_type=None
)
Args |
val
|
Pattern of backend-specific Tensor s or a Python or numpy constant.
|
backend
|
Object implementing required backend operations.
|
preferred_type
|
instructions.Type to prefer, if t is a constant.
|