UNPKG

face-api.js

Version:

JavaScript API for face detection and face recognition in the browser with tensorflow.js

5 lines (4 loc) 284 B
import * as tf from '@tensorflow/tfjs-core'; 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;