Home
last modified time | relevance | path

Searched refs:Softplus (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
Dsoftplus_test.py23 from tensorflow.contrib.distributions.python.ops.bijectors.softplus import Softplus
46 bijector = Softplus(hinge_softness=0., validate_args=True)
52 bijector = Softplus()
62 bijector = Softplus(hinge_softness=1.5)
71 bijector = Softplus()
81 bijector = Softplus()
91 bijector = Softplus()
101 bijector = Softplus()
107 bijector = Softplus(hinge_softness=1.3)
113 bijector = Softplus(hinge_softness=-1.3)
[all …]
Dchain_test.py27 from tensorflow.contrib.distributions.python.ops.bijectors.softplus import Softplus
50 chain = Chain((Exp(), Softplus()))
78 chain = Chain((Exp(), Softplus()))
116 chain = Chain([Affine(), Exp(), Softplus(), Affine()])
Dscale_tril_test.py56 b = bijectors.ScaleTriL(diag_bijector=bijectors.Softplus(),
Dinvert_test.py39 bijectors.Softplus(),
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Softplus.pbtxt2 graph_op_name: "Softplus"
4 name: "math.Softplus"
/external/tensorflow/tensorflow/core/kernels/
Dsoftplus_op.cc40 functor::Softplus<Device, T> functor; in Operate()
95 void Softplus<GPUDevice, T>::operator()( \
98 extern template struct Softplus<GPUDevice, T>; \
Dsoftplus_op_gpu.cu.cc33 template struct functor::Softplus<GPUDevice, T>; \
Dsoftplus_op.h29 struct Softplus { struct
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dsoftplus.py36 class Softplus(bijector.Bijector): class
111 super(Softplus, self).__init__(
Dscale_tril.py116 diag_bijector = softplus.Softplus(validate_args=validate_args)
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Softplus.pbtxt2 graph_op_name: "Softplus"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Softplus.pbtxt2 graph_op_name: "Softplus"
/external/tensorflow/tensorflow/cc/gradients/
Dnn_grad_test.cc47 using ops::Softplus;
307 auto y = Softplus(scope_, x); in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunary_ops.cc105 XLAJIT_MAKE_UNARY(Softplus, xla::Max(x, xla::ScalarLike(x, 0.0)) +
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dvector_laplace_diag_test.py64 bijector=bijectors.Softplus())
Dmvn_diag_test.py71 bijector=bijectors.Softplus())
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dcpu_supported_ops.md217 `Softplus` | `T={double,float,int32,int64,uint32,uint64}`
Dgpu_supported_ops.md214 `Softplus` | `T={double,float,int32,int64,uint32,uint64}`
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2921 TEST_F(OpTest, Softplus) { in TEST_F() argument
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt31355 name: "Softplus"
31381 name: "Softplus"
31408 name: "Softplus"
Dops_history.v2.pbtxt69999 name: "Softplus"
70027 name: "Softplus"
70057 name: "Softplus"
70088 name: "Softplus"
70119 name: "Softplus"
Dops_history.v1.pbtxt70626 name: "Softplus"
70654 name: "Softplus"
70684 name: "Softplus"
70715 name: "Softplus"
70746 name: "Softplus"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt3380 name: "Softplus"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt3380 name: "Softplus"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go30135 func Softplus(scope *Scope, features tf.Output) (activations tf.Output) { func

12