/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ |
D | flatbuffer_to_proto_test.cc | 35 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in CheckDelegateEnum() local 41 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in CheckExecutionPreference() local 50 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in CheckNNAPIExecutionPreference() local 61 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in CheckNNAPIExecutionPriority() local 69 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in CheckGPUBackend() local 102 const proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in TEST_F() local 118 proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in TEST_F() local 165 proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in TEST_F() local 183 proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in TEST_F() local 230 proto::ComputeSettings compute = ConvertFromFlatbuffer(settings_); in TEST_F() local [all …]
|
/external/python/google-api-python-client/samples/compute/ |
D | create_instance.py | 33 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/ |
D | BackendId.hpp | 34 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/ |
D | ForkJoinBenchmark.kt | 85 override fun compute(): Double { in compute() method in benchmarks.scheduler.ForkJoinBenchmark.Task 99 private fun compute(coefficients: LongArray, start: Int, end: Int): Double { in compute() method 123 override fun compute() { in compute() method in benchmarks.scheduler.ForkJoinBenchmark 156 private fun compute(coefficients: LongArray, start: Int, end: Int): Double { in compute() method
|
/external/guava/guava/src/com/google/common/math/ |
D | Quantiles.java | 235 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/ |
D | Quantiles.java | 235 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/pytorch/torch/csrc/jit/tensorexpr/operators/ |
D | pointwise.cpp | 42 ExprHandle compute = innerExpr(inputs[0]); in computeOneOperand() local 67 ExprHandle compute = innerExpr(inputs[0], inputs[1]); in computeTwoOperand() local 93 ExprHandle compute = innerExpr(inputs[0], inputs[2] * inputs[1]); in computeTwoOperandWithAlpha() local 122 ExprHandle compute = innerExpr(inputs[0], inputs[1], inputs[2]); in computeConditionWithTwoOperand() local 153 ExprHandle compute = innerExpr(inputs[0], inputs[1], inputs[2]); in computeThreeOperand() local 182 ExprHandle compute = in computeFourOperand() local 216 ExprHandle compute = innerExpr(inputs[0], inputs[1]); in computeScalar() local
|
/external/pytorch/test/ |
D | test_tensorexpr_pybind.py | 18 def compute(i): function 75 def compute(i): function 101 def compute(i, j): function 349 def compute(idxs): function 441 def compute(i): function
|
/external/rust/android-crates-io/crates/num-traits/src/ |
D | lib.rs | 575 fn compute<T: Num + Copy>(x: T, y: T) -> T { in check_num_ops() function 583 fn compute<T: NumRef>(x: T, y: &T) -> T { in check_numref_ops() function 591 fn compute<T: Copy>(x: &T, y: T) -> T in check_refnum_ops() function 602 fn compute<T>(x: &T, y: &T) -> T in check_refref_ops() function 613 fn compute<T: NumAssign + Copy>(mut x: T, y: T) -> T { in check_numassign_ops() function 626 fn compute<T: NumAssignRef + Copy>(mut x: T, y: &T) -> T { in check_numassignref_ops() function
|
/external/tensorflow/tensorflow/c/experimental/saved_model/internal/testdata/ |
D | gen_saved_models.py | 63 def compute(self, value): member in _gen_uninitialized_variable.Module 79 def compute(self, value): member in _gen_simple_while_loop.Module
|
/external/tink/testing/java_src/java/com/google/crypto/tink/testing/ |
D | PrfSetServiceImpl.java | 73 private PrfSetComputeResponse compute(PrfSetComputeRequest request) in compute() method in PrfSetServiceImpl 95 public void compute( in compute() method in PrfSetServiceImpl
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | TarjanSCCs.java | 43 public static <NodeT> ImmutableList<ImmutableSet<NodeT>> compute( in compute() method in TarjanSCCs 66 private ImmutableList<ImmutableSet<NodeT>> compute() { in compute() method in TarjanSCCs.TarjanSCC
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | BasicPreconditioners.h | 82 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/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/ |
D | computed_values.rs | 72 fn compute(&self) -> TokenStream; in compute() method 76 fn compute(&self) -> TokenStream { in compute() method 149 fn compute(&self) -> TokenStream { in compute() method
|
/external/kotlinx.serialization/core/jvmMain/src/kotlinx/serialization/internal/ |
D | Caching.kt | 47 private class ClassValueCache<T>(val compute: (KClass<*>) -> KSerializer<T>?) : SerializerCache<T> { constant in kotlinx.serialization.internal.ClassValueCache 123 private class ClassValueParametrizedCache<T>(private val compute: (KClass<Any>, List<KType>) -> KSe… constant in kotlinx.serialization.internal.ClassValueParametrizedCache 138 private class ConcurrentHashMapCache<T>(private val compute: (KClass<*>) -> KSerializer<T>?) : Seri… constant in kotlinx.serialization.internal.ConcurrentHashMapCache 153 private class ConcurrentHashMapParametrizedCache<T>(private val compute: (KClass<Any>, List<KType>)… constant in kotlinx.serialization.internal.ConcurrentHashMapParametrizedCache
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | DoubleConst.java | 49 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/google-cloud-java/java-compute/.cloud/ |
D | main.tf | 8 resource "google_project_service" "compute" { resource
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeCooperativeMatrixTests.hpp | 35 namespace compute namespace
|
D | vktComputeWorkgroupMemoryExplicitLayoutTests.hpp | 35 namespace compute namespace
|
D | vktComputeTests.hpp | 31 namespace compute namespace
|
D | vktComputeShaderBuiltinVarTests.hpp | 34 namespace compute namespace
|
D | vktComputeIndirectComputeDispatchTests.hpp | 34 namespace compute namespace
|
D | vktComputeZeroInitializeWorkgroupMemoryTests.hpp | 35 namespace compute namespace
|
D | vktComputeBasicComputeShaderTests.hpp | 34 namespace compute namespace
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/ |
D | Computable.java | 44 O compute(I arg) throws InterruptedException; in compute() method
|