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

  /art/test/968-default-partial-compile-gen/util-src/
generate_java.py 92 tops = set(filter(lambda a: not any(map(lambda i: a in i.get_super_types(), ifaces)), ifaces))
95 for f in tops:
100 overrides = functools.reduce(operator.or_, map(lambda i: i.get_super_types(), tops), set())
107 ifaces -= tops
  /external/ltp/pan/cgi/
reconsile.cgi 152 @tops = ();
155 push(@tops, copy_record(@$rtcs[0]));
158 @tops = sort { $a->{TAG} cmp $b->{TAG}
162 || $a->{STATUS} cmp $b->{STATUS}} @tops;
164 $LCR = $tops[0];
  /art/test/971-iface-super/util-src/
generate_java.py 96 tops = set(filter(lambda a: iface_filter(a) and not any(map(lambda i: a in i.get_super_types(), ifaces)), ifaces))
99 for f in tops:
104 overrides = functools.reduce(operator.or_, map(lambda i: i.get_super_types(), tops), set())
111 ifaces -= tops
  /external/tensorflow/tensorflow/contrib/graph_editor/
util.py 186 def get_unique_graph(tops, check_types=None, none_if_empty=False):
187 """Return the unique graph used by the all the elements in tops.
190 tops: list of elements to check (usually a list of tf.Operation and/or
192 check_types: check that the element in tops are of given type(s). If None,
194 none_if_empty: don't raise an error if tops is an empty list, just return
197 The unique graph used by all the tops.
199 TypeError: if tops is not a iterable of tf.Operation.
202 if isinstance(tops, tf_ops.Graph):
203 return tops
204 if not is_iterable(tops)
    [all...]
  /external/tcpdump/
print-forces.c 1682 const struct tom_h *tops; local
    [all...]
  /external/guice/lib/build/
spring-core.jar 

Completed in 410 milliseconds