Searched defs:check_types (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 77 def assert_same_structure(nest1, nest2, check_types=True): argument 232 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): argument
|
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 438 def assert_same_structure(nest1, nest2, check_types=True, argument 984 check_types=True, argument 1111 def flatten_up_to(shallow_tree, input_tree, check_types=True, argument 1197 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 | 1162 def testMapWithPathsCompatibleStructures(self, s1, s2, check_types, expected): argument 1197 self, s1, s2, check_types, expected): argument
|
D | util.cc | 720 PyObject* o1, PyObject* o2, bool check_types, string* error_msg, in AssertSameStructureHelper() 1079 PyObject* AssertSameStructure(PyObject* o1, PyObject* o2, bool check_types, in AssertSameStructure() 1110 bool check_types) { in AssertSameStructureForData()
|
/external/llvm-project/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/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 | 4217 def check_types(component_spec): function
|