EvalShapeΒΆ
Computes the shape/dtype of a function without performing actual computation.
Abstract Signature:
EvalShape(f: Callable, args)
TensorFlow
API:
βStrategy: Custom / Partial
Computes the shape/dtype of a function without performing actual computation.
Abstract Signature:
EvalShape(f: Callable, args)
β