Skip to content

one_hot tensor_op added #23

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

Merged
merged 2 commits into from
May 7, 2020
Merged

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

czgdp1807 added 2 commits May 8, 2020 01:12

Verified

This commit was signed with the committer’s verified signature.
GnomedDev Gnome!
@czgdp1807 czgdp1807 added the core label May 7, 2020
@czgdp1807 czgdp1807 merged commit d21065c into codezonediitj:master May 7, 2020
@czgdp1807 czgdp1807 deleted the one_hot branch May 7, 2020 19:51
@czgdp1807
Copy link
Member Author

czgdp1807 commented May 7, 2020

[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from Autodiff
[ RUN      ] Autodiff.BuildGraph
[       OK ] Autodiff.BuildGraph (0 ms)
[ RUN      ] Autodiff.ComputeValue
[       OK ] Autodiff.ComputeValue (21 ms)
[ RUN      ] Autodiff.ComputeGradientForward
[       OK ] Autodiff.ComputeGradientForward (20 ms)
[ RUN      ] Autodiff.ComputeGradientReverse
[       OK ] Autodiff.ComputeGradientReverse (6 ms)
[----------] 4 tests from Autodiff (47 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (47 ms total)
[  PASSED  ] 4 tests.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from CudaCore
[ RUN      ] CudaCore.TensorGPU
[       OK ] CudaCore.TensorGPU (46 ms)
[----------] 1 test from CudaCore (46 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (46 ms total)
[  PASSED  ] 1 test.
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from Operations
[ RUN      ] Operations.Add
[       OK ] Operations.Add (0 ms)
[ RUN      ] Operations.Exp
[       OK ] Operations.Exp (0 ms)
[----------] 2 tests from Operations (0 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 2 tests.
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from Core
[ RUN      ] Core.TensorOpsSum
[       OK ] Core.TensorOpsSum (386 ms)
[ RUN      ] Core.TensorOpsDivide
[       OK ] Core.TensorOpsDivide (0 ms)
[ RUN      ] Core.TensorOpsOneHot
[       OK ] Core.TensorOpsOneHot (0 ms)
[ RUN      ] Core.TensorCPU
[       OK ] Core.TensorCPU (8 ms)
[----------] 4 tests from Core (394 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (394 ms total)
[  PASSED  ] 4 tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant