Program Listing for File switch_layer.h
↰ Return to documentation for file (include/converter/include/infer/switch_layer.h
)
#ifndef MINDSPORE_CORE_OPS_SWITCH_LAYER_H_
#define MINDSPORE_CORE_OPS_SWITCH_LAYER_H_
#include "mindapi/base/types.h"
#include "ops/base_operator.h"
namespace mindspore {
namespace ops {
constexpr auto kNameSwitchLayer = "switch_layer";
class OPS_API SwitchLayer : public BaseOperator {
public:
MIND_API_BASE_MEMBER(SwitchLayer);
SwitchLayer() : BaseOperator(kNameSwitchLayer) {}
};
} // namespace ops
} // namespace mindspore
#endif // MINDSPORE_CORE_OPS_SWITCH_LAYER_H_