Poplar and PopLibs
poplar::program::Switch Member List

This is the complete list of members for poplar::program::Switch, including all inherited members.

add(std::int32_t value, const Program &body)poplar::program::Switch
Switch(Tensor control, const std::vector< std::pair< std::int32_t, Program > > &cases, const DebugContext &debugContext={})poplar::program::Switch
Switch(Tensor control, const std::vector< std::pair< std::int32_t, Program > > &cases, const Program &defaultCaseBody, const DebugContext &debugContext={})poplar::program::Switch
Switch(Tensor control, const DebugContext &debugContext={})poplar::program::Switch
Switch(Tensor control, const Program &defaultCaseBody, const DebugContext &debugContext={})poplar::program::Switch
switchWithBoundsChecking(Tensor control, const std::vector< std::pair< std::int32_t, Program > > &cases, const DebugContext &debugContext={})poplar::program::Switchstatic
switchWithUnreachableDefault(Tensor control, const DebugContext &debugContext={})poplar::program::Switchstatic