Skip to content

Commit

Permalink
Add forwarding for the recently-added Func::output_type() method (hal…
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson authored and ardier committed Mar 3, 2024
1 parent b656c68 commit 6158e04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -1881,6 +1881,7 @@ class GeneratorInput_Func : public GeneratorInputImpl<T, Func> {
HALIDE_FORWARD_METHOD_CONST(Func, defined)
HALIDE_FORWARD_METHOD_CONST(Func, has_update_definition)
HALIDE_FORWARD_METHOD_CONST(Func, num_update_definitions)
HALIDE_FORWARD_METHOD_CONST(Func, output_type)
HALIDE_FORWARD_METHOD_CONST(Func, output_types)
HALIDE_FORWARD_METHOD_CONST(Func, outputs)
HALIDE_FORWARD_METHOD_CONST(Func, rvars)
Expand Down Expand Up @@ -2235,6 +2236,7 @@ class GeneratorOutputBase : public GIOBase {
HALIDE_FORWARD_METHOD(Func, in)
HALIDE_FORWARD_METHOD(Func, memoize)
HALIDE_FORWARD_METHOD_CONST(Func, num_update_definitions)
HALIDE_FORWARD_METHOD_CONST(Func, output_type)
HALIDE_FORWARD_METHOD_CONST(Func, output_types)
HALIDE_FORWARD_METHOD_CONST(Func, outputs)
HALIDE_FORWARD_METHOD(Func, parallel)
Expand Down

0 comments on commit 6158e04

Please sign in to comment.