Home
last modified time | relevance | path

Searched refs:tensor_source (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/generator/component/const_blocks/
Dmtensor.h23 extern const char tensor_source[];
Dmtensor.cc97 const char tensor_source[] = R"RAW( variable
/third_party/mindspore/mindspore/lite/micro/coder/generator/
Dgenerator.cc98 {net_src_file_path_ + "tensor.cc", tensor_source}, in CodeStaticContent()