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

  /external/tensorflow/tensorflow/contrib/image/kernels/
segmentation_ops.cc 55 // Fill forest with values from 0 to n - 1, so that each node points to
63 auto forest = forest_t.tensor<OutputType, 3>(); variable
65 ctx, output_t->flat<OutputType>(), images, forest, rank);
80 typename TTypes<OutputType, 3>::Tensor forest,
91 images.data(), num_rows, num_cols, forest.data(), rank.data());
  /external/brotli/c/enc/
hash_to_binary_tree_inc.h 54 /* uint32_t forest[2 * num_nodes] */
61 static BROTLI_INLINE uint32_t* FN(Forest)(HashToBinaryTree* self) {
126 uint32_t* forest = FN(Forest)(self); local
128 /* The forest index of the rightmost node of the left subtree of the new
131 /* The forest index of the leftmost node of the right subtree of the new
149 forest[node_left] = self->invalid_pos_;
150 forest[node_right] = self->invalid_pos_;
169 forest[node_left] = forest[FN(LeftChildIndex)(self, prev_ix)]
    [all...]
  /external/opencv/ml/include/
ml.h 916 virtual bool train( CvDTreeTrainData* _train_data, const CvMat* _subsample_idx, CvRTrees* forest );
919 virtual void read( CvFileStorage* fs, CvFileNode* node, CvRTrees* forest, CvDTreeTrainData* _data );
936 CvRTrees* forest; member in class:CvForestTree
942 //Parameters for the forest
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 

Completed in 183 milliseconds