HomeSort by relevance Sort by last modified time
    Searched defs:compute (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.hpp 23 * \brief Compute Shader Tests
31 namespace compute namespace in namespace:vkt
37 } // compute
vktComputeIndirectComputeDispatchTests.hpp 23 * \brief Indirect Compute Dispatch tests
31 namespace compute namespace in namespace:vkt
36 } // compute
vktComputeShaderBuiltinVarTests.hpp 23 * \brief Compute Shader Built-in variable tests.
31 namespace compute namespace in namespace:vkt
34 } // compute
vktComputeTests.hpp 23 * \brief Compute Shader Tests
31 namespace compute namespace in namespace:vkt
36 } // compute
vktComputeTests.cpp 21 * \brief Compute Shader Tests
32 namespace compute namespace in namespace:vkt
52 return createTestGroup(testCtx, "compute", "Compute shader tests", createChildren);
55 } // compute
vktComputeTestsUtil.hpp 23 * \brief Compute tests utility classes
36 namespace compute namespace in namespace:vkt
139 } // compute
  /external/tensorflow/tensorflow/python/ops/
map_fn.py 242 def compute(i, tas): function in function:map_fn.input_pack
264 lambda i, _: i < n, compute, (i, accs_ta),
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
TweenPath.java 21 public float compute(float t, float[] points, int pointsCnt); method in interface:TweenPath
TweenEquation.java 18 public abstract float compute(float t); method in class:TweenEquation
  /external/skia/src/compute/sk/
SkImage_Compute.h 48 SkImage_Compute(sk_sp<SkContext_Compute> compute,
65 sk_sp<SkContext_Compute> compute; // reference to compute context member in class:SkImage_Compute
SkSurface_Compute.h 55 SkSurface_Compute(sk_sp<SkContext_Compute> compute,
77 // sk_sp<SkContext_Compute> compute);
96 sk_sp<SkContext_Compute> compute; member in class:SkSurface_Compute
  /external/skqp/src/compute/sk/
SkImage_Compute.h 48 SkImage_Compute(sk_sp<SkContext_Compute> compute,
65 sk_sp<SkContext_Compute> compute; // reference to compute context member in class:SkImage_Compute
SkSurface_Compute.h 55 SkSurface_Compute(sk_sp<SkContext_Compute> compute,
77 // sk_sp<SkContext_Compute> compute);
96 sk_sp<SkContext_Compute> compute; member in class:SkSurface_Compute
  /external/deqp/framework/delibs/decpp/
deSha1.cpp 39 Sha1 Sha1::compute (size_t size, const void* data) function in class:de::Sha1
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/paths/
Linear.java 10 public float compute(float t, float[] points, int pointsCnt) { method in class:Linear
  /external/clang/test/Analysis/inlining/
eager-reclamation-path-notes.c 10 int compute() { function
21 use(p, compute());
33 use2(p, compute());
    [all...]
  /external/dagger2/producers/src/main/java/dagger/producers/internal/
SetProducer.java 66 public ListenableFuture<Set<T>> compute(ProducerMonitor unusedMonitor) { method in class:SetProducer
AbstractProducer.java 31 * An abstract {@link Producer} implementation that memoizes the result of its compute method.
52 protected abstract ListenableFuture<T> compute(ProducerMonitor monitor); method in class:AbstractProducer
63 instance = result = compute(monitor);
65 throw new NullPointerException("compute returned null");
SetOfProducedProducer.java 68 public ListenableFuture<Set<Produced<T>>> compute(ProducerMonitor unusedMonitor) { method in class:SetOfProducedProducer
  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedSelfAdjointEigenSolver.h 35 * Call the function compute() to compute the eigenvalues and eigenvectors of
58 * perform decompositions via compute(). This constructor
70 * intends to perform decompositions via compute(). The \p size
74 * \sa compute() for an example
89 * This constructor calls compute(const MatrixType&, const MatrixType&, int)
90 * to compute the eigenvalues and (if requested) the eigenvectors of the
104 * \sa compute(const MatrixType&, const MatrixType&, int)
110 compute(matA, matB, options);
138 * The implementation uses LLT to compute the Cholesky decompositio
163 compute(const MatrixType& matA, const MatrixType& matB, int options) function in class:Eigen::GeneralizedSelfAdjointEigenSolver
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteLU.h 35 compute(mat);
42 IncompleteLU& compute(const MatrixType& mat) function in class:Eigen::IncompleteLU
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterClassInfo.cpp 67 /// compute - Compute the preferred allocation order for RC with reserved
70 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { function in class:RegisterClassInfo
  /external/tensorflow/tensorflow/c/
c_test.c 38 // A compute function. This will never actually get called in this test, it's
40 void compute(void* kernel, TF_OpKernelContext* ctx) { function
88 TF_NewKernelBuilder("SomeOp", "SomeDevice", &create, &compute, NULL);
  /external/tensorflow/tensorflow/contrib/rnn/kernels/
blas_gemm.h 54 static void compute(OpKernelContext* ctx, const Device& d, bool transa, function in struct:tensorflow::functor::TensorBlasGemm
72 static void compute(OpKernelContext* ctx, const Device& d, bool transa, function in struct:tensorflow::functor::TensorBlasGemm
  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_map_ops.py 257 def compute(i, tas): function in function:map_fn.input_pack
299 lambda i, _: i < n, compute, (i, accs_ta),

Completed in 1751 milliseconds

1 2 3 4 5 6