Skip to content

Commit 6d2bac1

Browse files
committed
add @family tags for op_associative_scan and op_searchsorted
1 parent 69879ef commit 6d2bac1

File tree

231 files changed

+1012
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+1012
-2
lines changed

R/ops.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ function (inputs, indices, updates)
359359
#' for the equality case (tie-breaker).
360360
#'
361361
#' @export
362+
#' @family core ops
363+
#' @family ops
362364
#' @tether keras.ops.searchsorted
363365
op_searchsorted <-
364366
function (sorted_sequence, values, side = "left")
@@ -3608,6 +3610,8 @@ function (x, dtype = NULL)
36083610
#' an integer identifying the axis over which the scan should occur.
36093611
#'
36103612
#' @export
3613+
#' @family core ops
3614+
#' @family ops
36113615
#' @tether keras.ops.associative_scan
36123616
op_associative_scan <-
36133617
function(f, elems, reverse = FALSE, axis = 1L)

man/layer_tfsm.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/op_abs.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/op_add.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/op_all.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/op_any.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/op_append.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/op_arange.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/op_arccos.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/op_arccosh.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)