Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/
Dnetwork_test.cc156 auto tensors_map = session->GetOutputs(); in TEST_F() local
177 auto tensors_map = session->GetOutputs(); in TEST_F() local
/third_party/mindspore/mindspore/lite/micro/coder/allocator/
Dallocator.cc65 std::map<Tensor *, std::string> MemoryAllocator::tensors_map() const { in tensors_map() function in mindspore::lite::micro::MemoryAllocator
/third_party/mindspore/mindspore/lite/micro/coder/
Dcontext.h48 std::map<Tensor *, std::string> tensors_map() const { return tensors_map_; } in tensors_map() function