Class TensorListSetItem

Inheritance Relationships

Base Type

  • public mindspore::ops::BaseOperator

Class Documentation

class TensorListSetItem : public mindspore::ops::BaseOperator

TensorListSetItem defined TensorListSetItem operator prototype of lite.

Public Functions

inline TensorListSetItem()

Constructor.

void Init(const int64_t element_dtype)

Method to init the op’s attributes.

参数

element_dtype[in] Define the element data type in op;

void set_element_dtype(const int64_t element_dtype)

Method to set the op’s element_dtype attributes.

参数

element_dtype[in] Define the element data type in op;

int64_t get_element_dtype() const

Method to get the op’s element_dtype attributes.