HomeSort by relevance Sort by last modified time
    Searched full:summarize (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_Assert.pbtxt 16 name: "summarize"
24 `summarize` determines how many entries of the tensors to print.
api_def_Print.pbtxt 34 name: "summarize"
  /external/clang/utils/ABITest/
build-and-summarize-all.sh 13 (cd $kind-$bits && ../build-and-summarize.sh $1)
build-and-summarize.sh 12 ../summarize.sh $1 &> fails-x.txt
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
summaries.py 47 tensor: The tensor to summarize.
65 tensor: The tensor to summarize.
79 """Summarize an activation.
85 op: The tensor to summarize (assumed to be a layer activation).
87 The summary op created to summarize `op`.
108 """Summarize a tensor using a suitable summary type.
115 tensor: The tensor to summarize
136 """Summarize a set of tensors."""
143 """Summarize a graph collection of tensors, possibly filtered by name."""
162 """Summarize activations, using `summarize_activation` to summarize.""
    [all...]
  /external/tensorflow/tensorflow/python/ops/
check_ops.py 144 def assert_negative(x, data=None, summarize=None, message=None, name=None):
161 summarize: Print this many entries of each tensor.
181 return assert_less(x, zero, data=data, summarize=summarize)
185 def assert_positive(x, data=None, summarize=None, message=None, name=None):
202 summarize: Print this many entries of each tensor.
221 return assert_less(zero, x, data=data, summarize=summarize)
225 def assert_non_negative(x, data=None, summarize=None, message=None, name=None):
242 summarize: Print this many entries of each tensor
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/
Summarizer.java 36 public static DocString summarize(AhatInstance inst) { method in class:Summarizer
89 formatted.append(summarize(referent)); method
114 public static DocString summarize(Value value) { method in class:Summarizer
119 return summarize(value.asAhatInstance());
127 public static DocString summarize(Site site) { method in class:Summarizer
ObjectHandler.java 67 doc.big(Summarizer.summarize(inst));
78 doc.description(DocString.text("Class"), Summarizer.summarize(cls));
141 delta.append(Summarizer.summarize(previous));
144 doc.row(DocString.format("%d", i), Summarizer.summarize(current), delta);
180 was.append(Summarizer.summarize(previous));
185 Summarizer.summarize(field.current),
192 Summarizer.summarize(field.current),
212 Summarizer.summarize(clsobj.getSuperClassObj()));
214 Summarizer.summarize(clsobj.getClassLoader()));
233 doc.row(Summarizer.summarize(ref))
    [all...]
SiteHandler.java 46 doc.big(Summarizer.summarize(site));
74 return Summarizer.summarize(element);
108 Summarizer.summarize(info.classObj));
ObjectsHandler.java 59 Summarizer.summarize(inst));
SitePrinter.java 55 return str.append(Summarizer.summarize(element));
  /external/toolchain-utils/deprecated/
summarize_results.py 4 """Script to summarize the results of various log files."""
32 def Summarize(self, log_file, filename):
66 def Summarize(self, log_file, filename):
90 def Summarize(self, log_file, filename):
121 result = summarizer.Summarize(inp, os.path.basename(filename))
  /external/linux-kselftest/tools/testing/selftests/futex/
run.sh 14 # Format and summarize the results.
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
prettyprint_ops.py 40 """Return a list of Tensors that summarize the given tensor t."""
95 summarize=20,
113 summarize: Print this number of elements in the tensor.
145 input_ = logging_ops.Print(input_, tensor_list, message, first_n, summarize,
149 constant_op.constant([]), tensor_list, message, first_n, summarize,
159 constant_op.constant([]), tensor_list, message, first_n, summarize,
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 241 public static String summarize(Notification n) { method in class:NotificationTests
258 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
303 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
324 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
348 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
366 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
380 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
392 L(" %s: notify=%dms (%d/%d)", summarize(n), time,
406 L(" %s: cancel=%dms", summarize(n), time);
426 summarize(n), time, p.dataPosition()
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
insert_logging.cc 69 int32 summarize; local
71 context.GetOneInt32Parameter("summarize", 1024, &summarize));
128 SetNodeAttr("summarize", summarize, print_node);
  /build/soong/ui/build/
proc_sync.go 89 lock.description(), waiter.summarize())
113 summarize() (summary string)
141 func (s sleepWaiter) summarize() (summary string) { func
  /external/tensorflow/tensorflow/core/kernels/
logging_ops_test.cc 31 int first_n = -1, int summarize = 3) {
37 .Attr("summarize", summarize)
logging_ops.cc 27 OP_REQUIRES_OK(ctx, ctx->GetAttr("summarize", &summarize_));
60 OP_REQUIRES_OK(ctx, ctx->GetAttr("summarize", &summarize_));
  /development/gsi/gsi_util/gsi_util/checkers/
check_result.py 24 title: A string to summarize the underlying check.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
README 9 from.py Summarize mailbox
  /external/autotest/contrib/
summarize_loadtest.py 68 """Summarize a list of entries."""
86 """Summarize all the different string values for a given key."""
91 """Summarize the numeric values for a given key."""
174 # Summarize the entries, group by group.
  /external/perfetto/docs/
benchmarks.md 6 <!-- TODO(primiano): Summarize results of perfetto_benchmarks -->
  /external/python/cpython2/Demo/scripts/
README 9 from.py Summarize mailbox
  /external/libchrome/base/trace_event/
heap_profiler_heap_dump_writer.h 79 const std::set<Entry>& Summarize(
91 // The collection of entries that is filled by |Summarize|.

Completed in 379 milliseconds

1 2 3 4 5 6 7 8 91011>>