UNPKG
@tensorflow-models/body-pix
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.1
0.1.0
0.0.2
0.0.1
Pretrained BodyPix model in TensorFlow.js
github.com/tensorflow/tfjs-models
tensorflow/tfjs-models
@tensorflow-models/body-pix
/
dist
/
single_person
/
argmax2d.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
*
as
tf
from
'@tensorflow/tfjs-core'
;
export
declare
function
argmax2d
(
inputs: tf.Tensor3D
): tf.
Tensor2D
;