Home
last modified time | relevance | path

Searched defs:check_types (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/data/util/
Dnest.py82 def assert_same_structure(nest1, nest2, check_types=True): argument
240 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): argument
/external/tensorflow/tensorflow/python/util/
Dnest.py477 def assert_same_structure(nest1, nest2, check_types=True, argument
1034 check_types=True, argument
1161 def flatten_up_to(shallow_tree, input_tree, check_types=True, argument
1252 check_types=True, argument
Dutil_wrapper.cc207 bool expand_composites) { in PYBIND11_MODULE()
271 [](const py::handle& o1, const py::handle& o2, bool check_types) { in PYBIND11_MODULE()
Dnest_test.py1165 def testMapWithPathsCompatibleStructures(self, s1, s2, check_types, expected): argument
1200 self, s1, s2, check_types, expected): argument
Dutil.cc733 PyObject* o1, PyObject* o2, bool check_types, string* error_msg, in AssertSameStructureHelper()
1102 PyObject* AssertSameStructure(PyObject* o1, PyObject* o2, bool check_types, in AssertSameStructure()
1133 bool check_types) { in AssertSameStructureForData()
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
Dp5-0x.cpp13 int check_types[count_types<short, int, long>::value == 3? 1 : -1]; variable
/external/python/bumble/
Dtasks.py153 def check_types(ctx): function
/external/tensorflow/tensorflow/python/ops/
Dop_selector.py76 def get_unique_graph(tops, check_types=None, none_if_empty=False): argument
/external/tensorflow/tensorflow/python/framework/
Dcomposite_tensor_test.py253 check_types=True): argument
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py5322 def check_types(component_spec): function