HomeSort by relevance Sort by last modified time
    Searched refs:check_types (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p5-0x.cpp 13 int check_types[count_types<short, int, long>::value == 3? 1 : -1]; variable
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
kprobe_args_type.tc 22 check_types() {
34 check_types $ARGS
  /external/tensorflow/tensorflow/python/data/util/
nest.py 147 def _recursive_assert_same_structure(nest1, nest2, check_types):
157 if check_types and type_nest1 != type_nest2:
164 _recursive_assert_same_structure(n1, n2, check_types)
167 def assert_same_structure(nest1, nest2, check_types=True):
173 check_types: if `True` (default) types of sequences are checked as
181 their substructures. Only possible if `check_types` is `True`.
189 _recursive_assert_same_structure(nest1, nest2, check_types)
272 **check_types_dict: only valid keyword argument is `check_types`. If set to
281 `check_types` is `False` the sequence types of the first structure will be
298 if "check_types" not in check_types_dict or len(check_types_dict) > 1
    [all...]
nest_test.py 209 nest.assert_same_structure(structure1, structure2, check_types=False)
210 nest.assert_same_structure(structure1, structure1_list, check_types=False)
244 check_types=False)
250 nest.map_structure(lambda x: None, structure1, check_types=False, foo="a")
269 nest.assert_shallow_structure(inp_ab2, inp_ab1, check_types=False)
  /external/tensorflow/tensorflow/contrib/graph_editor/
util.py 181 def get_unique_graph(tops, check_types=None, none_if_empty=False):
187 check_types: check that the element in tops are of given type(s). If None,
201 if check_types is None:
202 check_types = (tf_ops.Operation, tf_ops.Tensor)
203 elif not is_iterable(check_types):
204 check_types = (check_types,)
207 if not isinstance(op, check_types):
209 t) for t in check_types]), type(op)))
246 check_types = None if ignore_ts else tf_ops.Operatio
    [all...]
  /external/tensorflow/tensorflow/python/util/
nest.py 167 def _recursive_assert_same_structure(nest1, nest2, check_types):
175 check_types: If `True` (default) types of sequences are checked as
198 if check_types:
229 _recursive_assert_same_structure(n1, n2, check_types)
232 def assert_same_structure(nest1, nest2, check_types=True):
236 to have the same shallow structure (even with `check_types=True`).
248 check_types: if `True` (default) types of sequences are checked as
258 their substructures. Only possible if `check_types` is `True`.
267 _recursive_assert_same_structure(nest1, nest2, check_types)
418 **check_types_dict: only valid keyword argument is `check_types`. If set t
    [all...]
nest_test.py 254 nest.assert_same_structure(structure1, structure2, check_types=False)
255 nest.assert_same_structure(structure1, structure1_list, check_types=False)
343 check_types=False)
347 check_types=False)
353 nest.map_structure(lambda x: None, structure1, check_types=False, foo="a")
416 nest.assert_shallow_structure(inp_ab2, inp_ab1, check_types=False)
438 nest.assert_shallow_structure(inp_shallow, inp_deep, check_types=False)
439 nest.assert_shallow_structure(inp_shallow, inp_deep, check_types=True)
  /system/tools/aidl/
aidl.cpp 174 int check_types(const string& filename, function in namespace:android::aidl::__anon3705
653 if (check_types(input_file_name, interface.get(), types) != 0) {
  /external/tensorflow/tensorflow/python/eager/
graph_callable.py 192 nest.assert_same_structure(self.shape_and_dtypes, args, check_types=False)

Completed in 355 milliseconds