UNPKG

@vladmandic/face-api

Version:

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS

5 lines (4 loc) 278 B
import * as tf from '../../dist/tfjs.esm'; import { ResidualLayerParams } from './types'; export declare function residual(x: tf.Tensor4D, params: ResidualLayerParams): tf.Tensor4D; export declare function residualDown(x: tf.Tensor4D, params: ResidualLayerParams): tf.Tensor4D;