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

Method GetMixResult

lingvo/core/pruning_utils.py:147–164  ·  view source on GitHub ↗

Compute the mix result. Args: theta: a theta object in the LSTM cells; concat: Tensor, concat of previous output and current state vector; lstmobj: a LSTM cell object. Returns: result Tensor. Raises: NotImplementedError if prune_option is not 'weight',

(cls, theta, concat, lstmobj)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_MixMethod · 0.80
_MixMethod · 0.80

Calls 1

QWeightMethod · 0.80

Tested by

no test coverage detected