MCPcopy Create free account
hub / github.com/tensorflow/lingvo / _evalProjectionLayer

Method _evalProjectionLayer

lingvo/core/layers_test.py:2212–2282  ·  view source on GitHub ↗
(self,
                           reshape_to_2d=False,
                           batch_norm=True,
                           weight_norm=False,
                           activation='RELU',
                           affine_last=False,
                           input_dim=3,
                           output_dim=2,
                           quantized=False,
                           has_bias=False,
                           bn_fold_weights=None,
                           expect_bn_fold_weights=None,
                           is_eval=False,
                           layer_callback=None,
                           bn_decay=0.999,
                           bn_use_moving_avg_in_training=False,
                           use_einsum=True,
                           block_dim=0,
                           input_dtype=tf.float32,
                           fprop_dtype=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 7

sessionMethod · 0.80
GaussianMethod · 0.80
ParamsMethod · 0.45
SetMethod · 0.45
CopyMethod · 0.45
assignMethod · 0.45
FPropDefaultThetaMethod · 0.45

Tested by

no test coverage detected