Home
last modified time | relevance | path

Searched refs:Decay (Results 1 – 18 of 18) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp69 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/
DREADME.md15 * [Deep Neural Network with Customized Decay Function](https://www.tensorflow.org/code/tensorflow/e…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ResourceSparseApplyAdadelta.pbtxt24 Decay factor. Must be a scalar.
Dapi_def_SparseApplyAdadelta.pbtxt24 Decay factor. Must be a scalar.
Dapi_def_ResourceApplyAdadelta.pbtxt30 Decay factor. Must be a scalar.
Dapi_def_ApplyAdadelta.pbtxt30 Decay factor. Must be a scalar.
Dapi_def_ResourceApplyRMSProp.pbtxt30 Decay rate. Must be a scalar.
Dapi_def_ApplyRMSProp.pbtxt30 Decay rate. Must be a scalar.
Dapi_def_ResourceSparseApplyRMSProp.pbtxt30 Decay rate. Must be a scalar.
Dapi_def_SparseApplyRMSProp.pbtxt30 Decay rate. Must be a scalar.
Dapi_def_ResourceApplyCenteredRMSProp.pbtxt36 Decay rate. Must be a scalar.
Dapi_def_ResourceSparseApplyCenteredRMSProp.pbtxt36 Decay rate. Must be a scalar.
Dapi_def_ApplyCenteredRMSProp.pbtxt36 Decay rate. Must be a scalar.
Dapi_def_SparseApplyCenteredRMSProp.pbtxt36 Decay rate. Must be a scalar.
/external/clang/test/SemaCXX/
Dexceptions.cpp126 namespace Decay { namespace
Dcxx0x-initializer-stdinitializerlist.cpp157 namespace Decay { namespace
/external/jemalloc_new/
DTUNING.md41 Decay time determines how fast jemalloc returns unused pages back to the
/external/tensorflow/tensorflow/tools/docker/notebooks/
D3_mnist_from_scratch.ipynb1222 "# 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",