Searched defs:computeValue (Results 1 – 6 of 6) sorted by relevance
35 RealVector computeValue(final double[] params); in computeValue() method
16 protected abstract T computeValue(Class<?> type); in computeValue() method in ClassValueMap
4 suspend fun computeValue(): String = coroutineScope { in <lambda>() method
106 override fun computeValue(type: Class<*>?): Ctor { in computeValue() method
79 override fun computeValue(type: Class<*>): MutableSoftReference<T> { in computeValue() method in kotlinx.serialization.internal.ClassValueReferences
569 Tensor TensorExprKernel::computeValue(const torch::jit::Value* v) { in computeValue() function in TensorExprKernel