- Sort Score
- Result 10 results
- Languages All
Results 11 - 14 of 14 for initialValue (0.11 sec)
-
guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
private static final ThreadLocal<ArrayList<LockGraphNode>> acquiredLocks = new ThreadLocal<ArrayList<LockGraphNode>>() { @Override protected ArrayList<LockGraphNode> initialValue() { return Lists.<LockGraphNode>newArrayListWithCapacity(3); } }; /** * A Throwable used to record a stack trace that illustrates an example of a specific lock
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Dec 15 19:31:54 UTC 2023 - 35.9K bytes - Viewed (0) -
okhttp-android/src/main/baseline-prof.txt
HSPLkotlin/random/AbstractPlatformRandom;-><init>()V HSPLkotlin/random/AbstractPlatformRandom;->nextInt()I HSPLkotlin/random/FallbackThreadLocalRandom$implStorage$1;-><init>()V HSPLkotlin/random/FallbackThreadLocalRandom$implStorage$1;->initialValue()Ljava/lang/Object; HSPLkotlin/random/FallbackThreadLocalRandom;-><init>()V HSPLkotlin/random/FallbackThreadLocalRandom;->getImpl()Ljava/util/Random;
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Mar 21 11:22:00 UTC 2022 - 127.9K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
value(); public final String toString(); public void DynamicVariable(Object); } scala/util/DynamicVariable$$anon$1.class package scala.util; public final synchronized class DynamicVariable$$anon$1 extends InheritableThreadLoc { public final Object initialValue(); public void DynamicVariable$$anon$1(DynamicVariable); } scala/util/matching/Regex.class package scala.util.matching; public final synchronized class Regex implements scala.Serializable { private String scala$util$matching$Regex$$regex; private...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0) -
RELEASE.md
usage that user can define their own link function if the `array_ops.identity` does not meet the requirement. * Fix `initialized_value` and `initial_value` behaviors for `ResourceVariables` created from `VariableDef` protos. * Add TensorSpec to represent the specification of Tensors. * Constant folding pass is now deterministic.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)