Home
last modified time | relevance | path

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

/third_party/benchmark/cmake/
Dsplit_list.cmake1 macro(split_list listname) macro
/third_party/json/benchmarks/thirdparty/benchmark/cmake/
Dsplit_list.cmake1 macro(split_list listname) macro
/third_party/mindspore/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/ccsrc/backend/optimizer/ascend/ir_fission/
Ddynamic_gru_v2_grad_fission.cc227 std::vector<int64_t> split_list = {SizeToLong(t_size - 1), 1}; in AddHSplitNode() local