Searched defs:check_types (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 89 def assert_same_structure(nest1, nest2, check_types=True): argument 244 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): argument
|
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 440 def assert_same_structure(nest1, nest2, check_types=True, argument 986 check_types=True, argument 1113 def flatten_up_to(shallow_tree, input_tree, check_types=True, argument 1199 check_types=True, argument
|
D | util_wrapper.cc | 214 bool expand_composites) { in PYBIND11_MODULE() 305 [](const py::handle& o1, const py::handle& o2, bool check_types) { in PYBIND11_MODULE()
|
D | nest_test.py | 1172 def testMapWithPathsCompatibleStructures(self, s1, s2, check_types, expected): argument 1207 self, s1, s2, check_types, expected): argument
|
D | util.cc | 730 PyObject* o1, PyObject* o2, bool check_types, string* error_msg, in AssertSameStructureHelper() 1090 PyObject* AssertSameStructure(PyObject* o1, PyObject* o2, bool check_types, in AssertSameStructure() 1121 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
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 4816 def check_types(component_spec): function
|