-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
144 lines (143 loc) · 3.88 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# Generated by roxygen2: do not edit by hand
export(activation_gelu)
export(activation_hardshrink)
export(activation_lisht)
export(activation_mish)
export(activation_rrelu)
export(activation_softshrink)
export(activation_sparsemax)
export(activation_tanhshrink)
export(attention_bahdanau)
export(attention_bahdanau_monotonic)
export(attention_luong)
export(attention_luong_monotonic)
export(attention_monotonic)
export(attention_wrapper)
export(attention_wrapper_state)
export(callback_average_model_checkpoint)
export(callback_time_stopping)
export(callback_tqdm_progress_bar)
export(crf_binary_score)
export(crf_decode)
export(crf_decode_backward)
export(crf_decode_forward)
export(crf_forward)
export(crf_log_likelihood)
export(crf_log_norm)
export(crf_multitag_sequence_score)
export(crf_sequence_score)
export(crf_unary_score)
export(decode_dynamic)
export(decoder)
export(decoder_base)
export(decoder_basic)
export(decoder_basic_output)
export(decoder_beam_search)
export(decoder_beam_search_output)
export(decoder_beam_search_state)
export(decoder_final_beam_search_output)
export(extend_with_decoupled_weight_decay)
export(gather_tree)
export(gather_tree_from_array)
export(hardmax)
export(img_adjust_hsv_in_yiq)
export(img_angles_to_projective_transforms)
export(img_blend)
export(img_compose_transforms)
export(img_connected_components)
export(img_cutout)
export(img_dense_image_warp)
export(img_equalize)
export(img_euclidean_dist_transform)
export(img_flat_transforms_to_matrices)
export(img_from_4D)
export(img_get_ndims)
export(img_interpolate_bilinear)
export(img_interpolate_spline)
export(img_matrices_to_flat_transforms)
export(img_mean_filter2d)
export(img_median_filter2d)
export(img_random_cutout)
export(img_random_hsv_in_yiq)
export(img_resampler)
export(img_rotate)
export(img_sharpness)
export(img_shear_x)
export(img_shear_y)
export(img_sparse_image_warp)
export(img_to_4D)
export(img_transform)
export(img_translate)
export(img_translate_xy)
export(img_translations_to_projective_transforms)
export(img_unwrap)
export(img_wrap)
export(install_tfaddons)
export(layer_activation_gelu)
export(layer_correlation_cost)
export(layer_filter_response_normalization)
export(layer_group_normalization)
export(layer_instance_normalization)
export(layer_maxout)
export(layer_multi_head_attention)
export(layer_nas_cell)
export(layer_norm_lstm_cell)
export(layer_poincare_normalize)
export(layer_sparsemax)
export(layer_weight_normalization)
export(lookahead_mechanism)
export(loss_contrastive)
export(loss_giou)
export(loss_hamming)
export(loss_lifted_struct)
export(loss_npairs)
export(loss_npairs_multilabel)
export(loss_pinball)
export(loss_sequence)
export(loss_sigmoid_focal_crossentropy)
export(loss_sparsemax)
export(loss_triplet_hard)
export(loss_triplet_semihard)
export(metric_cohen_kappa)
export(metric_fbetascore)
export(metric_hamming_distance)
export(metric_mcc)
export(metric_multilabel_confusion_matrix)
export(metric_rsquare)
export(metrics_f1score)
export(optimizer_conditional_gradient)
export(optimizer_decay_adamw)
export(optimizer_decay_sgdw)
export(optimizer_lamb)
export(optimizer_lazy_adam)
export(optimizer_moving_average)
export(optimizer_novograd)
export(optimizer_radam)
export(optimizer_swa)
export(optimizer_yogi)
export(parse_time)
export(register_all)
export(register_custom_kernels)
export(register_keras_objects)
export(safe_cumprod)
export(sample_bernoulli)
export(sample_categorical)
export(sampler)
export(sampler_custom)
export(sampler_greedy_embedding)
export(sampler_inference)
export(sampler_sample_embedding)
export(sampler_scheduled_embedding_training)
export(sampler_scheduled_output_training)
export(sampler_training)
export(skip_gram_sample)
export(skip_gram_sample_with_text_vocab)
export(tf)
export(tfaddons_version)
export(tile_batch)
export(viterbi_decode)
importFrom(keras,create_layer)
importFrom(purrr,map)
importFrom(reticulate,py_config)
importFrom(reticulate,py_install)
importFrom(tensorflow,tf)