Class All
Defined in File all.h
Inheritance Relationships
Base Type
public mindspore::ops::BaseOperator
Class Documentation
-
class All : public mindspore::ops::BaseOperator
All defined All operator prototype of lite.
Public Functions
-
inline All()
Constructor.
-
void Init(const int64_t keep_dims)
Method to init the op’s attributes.
- Parameters
keep_dims – [in] Define the dim.
-
void set_keep_dims(const int64_t keep_dims)
Method to set keep_dims attributes.
- Parameters
keep_dims – [in] Define the dim.
-
int64_t get_keep_dims() const
Method to get keep_dims attributes.
- Returns
keep_dims attributes.
-
inline All()