Searched defs:check_types (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 252 def assert_same_structure(nest1, nest2, check_types=True, argument 624 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): argument 702 def flatten_up_to(shallow_tree, input_tree, check_types=True): argument 778 def flatten_with_tuple_paths_up_to(shallow_tree, input_tree, check_types=True): argument
|
D | nest_test.py | 1084 def testMapWithPathsCompatibleStructures(self, s1, s2, check_types, expected): argument 1119 self, s1, s2, check_types, expected): argument
|
D | util.cc | 646 PyObject* o1, PyObject* o2, bool check_types, string* error_msg, in AssertSameStructureHelper() 913 PyObject* AssertSameStructure(PyObject* o1, PyObject* o2, bool check_types, in AssertSameStructure() 942 bool check_types) { in AssertSameStructureForData()
|
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 106 def assert_same_structure(nest1, nest2, check_types=True): argument 261 def assert_shallow_structure(shallow_tree, input_tree, check_types=True): argument
|
/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/contrib/graph_editor/ |
D | util.py | 186 def get_unique_graph(tops, check_types=None, none_if_empty=False): argument
|