Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Dcompile_result.h51 InferTensor *GetOutput(size_t i) const { return outputs_.at(i); } in GetOutput() function
86 InferTensor *GetOutput(size_t i) const { return outputs_.at(i); } in GetOutput() function
/third_party/gn/misc/
Dhelp_as_html.py19 def GetOutput(*args): function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/legacy_optimizer/fusion/
Dfusion_pattern.cc84 std::string FusionPattern::GetOutput() const { return this->outputOpId; } in GetOutput() function in mindspore::lite::FusionPattern
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/draw/adapter_graphs/
Dsub_graph_kernel_adapter_graph.h52 Tensor *GetOutput(const size_t &index) const override { in GetOutput() function
Dcompile_result_adapter_graph.h48 Tensor *GetOutput(const size_t &index) const override { in GetOutput() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/auto_grad/
Dfunction_context.h90 const ValuePtr &GetOutput() const { return output_; } in GetOutput() function
/third_party/ninja/src/
Dsubprocess-win32.cc210 const string& Subprocess::GetOutput() const { in GetOutput() function in Subprocess
Dsubprocess-posix.cc183 const string& Subprocess::GetOutput() const { in GetOutput() function in Subprocess
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dsegment_utils.cc47 AnfNodePtrList GetOutput(const AnfNodePtrList &nodes, const NodeUsersMap &users, in GetOutput() function
Dfunc_graph_utils.cc430 AnfNodePtrList FuncGraphUtils::GetOutput(const AnfNodePtrList &nodes, const NodeUsersMap &users, in GetOutput() function in mindspore::FuncGraphUtils
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/mock/
Dsegment_runner.cc47 AnfNodePtrList GetOutput(const AnfNodePtrList &nodes, const NodeUsersMap &users, in GetOutput() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dsegment_runner.cc49 AnfNodePtrList GetOutput(const AnfNodePtrList &nodes, const NodeUsersMap &users, in GetOutput() function
/third_party/protobuf/src/google/protobuf/compiler/java/full/
Dservice.cc165 std::string ImmutableServiceGenerator::GetOutput( in GetOutput() function in google::protobuf::compiler::java::ImmutableServiceGenerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dl2normalize_grad_cpu_kernel.cc196 void L2NormalizeGradCpuFunc<T>::GetOutput(const std::vector<T> &input_x_vector, const std::vector<T… in GetOutput() function in mindspore::kernel::__anon9683c6810111::L2NormalizeGradCpuFunc
/third_party/protobuf/src/google/protobuf/
Dno_field_presence_test.cc517 std::string GetOutput() { return std::string{value_}; } in GetOutput() function in google::protobuf::__anonb80e308e0111::NoFieldPresenceSerializeTest
Dno_field_presence_map_test.cc717 std::string GetOutput() { return std::string{value_}; } in GetOutput() function in google::protobuf::__anon1b99a7ab0111::NoFieldPresenceMapSerializeTest
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dgraph_kernel_recompute.cc49 AnfNodePtr GetOutput(const FuncGraphPtr &func_graph, size_t i) { in GetOutput() function
/third_party/vixl/src/aarch64/
Ddisasm-aarch64.cc788 char *Disassembler::GetOutput() { return buffer_; } in Disassembler() function in vixl::aarch64::Disassembler