Home
last modified time | relevance | path

Searched refs:pruned (Results 1 – 25 of 67) sorted by relevance

123

/external/guice/extensions/servlet/src/com/google/inject/servlet/
DFilterChainInvocation.java129 List<StackTraceElement> pruned = Lists.newArrayList(); in pruneStacktrace() local
133 pruned.add(element); in pruneStacktrace()
136 t.setStackTrace(pruned.toArray(new StackTraceElement[pruned.size()])); in pruneStacktrace()
/external/guice/core/src/com/google/inject/internal/
DInterceptorStackCallback.java113 List<StackTraceElement> pruned = Lists.newArrayList(); in pruneStacktrace() local
117 pruned.add(element); in pruneStacktrace()
120 t.setStackTrace(pruned.toArray(new StackTraceElement[pruned.size()])); in pruneStacktrace()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_identity_pruning.mlir3 // Tests Identity op in cluster is pruned away.
18 // Tests IdentityN op in cluster is pruned away.
33 // Tests transitive Identity ops reachable from the cluster are pruned away.
68 // Tests Identity ops not reachable from the cluster are not pruned away.
/external/tensorflow/tensorflow/python/eager/
Dwrap_function_test.py168 pruned = wrapped.prune([], wrapped.graph.as_graph_element('output:0'))
169 self.assertAllEqual(wrapped().numpy(), pruned().numpy())
191 pruned = f_wrapped.prune(
194 self.assertAllEqual(6.0, pruned())
197 pruned = f_wrapped.prune(
200 self.assertAllEqual(6.0, pruned())
263 pruned = f_wrapped.prune(
270 out = pruned(x)
284 pruned = f_wrapped.prune(
287 self.assertEqual((None,), pruned())
/external/tcpdump/tests/
Dpimv2_sm-v.out19 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0
53 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0
89 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0
123 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0
159 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0
195 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0
229 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0
265 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0
285 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1
286 pruned source #1: 1.1.1.1(SWR)
Dpimv2_dm-v.out21 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1
22 pruned source #1: 172.16.40.10
129 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1
130 pruned source #1: 172.16.40.10
223 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1
224 pruned source #1: 172.16.40.10
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc312 if (port_data.error() || port_data.pruned()) { in SetCandidateFilter()
943 bool pruned = false; in OnCandidateReady() local
949 pruned = PruneNewlyPairableTurnPort(data); in OnCandidateReady()
951 pruned = PruneTurnPorts(port); in OnCandidateReady()
956 if (!data->pruned()) { in OnCandidateReady()
972 if (pruned) { in OnCandidateReady()
1035 bool pruned = false; in PruneTurnPorts() local
1039 data.port()->Type() == RELAY_PORT_TYPE && !data.pruned() && in PruneTurnPorts()
1041 pruned = true; in PruneTurnPorts()
1056 return pruned; in PruneTurnPorts()
[all …]
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dboosted_trees.proto127 // If the node was pruned, it will have new_node_id equal to the id of a node
128 // that this node was collapsed into. For a node that didn't get pruned, it is
130 // corresponding id in the pruned tree.
132 // nodes got pruned), this list will be empty.
/external/eigen/test/
Dsparse_product.cpp92 VERIFY_IS_APPROX(m4=(m2*m3).pruned(0), refMat4=refMat2*refMat3); in sparse_product()
93 VERIFY_IS_APPROX(m4=(m2t.transpose()*m3).pruned(0), refMat4=refMat2t.transpose()*refMat3); in sparse_product()
94 …VERIFY_IS_APPROX(m4=(m2t.transpose()*m3t.transpose()).pruned(0), refMat4=refMat2t.transpose()*refM… in sparse_product()
95 VERIFY_IS_APPROX(m4=(m2*m3t.transpose()).pruned(0), refMat4=refMat2*refMat3t.transpose()); in sparse_product()
101 VERIFY_EVALUATION_COUNT(m4 = (m2*m3).pruned(0), 1); in sparse_product()
102 VERIFY_EVALUATION_COUNT(m4 = (m2*m3).eval().pruned(0), 4); in sparse_product()
112 VERIFY_IS_EQUAL( (As*As.transpose()).pruned(1e-6).eval().nonZeros(), 2); in sparse_product()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dregcoalesce-prune.mir3 # Checks for a bug where subregister liveranges were not properly pruned for
/external/ant-glob/
DREADME.txt24 * FileUtils was pruned to keep only 2 methods, which brought OS (which
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dpruning_function_input_as_output.mlir11 // tfl.neg should be pruned
Doutput_arrays.mlir14 // tfl.neg should not be pruned
Dpruning.mlir14 // tfl.neg should be pruned
/external/webrtc/tools_webrtc/mb/docs/
Ddesign_spec.md152 pruned in the sense of 5) and which targets should be returned unchanged
160 tests to run. Any meta targets in this list should *not* be pruned.
163 present in this list should be pruned (we don't need to return the
169 * `compile_targets`, which is a list of pruned targets to be
171 pruned targets by a meta target if it turns out that all of the
275 Note how `webkit_tests` was pruned in compile_targets but not in test_targets.
298 Here `blink_tests` was pruned in the output compile_targets, and
342 test_targets was returned unchanged, compile_targets was pruned.
/external/llvm-project/polly/test/PruneUnprofitable/
Dprune_only_scalardeps.ll56 ; CHECK: 1 polly-prune-unprofitable - Number of pruned SCoPs because it they cannot be optimized in…
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Dnative.bzl38 # adopts to support a rich set of types, to be pruned by
/external/igt-gpu-tools/runner/
Dexecutor.c280 size_t pruned = 0; in prune_from_journal() local
310 pruned++; in prune_from_journal()
319 if (old_count > 0 && pruned >= old_count) in prune_from_journal()
322 return pruned > 0; in prune_from_journal()
/external/tensorflow/third_party/nccl/
Dbuild_defs.bzl.tpl382 pruned = name + "_pruned"
384 name = pruned,
395 srcs = [pruned, dlink],
/external/llvm-project/clang/test/Modules/
Dprune.m21 // but nothing gets pruned because the module files are new enough.
/external/clang/test/Modules/
Dprune.m21 // but nothing gets pruned because the module files are new enough.
/external/eigen/Eigen/src/SparseCore/
DSparseView.h245 SparseMatrixBase<Derived>::pruned(const Scalar& reference,
/external/llvm-project/llvm/test/Transforms/Inline/
Dbfi-update.ll5 ; succeeds. a's BFI is updated incrementally. As c's blocks get pruned, the
/external/llvm-project/llvm/test/Analysis/MemorySSA/
Dsimple_loop_unswitch_nontrivial.ll62 ; Ensure MemorySSA remains correct. Due to SLU's pruned cloning, continue.us2 becomes unreachable, …
/external/llvm-project/llvm/test/tools/gold/X86/
Dcache.ll68 ; files to avoid a race condition with the cached files being pruned, since the

123