Home
last modified time | relevance | path

Searched defs:GetOutput (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/
Dgraphdef_transform.h40 inline schema::MetaGraphT *GetOutput() const { return graph_defT_; } in GetOutput() function
/third_party/gn/misc/
Dhelp_as_html.py19 def GetOutput(*args): function
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/fusion/
Dfusion_pattern.cc85 std::string FusionPattern::GetOutput() const { return this->outputOpId; } in GetOutput() function in mindspore::lite::FusionPattern
/third_party/ninja/src/
Dsubprocess-win32.cc208 const string& Subprocess::GetOutput() const { in GetOutput() function in Subprocess
Dsubprocess-posix.cc171 const string& Subprocess::GetOutput() const { in GetOutput() function in Subprocess
/third_party/mindspore/mindspore/ccsrc/vm/
Dsegment_runner.cc45 AnfNodePtrList GetOutput(const AnfNodePtrList &nodes, const NodeUsersMap &users, in GetOutput() function
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc186 std::string ImmutableServiceGenerator::GetOutput( in GetOutput() function in google::protobuf::compiler::java::ImmutableServiceGenerator
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dl2normalize_grad_cpu_kernel.cc151 void L2NormalizeGradCPUKernel<T>::GetOutput(const std::vector<T> &input_x_vector, const std::vector… in GetOutput() function in mindspore::kernel::L2NormalizeGradCPUKernel