Home
last modified time | relevance | path

Searched defs:LoadInput (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/benchmark_train/
Dnet_train_base.cc97 int NetTrainBase::LoadInput() { in LoadInput() function in mindspore::lite::NetTrainBase
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/benchmark/
Dbenchmark_c_api.cc32 int BenchmarkCApi::LoadInput() { in LoadInput() function in mindspore::tools::BenchmarkCApi
Dbenchmark_unified_api.cc194 int BenchmarkUnifiedApi::LoadInput() { in LoadInput() function in mindspore::lite::BenchmarkUnifiedApi
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7263 if (const Constant *LoadInput = dyn_cast<Constant>(PtrVal)) { in getMemCmpLoad() local