Home
last modified time | relevance | path

Searched refs:mask_all (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/FasterRcnn/
Dfaster_rcnn_resnet50v1.py362 mask_all = self.split(self.cast(mask_logits, mstype.int32))
377 output = self.multiclass_nms(boxes_all_with_batchsize, scores_all, mask_all)
381 def multiclass_nms(self, boxes_all, scores_all, mask_all): argument
390 masks = self.cast(mask_all[i], mstype.bool_)
Dfaster_rcnn_resnet.py362 mask_all = self.split(self.cast(mask_logits, mstype.int32))
377 output = self.multiclass_nms(boxes_all_with_batchsize, scores_all, mask_all)
381 def multiclass_nms(self, boxes_all, scores_all, mask_all): argument
390 masks = self.cast(mask_all[i], mstype.bool_)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp1156 std::vector<bool> mask_all (kNumColorAttachments, true); in createColorWriteEnableTests() local
1208 …e_all", "Dynamically enable writes to all color attachments", mask_all, kChannelCase.… in createColorWriteEnableTests()
1215 …_all", "Dynamically disable writes to all color attachments", mask_all, kChannelCase.… in createColorWriteEnableTests()
1231 …ble_all", "Statically enable writes to all color attachments", mask_all, kChannelCase.… in createColorWriteEnableTests()
1238 …le_all", "Statically disable writes to all color attachments", mask_all, kChannelCase.… in createColorWriteEnableTests()
/third_party/boost/boost/regex/v4/
Dstates.hpp48 mask_all = mask_any enumerator
Dbasic_regex_creator.hpp708 … create_startmap(m_pdata->m_first_state, m_pdata->m_startmap, &(m_pdata->m_can_be_null), mask_all); in finalize()