Skip to content

Commit 12a62fc

Browse files
committed
redocument
1 parent 6a0ffc7 commit 12a62fc

File tree

328 files changed

+7100
-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.

328 files changed

+7100
-2
lines changed

NAMESPACE

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export(initializer_ones)
237237
export(initializer_orthogonal)
238238
export(initializer_random_normal)
239239
export(initializer_random_uniform)
240+
export(initializer_stft)
240241
export(initializer_truncated_normal)
241242
export(initializer_variance_scaling)
242243
export(initializer_zeros)
@@ -372,6 +373,7 @@ export(loss_binary_focal_crossentropy)
372373
export(loss_categorical_crossentropy)
373374
export(loss_categorical_focal_crossentropy)
374375
export(loss_categorical_hinge)
376+
export(loss_circle)
375377
export(loss_cosine_similarity)
376378
export(loss_ctc)
377379
export(loss_dice)
@@ -397,6 +399,7 @@ export(metric_categorical_accuracy)
397399
export(metric_categorical_crossentropy)
398400
export(metric_categorical_focal_crossentropy)
399401
export(metric_categorical_hinge)
402+
export(metric_concordance_correlation)
400403
export(metric_cosine_similarity)
401404
export(metric_f1_score)
402405
export(metric_false_negatives)
@@ -417,6 +420,7 @@ export(metric_mean_squared_logarithmic_error)
417420
export(metric_mean_wrapper)
418421
export(metric_one_hot_iou)
419422
export(metric_one_hot_mean_iou)
423+
export(metric_pearson_correlation)
420424
export(metric_poisson)
421425
export(metric_precision)
422426
export(metric_precision_at_recall)
@@ -477,6 +481,7 @@ export(op_broadcast_to)
477481
export(op_cast)
478482
export(op_categorical_crossentropy)
479483
export(op_ceil)
484+
export(op_celu)
480485
export(op_cholesky)
481486
export(op_clip)
482487
export(op_concatenate)
@@ -517,6 +522,7 @@ export(op_equal)
517522
export(op_erf)
518523
export(op_erfinv)
519524
export(op_exp)
525+
export(op_exp2)
520526
export(op_expand_dims)
521527
export(op_expm1)
522528
export(op_extract_sequences)
@@ -531,14 +537,18 @@ export(op_full)
531537
export(op_full_like)
532538
export(op_gelu)
533539
export(op_get_item)
540+
export(op_glu)
534541
export(op_greater)
535542
export(op_greater_equal)
543+
export(op_hard_shrink)
536544
export(op_hard_sigmoid)
537545
export(op_hard_silu)
538546
export(op_hard_swish)
547+
export(op_hard_tanh)
539548
export(op_histogram)
540549
export(op_hstack)
541550
export(op_identity)
551+
export(op_ifft2)
542552
export(op_imag)
543553
export(op_image_affine_transform)
544554
export(op_image_crop)
@@ -550,6 +560,7 @@ export(op_image_resize)
550560
export(op_image_rgb_to_grayscale)
551561
export(op_image_rgb_to_hsv)
552562
export(op_in_top_k)
563+
export(op_inner)
553564
export(op_inv)
554565
export(op_irfft)
555566
export(op_is_tensor)
@@ -645,6 +656,7 @@ export(op_size)
645656
export(op_slice)
646657
export(op_slice_update)
647658
export(op_slogdet)
659+
export(op_soft_shrink)
648660
export(op_softmax)
649661
export(op_softplus)
650662
export(op_softsign)
@@ -655,6 +667,7 @@ export(op_sparse_categorical_crossentropy)
655667
export(op_split)
656668
export(op_sqrt)
657669
export(op_square)
670+
export(op_squareplus)
658671
export(op_squeeze)
659672
export(op_stack)
660673
export(op_std)
@@ -669,6 +682,7 @@ export(op_take)
669682
export(op_take_along_axis)
670683
export(op_tan)
671684
export(op_tanh)
685+
export(op_tanh_shrink)
672686
export(op_tensordot)
673687
export(op_tile)
674688
export(op_top_k)

man/Loss.Rd

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

man/Metric.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/custom_metric.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/initializer_stft.Rd

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

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/loss_binary_crossentropy.Rd

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

man/loss_binary_focal_crossentropy.Rd

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

man/loss_categorical_crossentropy.Rd

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

man/loss_categorical_focal_crossentropy.Rd

Lines changed: 1 addition & 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)