Home
last modified time | relevance | path

Searched refs:stringBuf (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/benchmark/
Dbenchmark_base.cc475 char stringBuf[kPrintColNum][kPrintRowLenMax] = {}; in PrintResult() local
486 len = snprintf(stringBuf[index], sizeof(stringBuf[index]), "%f", in PrintResult()
491 columns.emplace_back(stringBuf[index]); in PrintResult()
494 …len = snprintf(stringBuf[index], sizeof(stringBuf[index]), "%f", iter.second.second / op_cost_tota… in PrintResult()
498 columns.emplace_back(stringBuf[index]); in PrintResult()
501 len = snprintf(stringBuf[index], sizeof(stringBuf[index]), "%d", iter.second.first); in PrintResult()
505 columns.emplace_back(stringBuf[index]); in PrintResult()
508 len = snprintf(stringBuf[index], sizeof(stringBuf[index]), "%f", iter.second.second); in PrintResult()
512 columns.emplace_back(stringBuf[index]); in PrintResult()
545 char stringBuf[kPrintColNum][kPrintRowLenMax] = {}; in PrintPerfResult() local
[all …]
/third_party/mindspore/mindspore/lite/tools/benchmark_train/
Dnet_train.cc741 std::string stringBuf[kFieldsToPrint]; in PrintResult() local
751 stringBuf[kField1] = to_string(iter.second.second / flags_->epochs_); in PrintResult()
752 len = stringBuf[kField1].length(); in PrintResult()
756 columns.emplace_back(stringBuf[kField1]); in PrintResult()
758 stringBuf[kField2] = to_string(iter.second.second / op_cost_total_); in PrintResult()
759 len = stringBuf[kField2].length(); in PrintResult()
763 columns.emplace_back(stringBuf[kField2]); in PrintResult()
765 stringBuf[kField3] = to_string(iter.second.first); in PrintResult()
766 len = stringBuf[kField3].length(); in PrintResult()
770 columns.emplace_back(stringBuf[kField3]); in PrintResult()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/io/
Dufile.cpp179 u_fstropen(UChar *stringBuf, in u_fstropen() argument
195 result->str.fBuffer = stringBuf; in u_fstropen()
196 result->str.fPos = stringBuf; in u_fstropen()
197 result->str.fLimit = stringBuf+capacity; in u_fstropen()
/third_party/icu/icu4c/source/io/
Dufile.cpp209 u_fstropen(UChar *stringBuf, in u_fstropen() argument
225 result->str.fBuffer = stringBuf; in u_fstropen()
226 result->str.fPos = stringBuf; in u_fstropen()
227 result->str.fLimit = stringBuf+capacity; in u_fstropen()
/third_party/skia/third_party/externals/icu/source/io/
Dufile.cpp209 u_fstropen(UChar *stringBuf, in u_fstropen() argument
225 result->str.fBuffer = stringBuf; in u_fstropen()
226 result->str.fPos = stringBuf; in u_fstropen()
227 result->str.fLimit = stringBuf+capacity; in u_fstropen()
/third_party/icu/icu4c/source/io/unicode/
Dustdio.h331 u_fstropen(UChar *stringBuf,
/third_party/skia/third_party/externals/icu/source/io/unicode/
Dustdio.h331 u_fstropen(UChar *stringBuf,
/third_party/flutter/skia/third_party/externals/icu/source/io/unicode/
Dustdio.h328 u_fstropen(UChar *stringBuf,