server-json/node_modules/tfjs-image-recognition-base/build/es6/tinyYolov2/depthwiseSeparableConv.d.ts
2024-11-01 08:00:42 +00:00

3 lines
209 B
TypeScript

import * as tf from '@tensorflow/tfjs-core';
import { SeparableConvParams } from '../common/types';
export declare function depthwiseSeparableConv(x: tf.Tensor4D, params: SeparableConvParams): tf.Tensor4D;