Home
last modified time | relevance | path

Searched defs:CheckTensor (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/benchmark/
Dbenchmark_base.h98 struct MS_API CheckTensor { struct
105 std::vector<size_t> shape;
106 std::vector<float> data;
107 std::vector<std::string> strings_data;
/third_party/mindspore/mindspore/nn/probability/distribution/_utils/
Dutils.py308 class CheckTensor(PrimitiveWithInfer): class