HomeSort by relevance Sort by last modified time
    Searched defs:tree_depth (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/MagickCore/
quantize.h 41 tree_depth; member in struct:_QuantizeInfo
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
unpack_path_op.cc 43 auto tree_depth = c->Dim(params, 1);
45 if (c->ValueKnown(tree_depth)) {
46 num_nodes = (static_cast<int64>(1) << c->Value(tree_depth)) - 1;
62 [0, tree_depth). All other elements of unpacked_paths are zero.
75 const int32 tree_depth = variable
78 const int32 num_nodes = MathUtil::IPow(2, tree_depth) - 1;
81 VLOG(1) << "tree_depth: " << tree_depth;
100 for (int j = 0; j < tree_depth; j++) {
  /external/u-boot/fs/reiserfs/
reiserfs_private.h 437 __u16 tree_depth; member in struct:fsys_reiser_info

Completed in 239 milliseconds