2020-10-09 03:31:31 +02:00
|
|
|
import * as tf from '@tensorflow/tfjs';
|
2020-08-31 15:12:04 +02:00
|
|
|
import { ConvParams } from './types';
|
|
|
|
export declare function convLayer(x: tf.Tensor4D, params: ConvParams, padding?: 'valid' | 'same', withRelu?: boolean): tf.Tensor4D;
|
|
|
|
//# sourceMappingURL=convLayer.d.ts.map
|