Home
last modified time | relevance | path

Searched defs:compute (Results 1 – 25 of 149) sorted by relevance

123456

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dflatbuffer_to_proto_test.cc35 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in CheckDelegateEnum() local
41 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in CheckExecutionPreference() local
49 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in CheckNNAPIExecutionPreference() local
59 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in CheckNNAPIExecutionPriority() local
67 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in CheckGPUBackend() local
99 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in TEST_F() local
114 proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in TEST_F() local
160 proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in TEST_F() local
177 proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in TEST_F() local
223 proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in TEST_F() local
[all …]
/external/python/google-api-python-client/samples/compute/
Dcreate_instance.py33 def list_instances(compute, project, zone): argument
40 def create_instance(compute, project, zone, name, bucket): argument
116 def delete_instance(compute, project, zone, name): argument
125 def wait_for_operation(compute, project, zone, operation): argument
/external/armnn/include/armnn/
DBackendId.hpp34 constexpr char const* GetComputeDeviceAsCString(Compute compute) in GetComputeDeviceAsCString()
47 inline std::ostream& operator<<(std::ostream& os, const std::vector<Compute>& compute) in operator <<()
58 inline std::ostream& operator<<(std::ostream& os, const std::set<Compute>& compute) in operator <<()
69 inline std::ostream& operator<<(std::ostream& os, const Compute& compute) in operator <<()
91 BackendId(Compute compute) : m_Id{GetComputeDeviceAsCString(compute)} {} in BackendId()
102 BackendId& operator=(Compute compute) in operator =()
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/
DForkJoinBenchmark.kt89 override fun compute(): Double { in compute() method in benchmarks.scheduler.ForkJoinBenchmark.Task
103 private fun compute(coefficients: LongArray, start: Int, end: Int): Double { in compute() method in benchmarks.scheduler.ForkJoinBenchmark.Task
127 override fun compute() { in compute() method in benchmarks.scheduler.ForkJoinBenchmark
160 private fun compute(coefficients: LongArray, start: Int, end: Int): Double { in compute() method
/external/guava/guava/src/com/google/common/math/
DQuantiles.java235 public double compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndex
246 public double compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndex
258 public double compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndex
269 public double compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndex
340 public Map<Integer, Double> compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndexes
354 public Map<Integer, Double> compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndexes
369 public Map<Integer, Double> compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndexes
383 public Map<Integer, Double> compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndexes
/external/guava/android/guava/src/com/google/common/math/
DQuantiles.java235 public double compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndex
246 public double compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndex
258 public double compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndex
269 public double compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndex
340 public Map<Integer, Double> compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndexes
354 public Map<Integer, Double> compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndexes
369 public Map<Integer, Double> compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndexes
383 public Map<Integer, Double> compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndexes
/external/tensorflow/tensorflow/c/experimental/saved_model/internal/testdata/
Dgen_saved_models.py69 def compute(self, value): member in _gen_uninitialized_variable.Module
85 def compute(self, value): member in _gen_simple_while_loop.Module
/external/rust/crates/num-traits/src/
Dlib.rs536 fn compute<T: Num + Copy>(x: T, y: T) -> T { in check_num_ops() function
544 fn compute<T: NumRef>(x: T, y: &T) -> T { in check_numref_ops() function
552 fn compute<T: Copy>(x: &T, y: T) -> T in check_refnum_ops() function
563 fn compute<T>(x: &T, y: &T) -> T in check_refref_ops() function
574 fn compute<T: NumAssign + Copy>(mut x: T, y: T) -> T { in check_numassign_ops() function
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h82 DiagonalPreconditioner& compute(const MatType& mat) in compute() function
183 LeastSquareDiagonalPreconditioner& compute(const MatType& mat) in compute() function
216 IdentityPreconditioner& compute(const MatrixType& ) { return *this; } in compute() function
/external/javassist/src/main/javassist/compiler/ast/
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
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dxla_control_flow_ops_test.py69 def compute(x): function
81 def compute(x): function
93 def compute(x): function
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.hpp32 namespace compute namespace
DvktComputeIndirectComputeDispatchTests.hpp31 namespace compute namespace
DvktComputeTests.hpp31 namespace compute namespace
DvktComputeWorkgroupMemoryExplicitLayoutTests.hpp32 namespace compute namespace
DvktComputeShaderBuiltinVarTests.hpp31 namespace compute namespace
DvktComputeBasicComputeShaderTests.hpp31 namespace compute namespace
DvktComputeZeroInitializeWorkgroupMemoryTests.hpp32 namespace compute namespace
DvktComputeTests.cpp35 namespace compute namespace
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTweenPath.java21 public float compute(float t, float[] points, int pointsCnt); in compute() method
DTweenEquation.java18 public abstract float compute(float t); in compute() method in TweenEquation
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/paths/
DLinear.java10 public float compute(float t, float[] points, int pointsCnt) { in compute() method in Linear
/external/dagger2/java/dagger/producers/internal/
DMapOfProducedProducer.java45 public ListenableFuture<Map<K, Produced<V>>> compute() { in compute() method in MapOfProducedProducer
/external/dagger2/javatests/dagger/producers/internal/
DAbstractProducerTest.java68 public ListenableFuture<T> compute() { in compute() method in AbstractProducerTest.DelegateProducer
/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.c10 int compute() { in compute() function

123456