Class PyExecute
- Defined in File execute.h 
Inheritance Relationships
Base Type
- public mindspore::dataset::Execute
Class Documentation
- 
class PyExecute : public mindspore::dataset::Execute
- Public Functions - Callable function to execute the TensorTransform in eager mode (only cpu). - 参数
- input_tensor_list – [in] List of Tensors to be transformed. 
- out – [out] Result tensors list after transform. 
 
- 返回
- Status error code, returns OK if no error encountered.