Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/mindspore/mindspore/lite/src/cxx_api/
Dcell.cc29 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/
Dcell.cc24 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/
Dlayout-manager.js8 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
Dtable.js26 row.forEach(function(cell) { argument
35 row.forEach(function(cell) { argument
70 row.forEach(function(cell) { argument
/third_party/mindspore/mindspore/nn/layer/
Dcontainer.py34 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/
Dcell_py.cc25 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/
Dsimple_kernels.cpp20 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/
Dtest_incomplete.py13 class cell(Structure): class
/third_party/ffmpeg/libavcodec/
Droqvideo.c41 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/
Dnumeric.hpp98 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/
Ducmstate.cpp335 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/
Ducmstate.cpp335 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/
Dtbf.c262 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/
Ducmstate.cpp335 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/
Ducmstate.cpp335 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/
DTableBench.cpp46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, in onDraw() local
/third_party/skia/bench/
DTableBench.cpp46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, in onDraw() local
/third_party/mindspore/tests/st/ops/gpu/
Dtest_time_distributed_op.py28 def __init__(self, cell, time_axis, reshape_with_axis=None): argument
/third_party/mindspore/tests/st/ops/cpu/
Dtest_time_distributed_op.py28 def __init__(self, cell, time_axis, reshape_with_axis=None): argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java180 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/
Dpynative_execute.cc2046 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/
Dindex.js45 function toRows(rows, cell, i) { argument
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse_dynamic.cc223 std::string DynamicParser::GetCellInfo(const py::object &cell) { in GetCellInfo()
233 bool DynamicParser::IsDynamicCell(const py::object &cell) { in IsDynamicCell()
/third_party/skia/tests/
DPDFTaggedTableTest.cpp75 auto cell = std::make_unique<PDFTag>(); in DEF_TEST() local
/third_party/node/lib/internal/
Dcli_table.js38 const cell = row[i]; constant

1234