Searched refs:Softplus (Results 1 – 25 of 26) sorted by relevance
12
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/ |
D | softplus_test.py | 23 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 …]
|
D | chain_test.py | 27 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()])
|
D | scale_tril_test.py | 56 b = bijectors.ScaleTriL(diag_bijector=bijectors.Softplus(),
|
D | invert_test.py | 39 bijectors.Softplus(),
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Softplus.pbtxt | 2 graph_op_name: "Softplus" 4 name: "math.Softplus"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | softplus_op.cc | 40 functor::Softplus<Device, T> functor; in Operate() 95 void Softplus<GPUDevice, T>::operator()( \ 98 extern template struct Softplus<GPUDevice, T>; \
|
D | softplus_op_gpu.cu.cc | 33 template struct functor::Softplus<GPUDevice, T>; \
|
D | softplus_op.h | 29 struct Softplus { struct
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
D | softplus.py | 36 class Softplus(bijector.Bijector): class 111 super(Softplus, self).__init__(
|
D | scale_tril.py | 116 diag_bijector = softplus.Softplus(validate_args=validate_args)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Softplus.pbtxt | 2 graph_op_name: "Softplus"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Softplus.pbtxt | 2 graph_op_name: "Softplus"
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | nn_grad_test.cc | 47 using ops::Softplus; 307 auto y = Softplus(scope_, x); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | unary_ops.cc | 105 XLAJIT_MAKE_UNARY(Softplus, xla::Max(x, xla::ScalarLike(x, 0.0)) +
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | vector_laplace_diag_test.py | 64 bijector=bijectors.Softplus())
|
D | mvn_diag_test.py | 71 bijector=bijectors.Softplus())
|
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/ |
D | cpu_supported_ops.md | 217 `Softplus` | `T={double,float,int32,int64,uint32,uint64}`
|
D | gpu_supported_ops.md | 214 `Softplus` | `T={double,float,int32,int64,uint32,uint64}`
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 2921 TEST_F(OpTest, Softplus) { in TEST_F() argument
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 31355 name: "Softplus" 31381 name: "Softplus" 31408 name: "Softplus"
|
D | ops_history.v2.pbtxt | 69999 name: "Softplus" 70027 name: "Softplus" 70057 name: "Softplus" 70088 name: "Softplus" 70119 name: "Softplus"
|
D | ops_history.v1.pbtxt | 70626 name: "Softplus" 70654 name: "Softplus" 70684 name: "Softplus" 70715 name: "Softplus" 70746 name: "Softplus"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 3380 name: "Softplus"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 3380 name: "Softplus"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 30135 func Softplus(scope *Scope, features tf.Output) (activations tf.Output) { func
|
12