Home
last modified time | relevance | path

Searched defs:inputs_ptr (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/python/src/
Dllm_engine_pybind.cc27const std::vector<MSTensorPtr> &inputs_ptr) { in PyLLMModelPredict()
42const std::vector<MSTensorPtr> &inputs_ptr) { in PyLLMModelPredictBatch()
57 const std::vector<MSTensorPtr> &inputs_ptr) { in PyLLMModelPreloadPromptPrefix()
Dmodel_pybind.cc28 std::vector<MSTensorPtr> PyModelPredict(Model *model, const std::vector<MSTensorPtr> &inputs_ptr, in PyModelPredict()
52 Status PyModelResize(Model *model, const std::vector<MSTensorPtr> &inputs_ptr, in PyModelResize()
205 const std::vector<MSTensorPtr> &inputs_ptr, in PyModelParallelRunnerPredict()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dgraph_builder.cc64 …NodePtr RefSubGraphNode(const FuncGraphPtr &fg, const AnfNodePtr &node, AnfNodePtrList *inputs_ptr, in RefSubGraphNode()
149 bool ConvertTensorToParameter(const FuncGraphPtr &fg, AnfNodePtrList *inputs_ptr) { in ConvertTensorToParameter()
193 bool SortParameters(const FuncGraphPtr &fg, AnfNodePtrList *inputs_ptr) { in SortParameters()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dsegment_utils.cc75 …NodePtr RefSubGraphNode(const FuncGraphPtr &fg, const AnfNodePtr &node, AnfNodePtrList *inputs_ptr, in RefSubGraphNode()
Dfunc_graph_utils.cc458 …hUtils::RefSubGraphNode(const FuncGraphPtr &fg, const AnfNodePtr &node, AnfNodePtrList *inputs_ptr, in RefSubGraphNode()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/mock/
Dsegment_runner.cc75 …NodePtr RefSubGraphNode(const FuncGraphPtr &fg, const AnfNodePtr &node, AnfNodePtrList *inputs_ptr, in RefSubGraphNode()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dsegment_runner.cc75 …NodePtr RefSubGraphNode(const FuncGraphPtr &fg, const AnfNodePtr &node, AnfNodePtrList *inputs_ptr, in RefSubGraphNode()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/const_fold/
Dfold_utils.cc266 std::vector<TensorPtr> inputs_ptr; in DoConstantFold() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear_llvm.c405 LLVMValueRef inputs_ptr = LLVMBuildCall2(builder, call_type, fetch_ptr, &elem, 1, ""); in llvmpipe_fs_variant_linear_llvm() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dnode_infershape.cc231 std::vector<TensorPtr> inputs_ptr; in InferShapeByNNACL() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dcostmodel.h106 std::vector<TensorInfo> inputs_ptr; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/oplib/
Dopinfo.h140 std::vector<std::shared_ptr<OpIOInfo>> inputs_ptr() const { return inputs_ptr_; } in inputs_ptr() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dcpu_kernel.cc63 auto inputs_ptr = op_info->inputs_ptr(); in GetSupportFromOpLib() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dinfer.cc922 auto inputs_ptr = MakeArgumentsAbstract(callable_object, args, key_words); in EvalMSAPIValue() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/graph_kernel/
Dgraph_kernel_json_generator.cc427 auto inputs_ptr = op_info->inputs_ptr(); in CreateInputDescJson() local