torch.tx.CompiledExpression.bind
compiledExpression.bind(vars: Record<string, TensorOrNumber>): CompiledExpressionBind variables without executing.
Returns a new CompiledExpression with the updated bindings.
Parameters
varsRecord<string, TensorOrNumber>- Variables to bind
Returns
CompiledExpression– A new CompiledExpression with updated bindings