Class Select
Defined in File select.h
Inheritance Relationships
Base Type
public mindspore::ops::PrimitiveC
(Class PrimitiveC)
Class Documentation
-
class Select : public mindspore::ops::PrimitiveC
Returns the selected elements, either from input x or input y, depending on the condition. Refer to Python API mindspore.ops.Select for more details.
Public Functions
-
inline Select()
Constructor.
-
~Select() = default
Destructor.
-
inline void Init()
Init.
-
inline Select()