None
入门指南
开发者指南
代码示例
Keras 3 API 文档
模型 API
层 API
回调 API
运算 API
NumPy 运算
神经网络运算
线性代数运算
核心运算
图像运算
FFT 运算
优化器
指标
损失函数
数据加载
内置小型数据集
Keras 应用
混合精度
多设备分布式
RNG API
重计算
工具类
Keras 2 API 文档
KerasTuner:超参数调优
KerasHub:预训练模型
KerasRS
入门指南
指南
API
示例
Keras Tuner
Keras RS
Keras Hub
Keras 3 API 文档
模型 API
层 API
回调 API
运算 API
NumPy 运算
神经网络运算
线性代数运算
核心运算
图像运算
FFT 运算
优化器
指标
损失函数
数据加载
内置小型数据集
Keras 应用
混合精度
多设备分布式
RNG API
重计算
工具类
Keras 2 API 文档
►
Keras 3 API 文档
/ 运算 API
运算 API
NumPy 运算
absolute 函数
add 函数
all 函数
amax 函数
amin 函数
any 函数
append 函数
arange 函数
arccos 函数
arccosh 函数
arcsin 函数
arcsinh 函数
arctan 函数
arctan2 函数
arctanh 函数
argmax 函数
argmin 函数
argpartition 函数
argsort 函数
array 函数
average 函数
bincount 函数
bitwise_and 函数
bitwise_invert 函数
bitwise_left_shift 函数
bitwise_not 函数
bitwise_or 函数
bitwise_right_shift 函数
bitwise_xor 函数
broadcast_to 函数
ceil 函数
clip 函数
concatenate 函数
conj 函数
conjugate 函数
copy 函数
correlate 函数
cos 函数
cosh 函数
count_nonzero 函数
cross 函数
cumprod 函数
cumsum 函数
diag 函数
diagonal 函数
diff 函数
digitize 函数
divide 函数
divide_no_nan 函数
dot 函数
einsum 函数
empty 函数
equal 函数
exp 函数
expand_dims 函数
expm1 函数
eye 函数
flip 函数
floor 函数
floor_divide 函数
full 函数
full_like 函数
get_item 函数
greater 函数
greater_equal 函数
histogram 函数
hstack 函数
identity 函数
imag 函数
isclose 函数
isfinite 函数
isinf 函数
isnan 函数
left_shift 函数
less 函数
less_equal 函数
linspace 函数
log 函数
log10 函数
log1p 函数
log2 函数
logaddexp 函数
logical_and 函数
logical_not 函数
logical_or 函数
logical_xor 函数
logspace 函数
matmul 函数
max 函数
maximum 函数
mean 函数
median 函数
meshgrid 函数
min 函数
minimum 函数
mod 函数
moveaxis 函数
multiply 函数
nan_to_num 函数
ndim 函数
negative 函数
nonzero 函数
norm 函数
not_equal 函数
ones 函数
ones_like 函数
outer 函数
pad 函数
power 函数
prod 函数
quantile 函数
ravel 函数
real 函数
reciprocal 函数
repeat 函数
reshape 函数
right_shift 函数
roll 函数
round 函数
searchsorted 函数
select 函数
sign 函数
sin 函数
sinh 函数
size 函数
slogdet 函数
sort 函数
split 函数
sqrt 函数
square 函数
squeeze 函数
stack 函数
std 函数
subtract 函数
sum 函数
swapaxes 函数
take 函数
take_along_axis 函数
tan 函数
tanh 函数
tensordot 函数
tile 函数
trace 函数
transpose 函数
tri 函数
tril 函数
triu 函数
true_divide 函数
trunc 函数
var 函数
vdot 函数
vectorize 函数
vstack 函数
where 函数
zeros 函数
zeros_like 函数
神经网络运算
average_pool 函数
batch_normalization 函数
binary_crossentropy 函数
categorical_crossentropy 函数
conv 函数
conv_transpose 函数
ctc_decode 函数
ctc_loss 函数
depthwise_conv 函数
dot_product_attention 函数
elu 函数
gelu 函数
hard_sigmoid 函数
leaky_relu 函数
log_sigmoid 函数
log_softmax 函数
max_pool 函数
moments 函数
multi_hot 函数
normalize 函数
one_hot 函数
psnr 函数
relu 函数
relu6 函数
selu 函数
separable_conv 函数
sigmoid 函数
silu 函数
hard_silu 函数
softmax 函数
softplus 函数
softsign 函数
sparse_categorical_crossentropy 函数
swish 函数
hard_swish 函数
celu 函数
sparsemax 函数
squareplus 函数
sparse_plus 函数
soft_shrink 函数
threshold 函数
glu 函数
tanh_shrink 函数
hard_tanh 函数
hard_shrink 函数
线性代数运算
cholesky 函数
det 函数
eig 函数
eigh 函数
inv 函数
logdet 函数
lstsq 函数
lu_factor 函数
norm 函数
qr 函数
solve 函数
solve_triangular 函数
svd 函数
核心运算
associative_scan 函数
cast 函数
cond 函数
convert_to_numpy 函数
convert_to_tensor 函数
custom_gradient 函数
dtype 函数
erf 函数
erfinv 函数
extract_sequences 函数
fori_loop 函数
in_top_k 函数
is_tensor 函数
logsumexp 函数
map 函数
rsqrt 函数
saturate_cast 函数
scan 函数
scatter 函数
scatter_update 函数
segment_max 函数
segment_sum 函数
shape 函数
slice 函数
slice_update 函数
stop_gradient 函数
switch 函数
top_k 函数
unstack 函数
vectorized_map 函数
while_loop 函数
图像运算
affine_transform 函数
crop_images 函数
extract_patches 函数
gaussian_blur 函数
hsv_to_rgb 函数
map_coordinates 函数
pad_images 函数
perspective_transform 函数
resize 函数
rgb_to_hsv 函数
rgb_to_grayscale 函数
FFT 运算
fft 函数
fft2 函数
rfft 函数
stft 函数
irfft 函数
istft 函数
运算 API
NumPy 运算
神经网络运算
线性代数运算
核心运算
图像运算
FFT 运算