/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/ |
D | unpack_path_op.cc | 43 auto tree_depth = c->Dim(params, 1); in __anona9c96fc40102() local 45 if (c->ValueKnown(tree_depth)) { in __anona9c96fc40102() 46 num_nodes = (static_cast<int64>(1) << c->Value(tree_depth)) - 1; in __anona9c96fc40102() 75 const int32 tree_depth = in Compute() local 78 const int32 num_nodes = MathUtil::IPow(2, tree_depth) - 1; in Compute() 81 VLOG(1) << "tree_depth: " << tree_depth; in Compute() 100 for (int j = 0; j < tree_depth; j++) { in Compute()
|
D | hard_routing_function_op.cc | 60 int64 tree_depth; in __anon4f866fa10102() local 61 TF_RETURN_IF_ERROR(c->GetAttr("tree_depth", &tree_depth)); in __anon4f866fa10102() 63 auto out = c->Matrix(c->Dim(input, 0), tree_depth); in __anon4f866fa10102()
|
D | stochastic_hard_routing_function_op.cc | 64 int64 tree_depth; in __anon46e5a3550102() local 65 TF_RETURN_IF_ERROR(c->GetAttr("tree_depth", &tree_depth)); in __anon46e5a3550102() 67 auto out = c->Matrix(c->Dim(input, 0), tree_depth); in __anon46e5a3550102()
|
/external/libhevc/encoder/ |
D | ihevce_common_utils.c | 1340 WORD32 tree_depth, in ihevce_cu_tree_init() argument 1352 switch(tree_depth) in ihevce_cu_tree_init() 1425 tree_depth++; in ihevce_cu_tree_init() 1434 tree_depth, in ihevce_cu_tree_init() 1443 tree_depth, in ihevce_cu_tree_init() 1452 tree_depth, in ihevce_cu_tree_init() 1461 tree_depth, in ihevce_cu_tree_init()
|
D | ihevce_enc_cu_recursion.h | 58 WORD32 tree_depth,
|
D | ihevce_enc_cu_recursion.c | 850 WORD32 tree_depth, in ihevce_populate_cu_tree() argument 869 switch(tree_depth) in ihevce_populate_cu_tree() 1049 tree_depth++; in ihevce_populate_cu_tree() 1060 tree_depth, in ihevce_populate_cu_tree() 1069 tree_depth, in ihevce_populate_cu_tree() 1078 tree_depth, in ihevce_populate_cu_tree() 1087 tree_depth, in ihevce_populate_cu_tree()
|
D | ihevce_common_utils.h | 212 WORD32 tree_depth,
|
D | hme_refine.c | 4824 S32 tree_depth, in hme_build_cu_tree() argument 4833 tree_depth, in hme_build_cu_tree() 4933 S32 tree_depth, in hme_populate_cu_tree() argument 4956 switch(tree_depth) in hme_populate_cu_tree() 5301 tree_depth++; in hme_populate_cu_tree() 5306 tree_depth, in hme_populate_cu_tree() 5315 tree_depth, in hme_populate_cu_tree() 5324 tree_depth, in hme_populate_cu_tree() 5333 tree_depth, in hme_populate_cu_tree()
|
/external/u-boot/fs/reiserfs/ |
D | reiserfs.c | 349 INFO->tree_depth = __le16_to_cpu(BLOCKHEAD (cache)->blk_level); in reiserfs_mount() 353 sb_root_block(&super), INFO->tree_depth); in reiserfs_mount() 356 if (INFO->tree_depth >= MAX_HEIGHT) in reiserfs_mount() 358 if (INFO->tree_depth == DISK_LEAF_NODE_LEVEL) in reiserfs_mount() 451 if (depth == INFO->tree_depth) in next_key() 465 if (depth == INFO->tree_depth) in next_key() 531 depth = INFO->tree_depth; in search_stat()
|
D | reiserfs_private.h | 437 __u16 tree_depth; member
|
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/layers/ |
D | decisions_to_data.py | 148 tree_depth=self.params.hybrid_tree_depth) 183 tree_depth=self.params.hybrid_tree_depth, 200 tree_depth=self.params.hybrid_tree_depth)
|
/external/ImageMagick/MagickCore/ |
D | quantize.h | 41 tree_depth; member
|
D | quantize.c | 1052 clone_info->tree_depth=quantize_info->tree_depth; in CloneQuantizeInfo() 1200 quantize_info.tree_depth=MaxTreeDepth; in CompressImageColormap() 2467 quantize_info->tree_depth=MaxTreeDepth; in PosterizeImage() 2688 depth=quantize_info->tree_depth; in QuantizeImage() 2807 depth=quantize_info->tree_depth; in QuantizeImages()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/examples/ |
D | boston_combined.py | 58 learner_config.constraints.max_tree_depth = FLAGS.tree_depth
|
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/ops/ |
D | training_ops.py | 152 tree_depth=op.get_attr('tree_depth'))
|
/external/ImageMagick/MagickWand/ |
D | import.c | 1223 quantize_info->tree_depth=0; in ImportImageCommand() 1231 quantize_info->tree_depth=StringToUnsignedLong(argv[i]); in ImportImageCommand()
|
D | animate.c | 1336 quantize_info->tree_depth=0; in AnimateImageCommand() 1344 quantize_info->tree_depth=StringToUnsignedLong(argv[i]); in AnimateImageCommand()
|
D | display.c | 1748 quantize_info->tree_depth=0; in DisplayImageCommand() 1756 quantize_info->tree_depth=StringToUnsignedLong(argv[i]); in DisplayImageCommand()
|
D | magick-image.c | 7982 quantize_info->tree_depth=treedepth; in MagickQuantizeImage() 8060 quantize_info->tree_depth=treedepth; in MagickQuantizeImages()
|
D | operation.c | 1478 _quantize_info->tree_depth=StringToUnsignedLong(ArgOption("0")); in CLISettingOptionInfo()
|
D | mogrify.c | 3178 quantize_info->tree_depth=StringToUnsignedLong(argv[i+1]); in MogrifyImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 495 _quantizeInfo->tree_depth=treeDepth_; in quantizeTreeDepth() 500 return(_quantizeInfo->tree_depth); in quantizeTreeDepth()
|
/external/ImageMagick/coders/ |
D | msl.c | 4589 quantize_info.tree_depth=StringToLong(value); in MSLStartElement()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 9358 quantize_info->tree_depth=(size_t) in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 9366 quantize_info->tree_depth=(size_t)
|