/third_party/mindspore/mindspore/lite/src/cxx_api/ |
D | cell.cc | 29 ParameterCell::ParameterCell(const ParameterCell &cell) { MS_LOG(ERROR) << "Unsupported feature."; } in ParameterCell() 30 ParameterCell &ParameterCell::operator=(const ParameterCell &cell) { in operator =() 35 ParameterCell::ParameterCell(ParameterCell &&cell) { MS_LOG(ERROR) << "Unsupported feature."; } in ParameterCell() function in mindspore::ParameterCell 37 ParameterCell &ParameterCell::operator=(ParameterCell &&cell) { in operator =() 89 InputAndOutput::InputAndOutput(const std::shared_ptr<CellBase> &cell, const std::vector<InputAndOut… in InputAndOutput()
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/ |
D | cell.cc | 24 ParameterCell::ParameterCell(const ParameterCell &cell) { in ParameterCell() 30 ParameterCell &ParameterCell::operator=(const ParameterCell &cell) { in operator =() 40 ParameterCell::ParameterCell(ParameterCell &&cell) : tensor_(cell.tensor_) {} in ParameterCell() function in mindspore::ParameterCell 42 ParameterCell &ParameterCell::operator=(ParameterCell &&cell) { in operator =() 146 InputAndOutput::InputAndOutput(const std::shared_ptr<CellBase> &cell, const std::vector<InputAndOut… in InputAndOutput()
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
D | layout-manager.js | 8 row.forEach(function(cell, columnIndex) { argument 28 row.forEach(function(cell) { argument 57 let cell = { x: x, y: y }; variable 80 row.forEach(function(cell) { argument 107 function insertCell(cell, row) { argument 154 return row.map(function(cell) { argument 185 row.forEach(function(cell) { argument
|
D | table.js | 26 row.forEach(function(cell) { argument 35 row.forEach(function(cell) { argument 70 row.forEach(function(cell) { argument
|
/third_party/mindspore/mindspore/nn/layer/ |
D | container.py | 34 def _valid_cell(cell, op_name=None): argument 174 def __setitem__(self, index, cell): argument 220 def append(self, cell): argument 301 def __setitem__(self, index, cell): argument 344 def insert(self, index, cell): argument 381 def append(self, cell): argument
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | cell_py.cc | 25 void CellPy::AddAttr(CellPtr cell, const std::string &name, const py::object &obj) { in AddAttr() 50 [](const Cell &cell) { // __getstate__ in __anona0da55530102()
|
/third_party/boost/libs/gil/test/core/image_processing/ |
D | simple_kernels.cpp | 20 for (const auto& cell: kernel) in test_normalized_mean_generation() local 30 for (const auto& cell: kernel) in test_unnormalized_mean_generation() local
|
/third_party/python/Lib/ctypes/test/ |
D | test_incomplete.py | 13 class cell(Structure): class
|
/third_party/ffmpeg/libavcodec/ |
D | roqvideo.c | 41 void ff_apply_vector_2x2(RoqContext *ri, int x, int y, roq_cell *cell) in ff_apply_vector_2x2() 71 void ff_apply_vector_4x4(RoqContext *ri, int x, int y, roq_cell *cell) in ff_apply_vector_4x4()
|
/third_party/boost/boost/gil/image_processing/ |
D | numeric.hpp | 98 for (auto& cell: result) { in generate_normalized_mean() local 116 for (auto& cell: result) { in generate_unnormalized_mean() local
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; in ucm_processStates() local 934 int32_t state, cell, entry; in ucm_optimizeStates() local
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; in ucm_processStates() local 933 int32_t state, cell, entry; in ucm_optimizeStates() local
|
/third_party/libnl/lib/route/qdisc/ |
D | tbf.c | 262 static inline int calc_cell_log(int cell, int bucket) in calc_cell_log() 277 int cell) in rtnl_qdisc_tbf_set_rate() 360 int cell) in rtnl_qdisc_tbf_set_peakrate()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; in ucm_processStates() local 934 int32_t state, cell, entry; in ucm_optimizeStates() local
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; in ucm_processStates() local 934 int32_t state, cell, entry; in ucm_optimizeStates() local
|
/third_party/flutter/skia/bench/ |
D | TableBench.cpp | 46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, in onDraw() local
|
/third_party/skia/bench/ |
D | TableBench.cpp | 46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, in onDraw() local
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_time_distributed_op.py | 28 def __init__(self, cell, time_axis, reshape_with_axis=None): argument
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_time_distributed_op.py | 28 def __init__(self, cell, time_axis, reshape_with_axis=None): argument
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
D | CalendarPanel.java | 180 int cell = (date + firstDayInMonth - firstDayOfWeek - minDay); in dateToCell() local 280 int cell = (1 + firstDayInMonth - firstDayOfWeek - minDay); in paint() local
|
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/ |
D | pynative_execute.cc | 2046 std::string GradExecutor::GetCellId(const py::object &cell, const py::args &args) { in GetCellId() 2222 void GradExecutor::NewGraphInner(py::object *ret, const py::object &cell, const py::args &args) { in NewGraphInner() 2380 void GradExecutor::EndGraphInner(py::object *ret, const py::object &cell, const py::object &out, co… in EndGraphInner() 2453 void GradExecutor::DoGradForCustomBprop(const py::object &cell, const py::object &out, const py::ar… in DoGradForCustomBprop() 2514 std::string GradExecutor::GetGradCellId(bool has_sens, const py::object &cell, const py::args &args… in GetGradCellId() 2529 …Executor::GradNetInner(py::object *ret, const prim::GradOperationPtr &grad, const py::object &cell, in GradNetInner() 2678 FuncGraphPtr GradExecutor::GetBpropGraph(const prim::GradOperationPtr &grad, const py::object &cell, in GetBpropGraph() 2720 py::object GradExecutor::CheckGraph(const py::object &cell, const py::args &args) { in CheckGraph() 2747 py::object GradExecutor::CheckAlreadyRun(const prim::GradOperationPtr &grad, const py::object &cell, in CheckAlreadyRun() 2820 void GradExecutor::RunGradGraph(py::object *ret, const py::object &cell, const py::tuple &args) { in RunGradGraph() [all …]
|
/third_party/node/deps/npm/node_modules/cli-columns/ |
D | index.js | 45 function toRows(rows, cell, i) { argument
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | parse_dynamic.cc | 223 std::string DynamicParser::GetCellInfo(const py::object &cell) { in GetCellInfo() 233 bool DynamicParser::IsDynamicCell(const py::object &cell) { in IsDynamicCell()
|
/third_party/skia/tests/ |
D | PDFTaggedTableTest.cpp | 75 auto cell = std::make_unique<PDFTag>(); in DEF_TEST() local
|
/third_party/node/lib/internal/ |
D | cli_table.js | 38 const cell = row[i]; constant
|