2020-08-18 14:04:33 +02:00
|
|
|
import * as tf from '@tensorflow/tfjs-core';
|
|
|
|
import { DenseBlock3Params, DenseBlock4Params } from './types';
|
|
|
|
export declare function denseBlock3(x: tf.Tensor4D, denseBlockParams: DenseBlock3Params, isFirstLayer?: boolean): tf.Tensor4D;
|
|
|
|
export declare function denseBlock4(x: tf.Tensor4D, denseBlockParams: DenseBlock4Params, isFirstLayer?: boolean, isScaleDown?: boolean): tf.Tensor4D;
|
2020-08-21 15:01:04 +02:00
|
|
|
//# sourceMappingURL=denseBlock.d.ts.map
|