UNPKG

@tensorflow/tfjs-core

Version:

Hardware-accelerated JavaScript library for machine intelligence

4 lines (3 loc) 245 B
import { Tensor1D } from '../tensor'; import { TypedArray } from '../types'; export declare function nonMaxSuppressionImpl(boxes: TypedArray, scores: TypedArray, maxOutputSize: number, iouThreshold: number, scoreThreshold: number): Tensor1D;