mindspore mindspore MindSpore package. class mindspore. Tensor (input_data, dtype=None)[source] Tensor for data storage. Tensor inherits tensor object in C++ side, some fu...
mindspore.ops mindspore.ops Operators can be used in the construct function of Cell. Examples Copy >>> from mindspore . ops import operations as P >>> from mindspo...
mindspore.train mindspore.train SummaryRecord. User can use SummaryRecord to dump the summary data, the summary is a series of operationsto collect data for analysis and visua...
mindspore.parallel mindspore.parallel This interface is ONLY used in Auto-parallel procedure. mindspore.parallel. setfusion_strategy_by_idx (_idxList, group='hccl_world_group...
mindspore.communication mindspore.communication Collective communication interface. class mindspore.communication. GlobalComm [source] Global communication info. mindspor...
mindspore.mindrecord mindspore.mindrecord Introduction to mindrecord: Mindrecord is a module to implement reading, writing, search andconverting for MindSpore format dataset. ...
mindspore.nn mindspore.nn Neural Networks Cells. Pre-defined building blocks or computing units to construct Neural Networks. class mindspore.nn. Accuracy (eval_type='classi...
mindspore.dataset mindspore.dataset This module provides APIs to load and process various datasets: MNIST,CIFAR-10, CIFAR-100, VOC, ImageNet, CelebA dataset, etc. It also suppo...