Home
last modified time | relevance | path

Searched defs:FunctionNode (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/auto_grad/
Dfunction_node.h45 …explicit FunctionNode(const py::object &tensor) : FunctionContext(Convert::PyObjToValue(tensor)), … in FunctionNode() function
54 explicit FunctionNode(const py::object &tensor, const py::object &prim, const py::object &out) in FunctionNode() function
Dedge.h26 class FunctionNode; variable
Dgrad_executor.h33 class FunctionNode; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/
Dinit.cc22 using FunctionNode = mindspore::pijit::grad::FunctionNode; typedef
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp34 AnalyzeCallDepth::FunctionNode::FunctionNode(TIntermAggregate *node) : node(node) in FunctionNode() function in AnalyzeCallDepth::FunctionNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp177 class FunctionNode { class
183 FunctionNode(Function *F) in FunctionNode() function in __anonf9c3c2f80111::FunctionNode
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/pi_ir/
Dctrl_flow.h173 explicit FunctionNode(const std::string &name) : FunctionNode(name, {}) {} in FunctionNode() function