Searched defs:check_types (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 82 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/ |
D | nest.py | 477 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
|
D | util_wrapper.cc | 207 bool expand_composites) { in PYBIND11_MODULE() 271 [](const py::handle& o1, const py::handle& o2, bool check_types) { in PYBIND11_MODULE()
|
D | nest_test.py | 1165 def testMapWithPathsCompatibleStructures(self, s1, s2, check_types, expected): argument 1200 self, s1, s2, check_types, expected): argument
|
D | util.cc | 733 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/ |
D | p5-0x.cpp | 13 int check_types[count_types<short, int, long>::value == 3? 1 : -1]; variable
|
/external/python/bumble/ |
D | tasks.py | 153 def check_types(ctx): function
|
/external/tensorflow/tensorflow/python/ops/ |
D | op_selector.py | 76 def get_unique_graph(tops, check_types=None, none_if_empty=False): argument
|
/external/tensorflow/tensorflow/python/framework/ |
D | composite_tensor_test.py | 253 check_types=True): argument
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 5322 def check_types(component_spec): function
|