Searched refs:Decay (Results 1 – 18 of 18) sorted by relevance
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | common_type.pass.cpp | 69 using Decay = typename std::decay<Tp>::type; typedef 76 static_assert(std::is_same<Decay<T1>, T1>::value, "must be same"); 77 static_assert(std::is_same<Decay<T2>, T2>::value, "must be same"); 105 using DT = Decay<T>; in test_bullet_three_one_imp() 106 using DU = Decay<U>; in test_bullet_three_one_imp()
|
/external/tensorflow/tensorflow/examples/learn/ |
D | README.md | 15 * [Deep Neural Network with Customized Decay Function](https://www.tensorflow.org/code/tensorflow/e…
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ResourceSparseApplyAdadelta.pbtxt | 24 Decay factor. Must be a scalar.
|
D | api_def_SparseApplyAdadelta.pbtxt | 24 Decay factor. Must be a scalar.
|
D | api_def_ResourceApplyAdadelta.pbtxt | 30 Decay factor. Must be a scalar.
|
D | api_def_ApplyAdadelta.pbtxt | 30 Decay factor. Must be a scalar.
|
D | api_def_ResourceApplyRMSProp.pbtxt | 30 Decay rate. Must be a scalar.
|
D | api_def_ApplyRMSProp.pbtxt | 30 Decay rate. Must be a scalar.
|
D | api_def_ResourceSparseApplyRMSProp.pbtxt | 30 Decay rate. Must be a scalar.
|
D | api_def_SparseApplyRMSProp.pbtxt | 30 Decay rate. Must be a scalar.
|
D | api_def_ResourceApplyCenteredRMSProp.pbtxt | 36 Decay rate. Must be a scalar.
|
D | api_def_ResourceSparseApplyCenteredRMSProp.pbtxt | 36 Decay rate. Must be a scalar.
|
D | api_def_ApplyCenteredRMSProp.pbtxt | 36 Decay rate. Must be a scalar.
|
D | api_def_SparseApplyCenteredRMSProp.pbtxt | 36 Decay rate. Must be a scalar.
|
/external/clang/test/SemaCXX/ |
D | exceptions.cpp | 126 namespace Decay { namespace
|
D | cxx0x-initializer-stdinitializerlist.cpp | 157 namespace Decay { namespace
|
/external/jemalloc_new/ |
D | TUNING.md | 41 Decay time determines how fast jemalloc returns unused pages back to the
|
/external/tensorflow/tensorflow/tools/docker/notebooks/ |
D | 3_mnist_from_scratch.ipynb | 1222 "# Decay once per epoch, using an exponential schedule starting at 0.01.\n", 1226 " train_size, # Decay step.\n", 1227 " 0.95, # Decay rate.\n",
|