Home
last modified time | relevance | path

Searched defs:callable_obj (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/func_graph_builder/
Dfunc_graph_builder_test.cc305 auto callable_obj = FuncGraphBuilder::ConvertFunction(func_add); in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_build/
Dfunc_graph_builder.cc575 py::object FuncGraphBuilder::AddNode(const py::object &callable_obj, const std::vector<py::object> … in AddNode()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dapi.py1136 def _no_recursive(callable_obj): argument
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py2920 def _CheckRaises(self, exc_class, callable_obj, exception): argument