Home
last modified time | relevance | path

Searched defs:ignore_errors (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/contrib/data/python/ops/
Derror_ops.py27 def ignore_errors(): function
Ddataset_ops.py413 def ignore_errors(self): member in Dataset
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_graph.cc231 bool* ignore_errors) { in ShouldIgnoreErrors()
271 bool ignore_errors; in TransformGraph() local
Dtransform_graph_test.cc222 bool ignore_errors; in TestShouldIgnoreErrors() local
/external/python/cpython2/Lib/
Dshutil.py210 def rmtree(path, ignore_errors=False, onerror=None): argument
Dcodecs.py1087 ignore_errors = lookup_error("ignore") variable
1094 ignore_errors = None variable
/external/autotest/contrib/
Dcoverage.py808 def report(self, morfs, show_missing=1, ignore_errors=0, file=None, omit_prefixes=[]): argument
875 def annotate(self, morfs, directory=None, ignore_errors=0, omit_prefixes=[]): argument
/external/python/cpython3/Lib/
Dcodecs.py1083 ignore_errors = lookup_error("ignore") variable
1091 ignore_errors = None variable
Dshutil.py445 def rmtree(path, ignore_errors=False, onerror=None): argument
/external/autotest/server/hosts/
Dabstract_ssh.py856 def collect_logs(self, remote_src_dir, local_dest_dir, ignore_errors=True): argument
/external/python/cpython2/Python/
Dcodecs.c914 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() function
/external/python/cpython3/Python/
Dcodecs.c1385 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() function
/external/libmojo/third_party/jinja2/
Denvironment.py603 ignore_errors=True, py_compile=False): argument
/external/clang/bindings/python/clang/
Dcindex.py3593 def register_function(lib, item, ignore_errors): argument
3614 def register_functions(lib, ignore_errors): argument