Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miss op #6

Open
14 of 24 tasks
yajiedesign opened this issue Jan 18, 2017 · 0 comments
Open
14 of 24 tasks

miss op #6

yajiedesign opened this issue Jan 18, 2017 · 0 comments

Comments

@yajiedesign
Copy link

yajiedesign commented Jan 18, 2017

  • eye Instantiate an identity matrix and returns it.
  • var Variance of a tensor, alongside the specified axis.
  • std Standard deviation of a tensor, alongside the specified axis.
  • any Bitwise reduction (logical OR).
  • all Bitwise reduction (logical AND).
  • permute_dimensions Permutes axes in a tensor. --Already existing transpose
  • resize_images
  • resize_volumes
  • repeat_elements
  • repeat
  • tile
  • flatten Now mxnet flatten is batch flatten. need normal flatten
  • expand_dims Adds a 1-sized dimension at index "dim". --Already existing
  • squeeze Removes a 1-dimension from the tensor at index "axis".
  • stack Stacks a list of rank R tensors into a rank R+1 tensor.
  • one_hot
  • in_top_k
  • pool3d No local support. miss same border_mode
  • l2_normalize miss axis or axis can convert to mode
  • hard_sigmoid Activation
  • softsign Activation
  • atrous_conv2d
  • separable_conv2d
  • reverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant