Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Clean ups (#3290)
Browse files Browse the repository at this point in the history
* Removed a very old note from a docstring

* Remove print statement

* Formatting changes
  • Loading branch information
TobyRoseman authored Aug 8, 2020
1 parent b954f6e commit d425237
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 146 deletions.
1 change: 0 additions & 1 deletion src/ml/neural_net/mps_compute_context.mm
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ float_array_map multiply_mps_od_loss_multiplier(float_array_map config,
std::unique_ptr<model_backend> mps_compute_context::create_object_detector(
int n, int c_in, int h_in, int w_in, int c_out, int h_out, int w_out,
const float_array_map& config, const float_array_map& weights) {
std::cout << "MPS IS HAPPENING";
mps_od_backend::parameters params;
params.command_queue = command_queue_;
params.n = n;
Expand Down
Loading

0 comments on commit d425237

Please sign in to comment.