Home
last modified time | relevance | path

Searched defs:CheckOutputs (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/examples/runtime_extend/src/
Dcustom_common.cc32 int CheckOutputs(const std::vector<mindspore::MSTensor> &outputs) { in CheckOutputs() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/expanders/
Dutils.cc52 bool OpExpander::CheckOutputs() { in CheckOutputs() function in mindspore::opt::expanders::OpExpander
/third_party/mindspore/mindspore/lite/examples/runtime_gpu_extend/src/
Dcustom_common.cc31 int CheckOutputs(const std::vector<mindspore::MSTensor> &outputs) { in CheckOutputs() function
/third_party/gn/src/gn/
Daction_target_generator.cc190 bool ActionTargetGenerator::CheckOutputs() { in CheckOutputs() function in ActionTargetGenerator
/third_party/mindspore/mindspore/lite/test/ut/src/registry/
Dregistry_gpu_custom_op_test.cc338 int CheckOutputs(const std::vector<mindspore::MSTensor> &outputs) { in CheckOutputs() function in mindspore::CustomAddKernel