Searched defs:check_types (Results 1 – 8 of 8) sorted by relevance
| /external/tensorflow/tensorflow/python/data/util/ |
| D | nest.py | 104 def assert_same_structure(nest1, nest2, check_types=True): argument 259 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): argument
|
| /external/tensorflow/tensorflow/python/util/ |
| D | nest.py | 294 def assert_same_structure(nest1, nest2, check_types=True, argument 685 check_types=True, argument 805 def flatten_up_to(shallow_tree, input_tree, check_types=True, argument 890 check_types=True, argument
|
| D | util_wrapper.cc | 191 bool expand_composites) { in PYBIND11_MODULE() 282 [](const py::handle& o1, const py::handle& o2, bool check_types) { in PYBIND11_MODULE()
|
| D | nest_test.py | 1158 def testMapWithPathsCompatibleStructures(self, s1, s2, check_types, expected): argument 1193 self, s1, s2, check_types, expected): argument
|
| D | util.cc | 680 PyObject* o1, PyObject* o2, bool check_types, string* error_msg, in AssertSameStructureHelper() 1037 PyObject* AssertSameStructure(PyObject* o1, PyObject* o2, bool check_types, in AssertSameStructure() 1068 bool check_types) { in AssertSameStructureForData()
|
| /external/clang/test/CXX/expr/expr.unary/expr.sizeof/ |
| D | p5-0x.cpp | 13 int check_types[count_types<short, int, long>::value == 3? 1 : -1]; variable
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | op_selector.py | 80 def get_unique_graph(tops, check_types=None, none_if_empty=False): argument
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | composite_tensor_test.py | 257 check_types=True): argument
|