HomeSort by relevance Sort by last modified time
    Searched refs:max_depth (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_model_architecture.md 18 tfprof> scope -account_type_regexes VariableV2 -max_depth 4 -select params
  /external/tensorflow/tensorflow/core/profiler/
tfprof_options.cc 155 opts_pb.max_depth(), opts_pb.min_bytes(), opts_pb.min_peak_bytes(),
199 kOptions[0], max_depth, kOptions[1], min_bytes, kOptions[2],
  /external/tensorflow/tensorflow/core/kernels/
eigen_spatial_convolutions-inl.h 631 const Index max_depth = m_depth_offset + peeled_k - //
634 return std::min<Index>(max_depth, patchDepth());
    [all...]
eigen_cuboid_convolution.h     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 716 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) {
717 CHECK_GE(max_depth, 2);
721 size = CaptureStackBackTrace(2, Min(max_depth, kStackTraceMax),
732 u32 max_depth) {
754 size < Min(max_depth, kStackTraceMax)) {
  /external/brotli/c/enc/
entropy_encode.c 22 int p0, HuffmanTree* pool, uint8_t* depth, int max_depth) {
26 BROTLI_DCHECK(max_depth <= 15);
31 if (level > max_depth) return BROTLI_FALSE;
  /external/tensorflow/tensorflow/python/autograph/pyct/
inspect_utils_test.py 217 inspect_utils.getqualifiedname(ns, foo, max_depth=10000000000))
243 inspect_utils.getqualifiedname(ns, foo, max_depth=10000000000))
250 lib.__dict__, lib.io.file_io.FileIO, max_depth=1),
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 176 unsigned max_depth; member in struct:tgsi_shader_info
  /external/tensorflow/tensorflow/core/kernels/boosted_trees/
training_ops.cc 85 OP_REQUIRES_OK(context, context->input("max_depth", &max_depth_t));
86 const auto max_depth = max_depth_t->scalar<int32>()(); variable
156 if (ensemble_resource->GetNumLayersGrown(current_tree) >= max_depth) {
  /external/tensorflow/tensorflow/python/debug/cli/
analyzer_cli.py     [all...]
  /external/python/cpython3/Lib/test/
test_runpy.py 559 max_depth = 4
565 for depth in range(1, max_depth):
572 pkg_name = ".".join([base_name] * max_depth)
576 self._make_pkg("", max_depth))
578 for depth in range(2, max_depth+1):
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 774 float max_depth; local
776 &min_depth, &max_depth);
779 setup->viewports[i].max_depth != max_depth) {
781 setup->viewports[i].max_depth = max_depth;
    [all...]
lp_jit.c 64 LP_CHECK_MEMBER_OFFSET(struct lp_jit_viewport, max_depth,
  /device/google/bonito/json-c/
json_tokener.c 119 tok->max_depth = depth;
727 if(tok->depth >= tok->max_depth-1) {
814 if(tok->depth >= tok->max_depth-1) {
  /device/google/crosshatch/json-c/
json_tokener.c 119 tok->max_depth = depth;
727 if(tok->depth >= tok->max_depth-1) {
814 if(tok->depth >= tok->max_depth-1) {
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_scan.c 109 info->max_depth = MAX2(info->max_depth, current_depth);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 349 def max_depth(b, d): function in function:PyFlowGraph.computeStackDepth
356 return max([max_depth(c, d) for c in children])
359 return max_depth(self.exit, d)
363 self.stacksize = max_depth(self.entry, 0)
  /external/jsoncpp/devtools/
antglob.py 101 max_depth = 25):
  /external/libprotobuf-mutator/src/
mutator.cc 580 void Mutator::InitializeAndTrim(Message* message, int max_depth) {
590 if (max_depth <= 0 && !field->is_required()) {
605 InitializeAndTrim(nested_message, max_depth - 1);
609 InitializeAndTrim(nested_message, max_depth - 1);
  /external/mesa3d/src/compiler/glsl/
ir_optimization.h 123 unsigned max_depth = 0, unsigned min_branch_cost = 0);
  /external/python/cpython2/Lib/compiler/
pyassem.py 349 def max_depth(b, d): function in function:PyFlowGraph.computeStackDepth
356 return max([max_depth(c, d) for c in children])
359 return max_depth(self.exit, d)
363 self.stacksize = max_depth(self.entry, 0)
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_scope.cc 156 if (!ShouldTrim(node, opts.trim_name_regexes) && depth <= opts.max_depth) {
  /external/v8/src/compiler/
js-heap-broker.cc 175 bool IsFastLiteralHelper(Handle<JSObject> boilerplate, int max_depth,
177 DCHECK_GE(max_depth, 0);
184 if (max_depth == 0) return false;
199 if (!IsFastLiteralHelper(value_object, max_depth - 1,
232 if (!IsFastLiteralHelper(value_object, max_depth - 1, max_properties)) {
    [all...]
  /external/e2fsprogs/e2fsck/
extents.c 447 pctx->blk = top_info.max_depth;
535 for (i = 0, ei = eti->ext_info; i < info->max_depth + 1; i++, ei++) {
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 423 // max_depth - the maximum number of stack frames to be included
426 // against max_depth.
427 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
443 virtual String CurrentStackTrace(int max_depth, int skip_count)
    [all...]

Completed in 6198 milliseconds

1 23 4 5