Home
last modified time | relevance | path

Searched defs:check_types (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dnest.py252 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
Dnest_test.py1084 def testMapWithPathsCompatibleStructures(self, s1, s2, check_types, expected): argument
1119 self, s1, s2, check_types, expected): argument
Dutil.cc646 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/
Dnest.py106 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/
Dp5-0x.cpp13 int check_types[count_types<short, int, long>::value == 3? 1 : -1]; variable
/external/tensorflow/tensorflow/contrib/graph_editor/
Dutil.py186 def get_unique_graph(tops, check_types=None, none_if_empty=False): argument