2020-08-18 14:04:33 +02:00
|
|
|
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;
|
2020-08-21 15:01:04 +02:00
|
|
|
//# sourceMappingURL=residualLayer.d.ts.map
|