Home
last modified time | relevance | path

Searched refs:exclude_patterns (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables.py744 def filter_variables(var_list, include_patterns=None, exclude_patterns=None, argument
793 if exclude_patterns is None:
798 if not any(reg_exp_func(ptrn, var.name) for ptrn in exclude_patterns):
Dvariables_test.py1304 exclude_patterns=None, argument
1309 exclude_patterns=exclude_patterns,
1334 exclude_patterns=['weights'])
1339 exclude_patterns=['weights', 'conv1'])
1352 exclude_patterns=['biases'])
/external/libnl/python/doc/
Dconf.py67 exclude_patterns = ['_build'] variable
/external/clang/docs/analyzer/
Dconf.py68 exclude_patterns = ['_build'] variable
/external/libcxx/docs/
Dconf.py66 exclude_patterns = ['_build'] variable
/external/libunwind_llvm/docs/
Dconf.py66 exclude_patterns = ['_build'] variable
/external/devlib/doc/
Dconf.py80 exclude_patterns = ['../build'] variable
/external/swiftshader/third_party/subzero/docs/
Dconf.py67 exclude_patterns = ['_build'] variable
/external/trappy/doc/api_reference/
Dconf.py104 exclude_patterns = ['_build'] variable
/external/bart/docs/api_reference/
Dconf.py104 exclude_patterns = ['_build'] variable
/external/fio/doc/
Dconf.py105 exclude_patterns = ['output', 'Thumbs.db', '.DS_Store', 'fio_examples.rst'] variable
/external/python/cpython2/Doc/
Dconf.py35 exclude_patterns = [ variable
/external/clang/docs/
Dconf.py68 exclude_patterns = ['_build', 'analyzer'] variable
/external/python/cpython3/Doc/
Dconf.py40 exclude_patterns = ['venv/*', 'README.rst'] variable
/external/llvm/docs/
Dconf.py67 exclude_patterns = ['_build'] variable
/external/pcre/dist2/src/
Dpcre2grep.c283 static patstr *exclude_patterns = NULL; variable
300 static patdatastr exclude_patdata = { &exclude_patterns, &exclude_patterns_last };
304 static patstr **incexlist[4] = { &include_patterns, &exclude_patterns,
2546 !test_incexc(lastcomp, include_patterns, exclude_patterns)) in grep_or_recurse()
3510 if (!read_pattern_file(fn->name, &exclude_patterns, &exclude_patterns_last, 0)) in main()
3586 free_pattern_chain(exclude_patterns); in main()
/external/libmojo/build/android/gyp/util/
Dbuild_utils.py332 def MergeZips(output, inputs, exclude_patterns=None, path_transform=None): argument
353 if not already_added and not MatchesGlob(dst_name, exclude_patterns):