Searched refs:num_classes (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 968 size_t num_classes = 0u; in InitOatClassesMethodVisitor() local 970 num_classes += oat_dex_file.class_offsets_.size(); in InitOatClassesMethodVisitor() 973 writer_->oat_class_headers_.reserve(num_classes); in InitOatClassesMethodVisitor() 975 writer->oat_classes_.reserve(num_classes); in InitOatClassesMethodVisitor() 979 DCHECK(num_classes == 0u || IsAligned<4u>(offset)); in InitOatClassesMethodVisitor()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_test.cc | 617 size_t num_classes) { in GenerateProfile() argument 625 for (size_t i = 0; i < num_classes; ++i) { in GenerateProfile()
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | types.spec | 3181 * * 1: A 2-D Tensor of shape [num_rois, num_classes * 4], specifying the 3206 * [num_rois, num_classes * 4], specifying the coordinates of each 3713 * * 0: A 2-D Tensor of shape [num_rois, num_classes], specifying the score 3717 * [num_rois, num_classes * 4], organized in the order [x1, y1, x2, y2]. 3873 * * 0: A 3-D Tensor of shape [batches, num_anchors, num_classes], specifying
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | types.hal | 2298 * * 1: A 2-D Tensor of shape [num_rois, num_classes * 4], specifying the 2318 * [num_rois, num_classes * 4], specifying the coordinates of each 2694 * * 0: A 2-D Tensor of shape [num_rois, num_classes], specifying the score 2698 * [num_rois, num_classes * 4], organized in the order [x1, y1, x2, y2]. 2822 * * 0: A 3-D Tensor of shape [batches, num_anchors, num_classes], specifying
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | types.hal | 2375 * * 1: A 2-D Tensor of shape [num_rois, num_classes * 4], specifying the 2396 * [num_rois, num_classes * 4], specifying the coordinates of each 2856 * * 0: A 2-D Tensor of shape [num_rois, num_classes], specifying the score 2860 * [num_rois, num_classes * 4], organized in the order [x1, y1, x2, y2]. 2998 * * 0: A 3-D Tensor of shape [batches, num_anchors, num_classes], specifying
|