Home
last modified time | relevance | path

Searched refs:max_depth (Results 1 – 25 of 120) sorted by relevance

12345

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc43 backtrace_frame_t *backtrace, uptr ignore_depth, uptr max_depth);
104 u32 max_depth; member
109 CHECK_LT(arg->stack->size, arg->max_depth); in Unwind_Trace()
117 if (arg->stack->size == arg->max_depth) return UNWIND_STOP; in Unwind_Trace()
121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack() argument
122 CHECK_GE(max_depth, 2); in SlowUnwindStack()
124 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)}; in SlowUnwindStack()
141 u32 max_depth) { in SlowUnwindStackWithContext() argument
142 CHECK_GE(max_depth, 2); in SlowUnwindStackWithContext()
144 SlowUnwindStack(pc, max_depth); in SlowUnwindStackWithContext()
[all …]
Dsanitizer_stacktrace_libcdep.cc57 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, in Unwind() argument
60 top_frame_bp = (max_depth > 0) ? bp : 0; in Unwind()
62 if (max_depth == 0) { in Unwind()
66 if (max_depth == 1) { in Unwind()
74 SlowUnwindStackWithContext(pc, context, max_depth); in Unwind()
76 SlowUnwindStack(pc, max_depth); in Unwind()
81 FastUnwindStack(pc, bp, stack_top, stack_bottom, max_depth); in Unwind()
Dsanitizer_stacktrace.h97 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
102 u32 max_depth);
103 void SlowUnwindStack(uptr pc, u32 max_depth);
105 u32 max_depth);
Dsanitizer_stacktrace.cc68 uptr stack_bottom, u32 max_depth) { in FastUnwindStack() argument
70 CHECK_GE(max_depth, 2); in FastUnwindStack()
81 size < max_depth) { in FastUnwindStack()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_factory_ops.py174 scalar_depth, max_depth = _find_scalar_and_max_depth(pylist)
176 if max_depth > scalar_depth:
185 (scalar_depth is None and expected_depth < max_depth)):
193 ((max_depth < 2) or
194 (inner_shape is not None and max_depth - len(inner_shape) < 2)))):
207 ragged_rank = max(1, max_depth - 1)
247 max_depth = 1
254 max_depth = max(max_depth, child_max_depth + 1)
255 return (scalar_depth, max_depth)
Dragged_const_op_test.py269 dict(pylist=9, scalar_depth=0, max_depth=0),
270 dict(pylist=[9], scalar_depth=1, max_depth=1),
271 dict(pylist=[1, 2, 3], scalar_depth=1, max_depth=1),
272 dict(pylist=[[1], [2]], scalar_depth=2, max_depth=2),
273 dict(pylist=[[[1], [2]], [[3]]], scalar_depth=3, max_depth=3),
274 dict(pylist=[], scalar_depth=None, max_depth=1),
275 dict(pylist=[[]], scalar_depth=None, max_depth=2),
276 dict(pylist=[[], [], []], scalar_depth=None, max_depth=2),
277 dict(pylist=[[[], []], [[], [[[]]]], []], scalar_depth=None, max_depth=5),
294 max_depth=None, argument
[all …]
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions.h123 const StorageIndex max_depth =
132 eigen_assert((max_depth - start_depth) % packet_size == 0);
135 for (; d < max_depth; d += packet_size) {
144 const StorageIndex vectorized_depth = max_depth - packet_size;
152 for (; d < max_depth; d++) {
171 const StorageIndex max_depth =
180 eigen_assert((max_depth - start_depth) % packet_size == 0);
183 for (; d < max_depth; d += packet_size) {
193 const StorageIndex max_vectorized_depth = max_depth - packet_size;
203 for (; d < max_depth; d++) {
Dsparse_xent_op.h63 const Index max_depth) in SparseXentLossGenerator() argument
67 max_depth_(max_depth) {} in SparseXentLossGenerator()
103 const Index max_depth) in SparseXentGradGenerator() argument
107 max_depth_(max_depth) {} in SparseXentGradGenerator()
/external/mesa3d/src/compiler/glsl/
Dlower_if_to_cond_assign.cpp65 unsigned max_depth, in ir_if_to_cond_assign_visitor() argument
70 this->max_depth = max_depth; in ir_if_to_cond_assign_visitor()
96 unsigned max_depth; member in __anona0dfedf00111::ir_if_to_cond_assign_visitor
106 unsigned max_depth, unsigned min_branch_cost) in lower_if_to_cond_assign() argument
108 if (max_depth == UINT_MAX) in lower_if_to_cond_assign()
111 ir_if_to_cond_assign_visitor v(stage, max_depth, min_branch_cost); in lower_if_to_cond_assign()
229 bool must_lower = this->depth-- > this->max_depth; in visit_leave()
/external/v8/src/base/debug/
Dstack_trace_android.cc23 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState()
26 max_depth(max_depth), in StackCrawlState()
31 size_t max_depth; member
46 if (state->frame_count >= state->max_depth) in TraceStackFrame()
/external/libchrome/base/debug/
Dstack_trace_android.cc27 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState()
30 max_depth(max_depth), in StackCrawlState()
35 size_t max_depth; member
50 if (state->frame_count >= state->max_depth) in TraceStackFrame()
/external/e2fsprogs/lib/ext2fs/
Dextent.c62 int max_depth; member
273 handle->max_depth = ext2fs_le16_to_cpu(eh->eh_depth); in ext2fs_extent_open2()
276 handle->max_paths = handle->max_depth + 1; in ext2fs_extent_open2()
329 if (handle->level < handle->max_depth) { in ext2fs_extent_get()
360 if (handle->level < handle->max_depth) { in ext2fs_extent_get()
390 if ((handle->level < handle->max_depth) && in ext2fs_extent_get()
435 if (handle->level < handle->max_depth) in ext2fs_extent_get()
457 if (!path->curr ||(handle->level >= handle->max_depth)) in ext2fs_extent_get()
514 if (handle->level < handle->max_depth) in ext2fs_extent_get()
519 handle->level, handle->max_depth, in ext2fs_extent_get()
[all …]
/external/compiler-rt/lib/asan/
Dasan_stack.h34 void GetStackTraceWithPcBpAndContext(BufferedStackTrace *stack, uptr max_depth, in GetStackTraceWithPcBpAndContext() argument
38 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast); in GetStackTraceWithPcBpAndContext()
52 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, in GetStackTraceWithPcBpAndContext()
57 stack->Unwind(max_depth, pc, bp, context, 0, 0, false); in GetStackTraceWithPcBpAndContext()
/external/libchrome/base/json/
Djson_reader.cc44 JSONReader::JSONReader(int options, int max_depth) in JSONReader() argument
45 : parser_(new internal::JSONParser(options, max_depth)) {} in JSONReader()
52 int max_depth) { in Read() argument
53 internal::JSONParser parser(options, max_depth); in Read()
Djson_reader.h90 JSONReader(int options = JSON_PARSE_RFC, int max_depth = kStackMaxDepth);
100 int max_depth = kStackMaxDepth);
/external/elfutils/libdw/
Ddwarf_peel_type.c52 int max_depth = MAX_DEPTH; in dwarf_peel_type() local
61 && max_depth-- > 0) in dwarf_peel_type()
75 if (tag == DW_TAG_invalid || max_depth <= 0) in dwarf_peel_type()
/external/brotli/c/enc/
Dbit_cost_inc.h73 size_t max_depth = 1; in FN() local
87 if (depth > max_depth) { in FN()
88 max_depth = depth; in FN()
120 bits += (double)(18 + 2 * max_depth); in FN()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h109 Options(int max_depth, tensorflow::int64 min_bytes, in Options()
125 : max_depth(max_depth), in Options()
150 int max_depth; member
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py108 def getqualifiedname(namespace, object_, max_depth=5, visited=None): argument
148 namespace, parent, max_depth=0, visited=visited)
151 parent.__dict__, object_, max_depth=0, visited=visited)
156 if max_depth:
165 max_depth - 1, visited)
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dcommand_line.md127 --max_depth=3
136 -max_depth 4
168 tfprof> code -max_depth 1000 -show_name_regexes .*model_analyzer.*py.* -select micros -account_type…
197 tfprof> graph -start_name_regexes cost.* -max_depth 100 -min_micros 10000 -select micros -account_t…
210 tfprof> scope -show_name_regexes unit_1_0.*gamma -select tensor_value -max_depth 5
225 tfprof> scope -max_depth 4 -select params
244 tfprof> scope -account_type_regexes VariableV2 -max_depth 4 -select params
272 tfprof> scope -select device,params -account_type_regexes .*ps.*task:0.* -max_depth 1
274 tfprof> scope -select device,params -account_type_regexes .*ps.*task:1.* -max_depth 1
308 tfprof> scope -account_type_regexes pool_logit -max_depth 4 -select params
[all …]
/external/ImageMagick/coders/
Dplasma.c139 max_depth; in ReadPlasmaImage() local
200 for (max_depth=0; i != 0; max_depth++) in ReadPlasmaImage()
207 max_depth); in ReadPlasmaImage()
/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/
Dtraining_ops_test.py71 max_depth=1,
262 max_depth=2,
442 max_depth=2,
597 max_depth=3,
736 max_depth=2,
866 max_depth=3,
960 max_depth=3,
1036 max_depth=3,
1144 max_depth=3,
1295 max_depth=2,
[all …]
/external/tensorflow/tensorflow/python/autograph/pyct/testing/
Dcodegen.py101 def __init__(self, max_depth=3, depth=0): argument
102 self.max_depth = max_depth
114 if self.depth > self.max_depth:
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
Dtraining_ops_test.py41 max_depth, argument
54 config.constraints.max_tree_depth = max_depth
168 max_depth=4,
319 max_depth=1,
429 max_depth=1,
581 max_depth=3,
774 max_depth=1,
916 max_depth=1,
983 max_depth=1,
1091 max_depth=2,
[all …]
/external/ltp/testcases/kernel/fs/iso9660/
Disofs.sh48 max_depth=3
56 if [ "$cur_depth" -gt "$max_depth" ]; then

12345