Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.h202 struct TensorStat { struct
203TensorStat(uint64_t data_size, int dtype, const std::vector<int64_t> &shape, bool is_bool, double … in TensorStat() function
239 TensorStat GetTensorStatistics(const std::shared_ptr<TensorData> &tensor); argument