Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/quantization/lenet_quant/
Dtest_lenet_quant.py135 def export_lenet(optim_option="QAT", file_format="MINDIR"): argument
/third_party/mindspore/mindspore/train/
Dserialization.py695 def export(net, *inputs, file_name, file_format='AIR', **kwargs): argument
754 def _export(net, file_name, file_format, *inputs, **kwargs): argument
948 def warpper(network, *inputs, file_format, **kwargs): argument
961 def _quant_export(network, *inputs, file_format, **kwargs): argument
/third_party/boost/boost/asio/ssl/
Dcontext_base.hpp167 enum file_format enum in boost::asio::ssl::context_base
/third_party/boost/libs/asio/include/boost/asio/ssl/
Dcontext_base.hpp167 enum file_format enum in boost::asio::ssl::context_base
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc638 std::string file_format = "npy"; in ConvertToHostFormat() local
682 const std::string &file_format) { in ProcessConvertToHostFormat()
729 std::string file_format = "npy"; in ConvertReadTensors() local
760 std::string file_format = "npy"; in ConvertWatchPointNodes() local
778 …vices::ProcessConvertList(const std::string &prefix_dump_file_name, const std::string &file_format, in ProcessConvertList()
/third_party/pulseaudio/src/utils/
Dpacat.c112 static int file_format = -1; variable
/third_party/sqlite/src/
Dsqlite3.c16351 u8 file_format; /* Schema format version for this file */ member