Searched refs:crelu (Results 1 – 5 of 5) sorted by relevance
590 t = nn_ops.crelu(f)599 tf_crelu = nn_ops.crelu(np_features)619 tf_crelu = nn_ops.crelu(626 tf_crelu = nn_ops.crelu(
100 name: "crelu"
3410 def crelu(features, name=None, axis=-1): function3444 return crelu(features, name=name, axis=axis)3445 crelu_v2.__doc__ = crelu.__doc__
997 z = self.evaluate(nn_ops.crelu(constant_op.constant(x)))
116 name: "crelu"