Home
last modified time | relevance | path

Searched defs:func_names (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverFileRegex.cpp24 const std::unordered_set<std::string> &func_names, bool exact_match) in BreakpointResolverFileRegex()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc574 const std::vector<std::string>& func_names, Builder builder) { in ConvertSubgraphIdxsToFunctionAttrs()
633 const std::vector<std::string>& func_names, in ConvertOp()
925 const std::vector<std::string>& func_names, in ConvertSubgraph()
1224 std::vector<std::string> func_names; in FlatBufferToMlir() local
/external/python/cpython2/Lib/test/
Dtest_heapq.py14 func_names = ['heapify', 'heappop', 'heappush', 'heappushpop', variable
/external/python/cpython3/Lib/test/
Dtest_heapq.py16 func_names = ['heapify', 'heappop', 'heappush', 'heappushpop', 'heapreplace', variable
Dtest_statistics.py187 func_names = ['_normal_dist_inv_cdf'] variable in TestModules
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc1332 std::vector<string> func_names = GetFuncNames(gdef); in TEST_F() local
1408 std::vector<string> func_names = GetFuncNames(gdef); in TEST_F() local
/external/llvm-project/lldb/source/Target/
DTarget.cpp447 const std::vector<std::string> &func_names, in CreateBreakpoint()
473 const char *func_names[], size_t num_names, in CreateBreakpoint()
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1062 const SBStringList &func_names) { in BreakpointCreateBySourceRegex()
/external/tensorflow/tensorflow/python/framework/
Dops.py2505 def _set_func_list_attr(self, attr_name, func_names): argument