Home
last modified time | relevance | path

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

/third_party/benchmark/cmake/
Dsplit_list.cmake1 macro(split_list listname) macro
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/parser/
Dcontainer.py27 def __init__(self, split_list): argument
84 def __init__(self, split_list): argument
/third_party/jerryscript/tools/
Dgen-unicode.py162 def split_list(category_list): function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fission/
Ddynamic_gru_v2_grad_fission.cc266 std::vector<int64_t> split_list = {SizeToLong(t_size - 1), 1}; in AddHSplitNode() local