Home
last modified time | relevance | path

Searched refs:tensor_summary (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/tests/st/summary/
Dtest_cpu_summary.py39 self.tensor_summary = P.TensorSummary()
44 self.tensor_summary("tensor", image_tensor)
Dtest_summary_ops.py52 self.tensor_summary = P.TensorSummary()
58 self.tensor_summary('x', x)
Dtest_summary_collector.py67 self.tensor_summary = P.TensorSummary()
76 self.tensor_summary('tensor', x)
/third_party/mindspore/mindspore/ccsrc/debug/
DCMakeLists.txt16 "${CMAKE_CURRENT_SOURCE_DIR}/debugger/tensor_summary.cc"
39 "${CMAKE_CURRENT_SOURCE_DIR}/debugger/tensor_summary.cc"
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dgrpc_client.h58 EventReply SendTensorStats(const std::list<TensorSummary> &tensor_summary);
Dgrpc_client.cc227 for (const auto &tensor_summary : tensor_summary_list) { in SendTensorStats() local
228 if (!writer->Write(tensor_summary)) { in SendTensorStats()
/third_party/mindspore/tests/st/auto_monad/
Dtest_effect_ops.py360 self.tensor_summary = P.TensorSummary()
365 self.tensor_summary("tensor", image_tensor)