Home
last modified time | relevance | path

Searched defs:cell_id (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/tests/st/hook/
Dtest_hook_function.py93 def cell_hook_function(cell_id, grad_input, grad_output): argument
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc2019 void GradExecutor::PushCellStack(const std::string &cell_id) { cell_stack_.push(cell_id); } in PushCellStack()
2047 auto cell_id = GetId(cell); in GetCellId() local
2100 bool GradExecutor::IsBpropGraph(const std::string &cell_id) { in IsBpropGraph()
2114 void GradExecutor::ClearCellRes(const std::string &cell_id) { in ClearCellRes()
2182 void GradExecutor::InitResourceAndDfBuilder(const std::string &cell_id, const py::args &args) { in InitResourceAndDfBuilder()
2224 const auto &cell_id = GetCellId(cell, args); in NewGraphInner() local
2265 void GradExecutor::MakeNewTopGraph(const string &cell_id, const py::args &args, bool is_topest) { in MakeNewTopGraph()
2382 const auto &cell_id = GetCellId(cell, args); in EndGraphInner() local
2471 const auto &cell_id = GetCellId(cell, args); in DoGradForCustomBprop() local
2502 std::string GradExecutor::GetAlreadyRunCellId(const std::string &cell_id) { in GetAlreadyRunCellId()
[all …]
Dpynative_execute.h51 std::string cell_id; member
92 const std::string &cell_id() const { return cell_id_; } in cell_id() function
/third_party/mindspore/tests/st/pynative/
Dtest_pynative_hook_grad.py40 def ms_record_hook(self, cell_id, grad_input, grad_output): argument
46 def ms_change_grad_double_hook(self, cell_id, grad_input, grad_output): argument
Dtest_pynative_hook.py64 def cell_hook_function_print_grad(cell_id, grad_input, grad_output): argument
/third_party/mindspore/mindspore/ops/operations/
Ddebug_ops.py356 def __init__(self, hook_fn, cell_id=""): argument
/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_hook.py54 def cell_hook_function(cell_id, grad_input, grad_output): argument
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc219 auto cell_id = GetValue<std::string>(this->GetAttr(kCellIDAttrName)); in RunCellHookFunction() local
/third_party/mindspore/mindspore/common/
Dapi.py393 def del_cell(self, cell_id=""): argument
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc671 auto cell_id = GetValue<std::string>(prim->GetAttr("cell_id")); in BpropCut() local
Dkpynative.cc905 auto cell_id = GetValue<std::string>(prim->GetAttr("cell_id")); in BuildBPropCutFuncGraph() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-descriptor.h1022 guint16 cell_id; member