Skip to content

Commit

Permalink
コメントを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Masato Hori committed Feb 20, 2018
1 parent af5e72b commit 88be0f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
13 changes: 3 additions & 10 deletions include/nbla/function/global_average_pooling.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// *WARNING*
// THIS FILE IS AUTO-GENERATED DUMMY CODE BY CODE GENERATOR.
// PLEASE IMPLEMENT REAL CODE AND DELETE THIS MESSAGE SOON.
// If you want to change dummy code, edit following files.
// - build-tools/code_generator/function_generator/generate_include_nbla_function_hpp.py
// - build-tools/code_generator/templates/include_nbla_function_hpp_template.hpp


/** GlobalAveragePooling
*/
Expand All @@ -33,8 +25,9 @@ namespace nbla {

NBLA_REGISTER_FUNCTION_HEADER(GlobalAveragePooling);

/**
@todo PLACE HERE FUNCTION DOCUMENTATION.
/** Global average pooling operator.
@copydetails BasePooling
\ingroup FunctionImplGrp
*/
template <typename T>
class GlobalAveragePooling : public BaseFunction<> {
Expand Down
7 changes: 0 additions & 7 deletions src/nbla/function/global_average_pooling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// *WARNING*
// THIS FILE IS AUTO-GENERATED DUMMY CODE BY CODE GENERATOR.
// PLEASE IMPLEMENT REAL CODE AND DELETE THIS MESSAGE SOON.
// If you want to change dummy code, edit following files.
// - build-tools/code_generator/function_generator/generate_src_nbla_function_cpp.py
// - build-tools/code_generator/templates/src_nbla_function_cpp_template.cpp

/** GlobalAveragePooling
*/
Expand Down

0 comments on commit 88be0f7

Please sign in to comment.