Skip to content
#

intelligence

Here are 254 public repositories matching this topic...

zhoonit
zhoonit commented Nov 12, 2021
unsigned int outdim[4] = { 1, };
err = ml_tensors_info_set_tensor_dimension(out_info, 0, outdim); // where the code returns non zero exit

above code fails because outdim is {1, 0, 0, 0};

For those who are used to flexible tensor dimension, they deserve kinder error message why {1} fails.

DaProfiler

DaProfiler allows you to get emails, social medias, adresses, works and more on your target using web scraping and google dorking techniques, based in France Only. The particularity of this program is its ability to find your target's e-mail adresses.

  • Updated Nov 21, 2021
  • Python
zhoonit
zhoonit commented Nov 1, 2021

conv2d is taking quite amound of time on calculating indexes ( from getAddress, getIndex, getValue) we should less rely on those to make it faster. But note that this assums the given tensor is contiguous though.

I'd expect 1~3% increase from this optimization

Improve this page

Add a description, image, and links to the intelligence topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the intelligence topic, visit your repo's landing page and select "manage topics."

Learn more