Home
last modified time | relevance | path

Searched defs:TensorOperation (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/
Dtensor_operation.h32 TensorOperation() : random_op_(false) {} in TensorOperation() function
35 explicit TensorOperation(bool random) : random_op_(random) {} in TensorOperation() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Drandom_select_subpolicy_ir.cc33 const std::vector<std::vector<std::pair<std::shared_ptr<TensorOperation>, double>>> &policy) in RandomSelectSubpolicyOperation()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/include/dataset/
Dtransforms.h32 class TensorOperation; variable
Dvision.h35 class TensorOperation; variable
Daudio.h35 class TensorOperation; variable
Dtext.h34 class TensorOperation; variable
Ddatasets.h52 class TensorOperation; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/liteapi/include/
Ddatasets.h52 class TensorOperation; variable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/transforms/
Dc_transforms.py30 class TensorOperation: class
Dtransforms.py63 class TensorOperation: class
/third_party/mindspore/mindspore-src/source/mindspore/lite/minddata/wrapper/
DMDToDApi.cc44 using TensorOperation = mindspore::dataset::TensorOperation; typedef