4 lines
276 B
TypeScript
4 lines
276 B
TypeScript
import * as tf from '@tensorflow/tfjs-core';
|
|
import { SeparableConvParams } from './types';
|
|
export declare function depthwiseSeparableConv(x: tf.Tensor4D, params: SeparableConvParams, stride: [number, number]): tf.Tensor4D;
|
|
//# sourceMappingURL=depthwiseSeparableConv.d.ts.map
|