Home
last modified time | relevance | path

Searched defs:compute (Results 26 – 50 of 1439) sorted by relevance

12345678910>>...58

/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/window/window-core-android/1.6.0-alpha01/androidx.window_window-core/android_common_apex33/aar/
Dclasses.jar ... final androidx.window.core.layout.WindowHeightSizeClass compute$window_core (float) int $i$a ...
Dandroidx.window_window-core.jar ... final androidx.window.core.layout.WindowHeightSizeClass compute$window_core (float) int $i$a ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/window/window-core-android/1.6.0-alpha01/androidx.window_window-core/android_common_apex30/aar/
Dandroidx.window_window-core.jar ... final androidx.window.core.layout.WindowHeightSizeClass compute$window_core (float) int $i$a ...
Dclasses.jar ... final androidx.window.core.layout.WindowHeightSizeClass compute$window_core (float) int $i$a ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/window/window-core-android/1.6.0-alpha01/androidx.window_window-core/android_common/aar/
Dclasses.jar ... final androidx.window.core.layout.WindowHeightSizeClass compute$window_core (float) int $i$a ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/window/window-core-android/1.6.0-alpha01/androidx.window_window-core/android_common_apex10000/aar/
Dandroidx.window_window-core.jar ... final androidx.window.core.layout.WindowHeightSizeClass compute$window_core (float) int $i$a ...
Dclasses.jar ... final androidx.window.core.layout.WindowHeightSizeClass compute$window_core (float) int $i$a ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/window/window-core-android/1.6.0-alpha01/androidx.window_window-core/android_common_apex34/aar/
Dandroidx.window_window-core.jar ... final androidx.window.core.layout.WindowHeightSizeClass compute$window_core (float) int $i$a ...
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StrictMath/
H A DFdlibmTranslit.java92 public static strictfp double compute(double x) { in compute() method in FdlibmTranslit.Cbrt
162 public static double compute(double x, double y) { in compute() method in FdlibmTranslit.Hypot
307 public static strictfp double compute(double x) { in compute() method in FdlibmTranslit.Exp
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Dxla_control_flow_ops_test.py65 def compute(x): function
77 def compute(x): function
89 def compute(x): function
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/internal/testdata/
H A Dgen_saved_models.py63 def compute(self, value): member in _gen_uninitialized_variable.Module
79 def compute(self, value): member in _gen_simple_while_loop.Module
/aosp_15_r20/external/tink/testing/java_src/java/com/google/crypto/tink/testing/
H A DPrfSetServiceImpl.java73 private PrfSetComputeResponse compute(PrfSetComputeRequest request) in compute() method in PrfSetServiceImpl
95 public void compute( in compute() method in PrfSetServiceImpl
/aosp_15_r20/external/android-nn-driver/test/
H A DLstm.hpp83 void LstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in LstmTestImpl()
658 void LstmNoCifgNoPeepholeNoProjection(armnn::Compute compute) in LstmNoCifgNoPeepholeNoProjection()
854 void LstmCifgPeepholeNoProjection(armnn::Compute compute) in LstmCifgPeepholeNoProjection()
1044 void LstmNoCifgPeepholeProjection(armnn::Compute compute) in LstmNoCifgPeepholeProjection()
1763 void LstmCifgPeepholeNoProjectionBatch2(armnn::Compute compute) in LstmCifgPeepholeNoProjectionBatch2()
1957 void LstmNoCifgPeepholeProjectionNoClippingLayerNorm(armnn::Compute compute) in LstmNoCifgPeepholeProjectionNoClippingLayerNorm()
2159 void LstmCifgPeepholeProjectionNoClippingLayerNorm(armnn::Compute compute) in LstmCifgPeepholeProjectionNoClippingLayerNorm()
2355 void QuantizedLstm(armnn::Compute compute) in QuantizedLstm()
H A DUnidirectionalSequenceLstm.hpp84 void UnidirectionalSequenceLstmTestImpl(const hidl_vec<uint32_t>& inputDimensions, in UnidirectionalSequenceLstmTestImpl()
362 void UnidirectionalSequenceLstmLayerFloat32TestImpl(armnn::Compute compute) in UnidirectionalSequenceLstmLayerFloat32TestImpl()
565 void UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl(armnn::Compute compute) in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl()
770 void UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl(armnn::Compute compute) in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl()
1010 …ionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl(armnn::Compute compute) in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()
1225 void UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl(armnn::Compute compute) in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestExecution.cpp740 void computeHelper(bool reusable, const std::function<void()>& compute) { in computeHelper()
766 const auto compute = [this, &execution] { in TestWait() local
794 const auto compute = [this, &execution] { in TestWait() local
826 const auto compute = [this, &execution] { in TestWait() local
857 const auto compute = [this, &execution] { in TestWait() local
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/base/
H A DTarjanSCCs.java43 public static <NodeT> ImmutableList<ImmutableSet<NodeT>> compute( in compute() method in TarjanSCCs
66 private ImmutableList<ImmutableSet<NodeT>> compute() { in compute() method in TarjanSCCs.TarjanSCC
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DIslamicCalendar.java385 public void compute(long julianDays, long current, in compute() method
419 public void compute(long julianDays, long current, in compute() method in IslamicCalendar.IslamicAlgorithm
479 public void compute(long julianDays, long current, in compute() method in IslamicCalendar.CivilAlgorithm
569 public void compute(long julianDays, long current, in compute() method in IslamicCalendar.UmalquraAlgorithm
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DIslamicCalendar.java359 public void compute(long julianDays, long current, in compute() method
393 public void compute(long julianDays, long current, in compute() method in IslamicCalendar.IslamicAlgorithm
453 public void compute(long julianDays, long current, in compute() method in IslamicCalendar.CivilAlgorithm
543 public void compute(long julianDays, long current, in compute() method in IslamicCalendar.UmalquraAlgorithm
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DArrayPrefixHelpers.java141 public final void compute() { in compute() method in ArrayPrefixHelpers.CumulateTask
295 public final void compute() { in compute() method in ArrayPrefixHelpers.LongCumulateTask
447 public final void compute() { in compute() method in ArrayPrefixHelpers.DoubleCumulateTask
599 public final void compute() { in compute() method in ArrayPrefixHelpers.IntCumulateTask
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DArrayPrefixHelpers.java141 public final void compute() { in compute() method in ArrayPrefixHelpers.CumulateTask
295 public final void compute() { in compute() method in ArrayPrefixHelpers.LongCumulateTask
447 public final void compute() { in compute() method in ArrayPrefixHelpers.DoubleCumulateTask
599 public final void compute() { in compute() method in ArrayPrefixHelpers.IntCumulateTask
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DArrayPrefixHelpers.java141 public final void compute() { in compute() method in ArrayPrefixHelpers.CumulateTask
295 public final void compute() { in compute() method in ArrayPrefixHelpers.LongCumulateTask
447 public final void compute() { in compute() method in ArrayPrefixHelpers.DoubleCumulateTask
599 public final void compute() { in compute() method in ArrayPrefixHelpers.IntCumulateTask
/aosp_15_r20/external/javassist/src/main/javassist/compiler/ast/
H A DDoubleConst.java49 public ASTree compute(int op, ASTree right) { in compute() method in DoubleConst
73 private static DoubleConst compute(int op, double value1, double value2, in compute() method in DoubleConst
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dfunctional_ops.py142 def compute(i, a): function
338 def compute(i, a): function
628 def compute(i, a_flat, tas): function
/aosp_15_r20/external/pytorch/caffe2/perfkernels/
H A Dhp_emblookup_codegen.py12 def compute(regid, InType, use_weights, isa, prefetch): function
205 def compute(InType, use_weights, isa): function
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DElementwise.cpp36 inline bool compute(const std::function<IntermediateType(IntermediateType)>& func, const T* input, in compute() function
46 inline bool compute(IntermediateType func(IntermediateType), const T* input, const Shape& shape, in compute() function

12345678910>>...58