Class All

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.

参数

keep_dims[in] Define the dim.

void set_keep_dims(const int64_t keep_dims)

Method to set keep_dims attributes.

参数

keep_dims[in] Define the dim.

int64_t get_keep_dims() const

Method to get keep_dims attributes.

返回

keep_dims attributes.