Skip to content

Commit

Permalink
rename backend_engine() to backend()
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed May 5, 2017
1 parent ca3790a commit 06c4aac
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export(application_resnet50)
export(application_vgg16)
export(application_vgg19)
export(application_xception)
export(backend_engine)
export(backend)
export(bidirectional)
export(callback_csv_logger)
export(callback_early_stopping)
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ normalize <- function(x, axis = -1, order = 2) {
#' @return Reference to Keras backend python module.
#'
#' @export
backend_engine <- function() {
backend <- function() {
keras$backend
}

Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ reference:
- normalize
- hdf5_matrix
- get_file
- backend_engine
- backend

- title: "Losses"
contents:
Expand Down
162 changes: 162 additions & 0 deletions docs/reference/backend.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/backend_engine.Rd → man/backend.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06c4aac

Please sign in to comment.