Home
last modified time | relevance | path

Searched full:evaluator (Results 1 – 25 of 1064) sorted by relevance

12345678910>>...43

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/operator/detail/cpp03/preprocessed/
Dmem_fun_ptr_eval_result_of_50.hpp19 …typedef typename evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef t…
38evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
57evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
76evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
95evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
114evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
133evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
152evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
171evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
190evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
[all …]
Dmem_fun_ptr_eval_result_of_40.hpp19 …typedef typename evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef t…
38evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
57evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
76evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
95evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
114evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
133evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
152evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
171evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
190evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
[all …]
Dmem_fun_ptr_eval_result_of_30.hpp19 …typedef typename evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef t…
38evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
57evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
76evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
95evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
114evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
133evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
152evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
171evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
190evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
[all …]
Dmem_fun_ptr_eval_result_of_20.hpp19 …typedef typename evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef t…
38evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
57evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
76evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
95evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
114evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
133evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
152evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
171evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
190evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
[all …]
Dmem_fun_ptr_eval_result_of_10.hpp19 …typedef typename evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef t…
38evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
57evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
76evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
95evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
114evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
133evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
152evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
171evaluator::impl< A0 , Context , proto::empty_env >::result_type child0; typedef typename evaluator
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorExecutor.h98 TensorEvaluator<Expression, Device> evaluator(expr, device);
99 const bool needs_assign = evaluator.evalSubExprsIfNeeded(NULL);
101 const StorageIndex size = array_prod(evaluator.dimensions());
103 evaluator.evalScalar(i);
106 evaluator.cleanup();
130 TensorEvaluator<Expression, DefaultDevice> evaluator(expr, device);
131 const bool needs_assign = evaluator.evalSubExprsIfNeeded(NULL);
133 const StorageIndex size = array_prod(evaluator.dimensions());
144 evaluator.evalPacket(i + j * PacketSize);
149 evaluator.evalPacket(i);
[all …]
H A DTensorReductionSycl.h116 template <typename Evaluator, typename OpType, typename Evaluator::Index local_range>
119 typedef typename Evaluator::CoeffReturnType CoeffReturnType;
120 typedef typename Evaluator::Index Index;
121 typedef OpDefiner<OpType, typename Evaluator::CoeffReturnType, Index,
122 (Evaluator::ReducerTraits::PacketAccess & Evaluator::InputPacketAccess)>
126 typedef typename Evaluator::EvaluatorPointerType EvaluatorPointerType;
127 typedef typename Evaluator::PacketReturnType PacketReturnType;
129 …typename ::Eigen::internal::conditional<(Evaluator::ReducerTraits::PacketAccess & Evaluator::Input…
134 Evaluator evaluator;
139 …FullReductionKernelFunctor(LocalAccessor scratch_, Evaluator evaluator_, EvaluatorPointerType fina…
[all …]
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/
H A DStructuralEvaluator.java11 * Base structural evaluator.
13 abstract class StructuralEvaluator extends Evaluator {
14 final Evaluator evaluator; field in StructuralEvaluator
16 public StructuralEvaluator(Evaluator evaluator) { in StructuralEvaluator() argument
17 this.evaluator = evaluator; in StructuralEvaluator()
21 …// root + element: Boolean matches. ThreadLocal in case the Evaluator is compiled then reused acro…
35 matches = evaluator.matches(root, element); in memoMatches()
46 static class Root extends Evaluator {
66 public Has(Evaluator evaluator) { in Has() argument
67 super(evaluator); in Has()
[all …]
H A DQueryParser.java16 * Parses a CSS selector into an Evaluator tree.
24 private final List<Evaluator> evals = new ArrayList<>();
38 * Parse a CSS query into an Evaluator.
40 * @return Evaluator
43 public static Evaluator parse(String query) { in parse()
54 * @return Evaluator
56 Evaluator parse() { in parse()
89 Evaluator rootEval; // the new topmost evaluator in combinator()
90Evaluator currentEval; // the evaluator the new eval will be combined to. could be root, or rightm… in combinator()
91 Evaluator newEval = parse(subQuery); // the evaluator to add into target evaluator in combinator()
[all …]
H A DEvaluator.java27 public abstract class Evaluator { class
28 protected Evaluator() { in Evaluator() method in Evaluator
32 Provides a Predicate for this Evaluator, matching the test Element.
34 * @return a predicate that accepts an Element to test for matches with this Evaluator
42 * Test if the element meets the evaluator's requirements.
52 Reset any internal state in this Evaluator before executing a new Collector evaluation.
58 …A relative evaluator cost function. During evaluation, Evaluators are sorted by ascending cost as …
59 * @return the relative cost of this Evaluator
66 * Evaluator for tag name
68 public static final class Tag extends Evaluator {
[all …]
H A DCombiningEvaluator.java14 * Base combining (and, or) evaluator.
16 public abstract class CombiningEvaluator extends Evaluator {
17 … final ArrayList<Evaluator> evaluators; // maintain original order so that #toString() is sensible
18 final ArrayList<Evaluator> sortedEvaluators; // cost ascending order
28 CombiningEvaluator(Collection<Evaluator> evaluators) { in CombiningEvaluator()
35 for (Evaluator evaluator : evaluators) { in reset()
36 evaluator.reset(); in reset()
45 @Nullable Evaluator rightMostEvaluator() { in rightMostEvaluator()
49 void replaceRightMostEvaluator(Evaluator replacement) { in replaceRightMostEvaluator()
60 for (Evaluator evaluator : evaluators) { in updateEvaluators()
[all …]
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DRedux.h26 template<typename Func, typename Evaluator>
30 …typedef typename find_best_packet<typename Evaluator::Scalar,Evaluator::SizeAtCompileTime>::type P…
33 InnerMaxSize = int(Evaluator::IsRowMajor)
34 ? Evaluator::MaxColsAtCompileTime
35 : Evaluator::MaxRowsAtCompileTime,
36 OuterMaxSize = int(Evaluator::IsRowMajor)
37 ? Evaluator::MaxRowsAtCompileTime
38 : Evaluator::MaxColsAtCompileTime,
45 MightVectorize = (int(Evaluator::Flags)&ActualPacketAccessBit)
47 MayLinearVectorize = bool(MightVectorize) && (int(Evaluator::Flags)&LinearAccessBit),
[all …]
H A DCoreEvaluators.h20 // This class returns the evaluator kind from the expression storage kind.
27 // This class returns the evaluator shape from the expression storage kind.
40 // Therefore, we need specialization of evaluator providing additional template arguments for each …
67 // evaluator_traits<T> contains traits for evaluator<T>
72 // by default, get evaluator kind and shape from storage
77 // Default evaluator traits
90 struct evaluator : public unary_evaluator<T>
94 explicit evaluator(const T& xpr) : Base(xpr) {}
100 struct evaluator<const T>
101 : evaluator<T>
[all …]
H A DPartialReduxEvaluator.h42 template<typename Func, typename Evaluator>
46 …OuterSize = int(Evaluator::IsRowMajor) ? Evaluator::RowsAtCompileTime : Evaluator::ColsAtCompileTi…
48 : OuterSize * Evaluator::CoeffReadCost + (OuterSize-1) * functor_traits<Func>::Cost,
65 template<typename Func, typename Evaluator,
66 int Unrolling = packetwise_redux_traits<Func, Evaluator>::Unrolling
71 template<typename Func, typename Evaluator>
72 struct packetwise_redux_impl<Func, Evaluator, CompleteUnrolling>
74 typedef redux_novec_unroller<Func,Evaluator, 0, Evaluator::SizeAtCompileTime> Base;
75 typedef typename Evaluator::Scalar Scalar;
79 PacketType run(const Evaluator &eval, const Func& func, Index /*size*/)
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/detail/cpp03/preprocessed/
Dfunction_eval_40.hpp25 typename boost::result_of<evaluator(F, Context)>::type
28 …< typename boost::add_const< typename boost::result_of< boost::phoenix::evaluator( A0 , Context ) …
75 typename boost::result_of<evaluator(F, Context)>::type
78evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
125 typename boost::result_of<evaluator(F, Context)>::type
128evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
175 typename boost::result_of<evaluator(F, Context)>::type
178evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
225 typename boost::result_of<evaluator(F, Context)>::type
228evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
[all …]
Dfunction_eval_50.hpp25 typename boost::result_of<evaluator(F, Context)>::type
28 …< typename boost::add_const< typename boost::result_of< boost::phoenix::evaluator( A0 , Context ) …
75 typename boost::result_of<evaluator(F, Context)>::type
78evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
125 typename boost::result_of<evaluator(F, Context)>::type
128evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
175 typename boost::result_of<evaluator(F, Context)>::type
178evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
225 typename boost::result_of<evaluator(F, Context)>::type
228evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
[all …]
Dfunction_eval_30.hpp25 typename boost::result_of<evaluator(F, Context)>::type
28 …< typename boost::add_const< typename boost::result_of< boost::phoenix::evaluator( A0 , Context ) …
75 typename boost::result_of<evaluator(F, Context)>::type
78evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
125 typename boost::result_of<evaluator(F, Context)>::type
128evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
175 typename boost::result_of<evaluator(F, Context)>::type
178evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
225 typename boost::result_of<evaluator(F, Context)>::type
228evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
[all …]
Dfunction_eval_20.hpp25 typename boost::result_of<evaluator(F, Context)>::type
28 …< typename boost::add_const< typename boost::result_of< boost::phoenix::evaluator( A0 , Context ) …
75 typename boost::result_of<evaluator(F, Context)>::type
78evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
125 typename boost::result_of<evaluator(F, Context)>::type
128evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
175 typename boost::result_of<evaluator(F, Context)>::type
178evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
225 typename boost::result_of<evaluator(F, Context)>::type
228evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
[all …]
Dfunction_eval_10.hpp25 typename boost::result_of<evaluator(F, Context)>::type
28 …< typename boost::add_const< typename boost::result_of< boost::phoenix::evaluator( A0 , Context ) …
75 typename boost::result_of<evaluator(F, Context)>::type
78evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
125 typename boost::result_of<evaluator(F, Context)>::type
128evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
175 typename boost::result_of<evaluator(F, Context)>::type
178evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
225 typename boost::result_of<evaluator(F, Context)>::type
228evaluator( A0 , Context ) >::type >::type >::type a0; typedef typename boost::add_reference< typen…
[all …]
/aosp_15_r20/packages/apps/TV/src/com/android/tv/recommendation/
DRecommender.java88 public void registerEvaluator(Evaluator evaluator) { in registerEvaluator() argument
90 evaluator, EvaluatorWrapper.DEFAULT_BASE_SCORE, EvaluatorWrapper.DEFAULT_WEIGHT); in registerEvaluator()
94 * Register the evaluator used in recommendation.
96 * <p>The range of evaluated scores by this evaluator will be between {@code baseScore} and
99 * @param evaluator The evaluator to register inside this recommender.
100 * @param baseScore Base(Minimum) score of the score evaluated by {@code evaluator}.
101 * @param weight Weight value to rearrange the score evaluated by {@code evaluator}.
103 public void registerEvaluator(Evaluator evaluator, double baseScore, double weight) { in registerEvaluator() argument
104 mEvaluators.add(new EvaluatorWrapper(this, evaluator, baseScore, weight)); in registerEvaluator()
124 double maxScore = Evaluator.NOT_RECOMMENDED; in recommendChannels()
[all …]
/aosp_15_r20/cts/tests/tests/animation/src/android/animation/cts/
H A DEvaluatorTest.java40 * Tests for the various Evaluator classes in android.animation
66 FloatArrayEvaluator evaluator = new FloatArrayEvaluator(); in testFloatArrayEvaluator() local
67 floatArrayEvaluatorTestImpl(evaluator, null); in testFloatArrayEvaluator()
74 private void floatArrayEvaluatorTestImpl(FloatArrayEvaluator evaluator, float[] reusedArray) { in floatArrayEvaluatorTestImpl() argument
79 float[] result = evaluator.evaluate(0, start, end); in floatArrayEvaluatorTestImpl()
83 result = evaluator.evaluate(fraction, start, end); in floatArrayEvaluatorTestImpl()
87 result = evaluator.evaluate(1, start, end); in floatArrayEvaluatorTestImpl()
109 final ArgbEvaluator evaluator = new ArgbEvaluator(); in testArgbEvaluator() local
111 int result = (Integer) evaluator.evaluate(0, START, END); in testArgbEvaluator()
121 result = (Integer) evaluator.evaluate(.5f, START, END); in testArgbEvaluator()
[all …]
/aosp_15_r20/frameworks/base/tests/vcn/java/com/android/server/vcn/routeselection/
H A DUnderlyingNetworkEvaluatorTest.java94 final UnderlyingNetworkEvaluator evaluator = newUnderlyingNetworkEvaluator(); in newValidUnderlyingNetworkEvaluator() local
96 evaluator.setNetworkCapabilities( in newValidUnderlyingNetworkEvaluator()
102 evaluator.setLinkProperties( in newValidUnderlyingNetworkEvaluator()
108 evaluator.setIsBlocked( in newValidUnderlyingNetworkEvaluator()
115 return evaluator; in newValidUnderlyingNetworkEvaluator()
120 final UnderlyingNetworkEvaluator evaluator = newUnderlyingNetworkEvaluator(); in testInitializedEvaluator() local
122 assertFalse(evaluator.isValid()); in testInitializedEvaluator()
123 assertEquals(mNetwork, evaluator.getNetwork()); in testInitializedEvaluator()
124 assertEquals(PRIORITY_INVALID, evaluator.getPriorityClass()); in testInitializedEvaluator()
127 evaluator.getNetworkRecord(); in testInitializedEvaluator()
[all …]
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseCwiseBinaryOp.h33 // and fallback to cwise-unary evaluator using bind1st_op and bind2nd_op.
48 …|| ((internal::evaluator<Lhs>::Flags&RowMajorBit) == (internal::evaluator<Rhs>::Flags&RowMajorBit… in CwiseBinaryOpImpl()
64 typedef typename evaluator<Lhs>::InnerIterator LhsIterator;
65 typedef typename evaluator<Rhs>::InnerIterator RhsIterator;
129 …CoeffReadCost = int(evaluator<Lhs>::CoeffReadCost) + int(evaluator<Rhs>::CoeffReadCost) + int(func…
148 evaluator<Lhs> m_lhsImpl;
149 evaluator<Rhs> m_rhsImpl;
158 typedef typename evaluator<Rhs>::InnerIterator RhsIterator;
204 const evaluator<Lhs> &m_lhsEval;
214 …CoeffReadCost = int(evaluator<Lhs>::CoeffReadCost) + int(evaluator<Rhs>::CoeffReadCost) + int(func…
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_creation_utils_test.cc75 HloEvaluator evaluator; in TEST_F() local
78 evaluator.Evaluate(*module, {LiteralUtil::CreateR1<int32_t>({3, 4})})); in TEST_F()
94 HloEvaluator evaluator; in TEST_F() local
97 evaluator.Evaluate(*module, {LiteralUtil::CreateR3<int32_t>( in TEST_F()
117 HloEvaluator evaluator; in TEST_F() local
120 evaluator.Evaluate(*module, {LiteralUtil::CreateR1<int32_t>({9, 10})})); in TEST_F()
136 HloEvaluator evaluator; in TEST_F() local
139 evaluator.Evaluate(*module, {LiteralUtil::CreateR1<int32_t>({9, 10})})); in TEST_F()
155 HloEvaluator evaluator; in TEST_F() local
158 evaluator.Evaluate(*module, {LiteralUtil::CreateR0<int32_t>(9)})); in TEST_F()
[all …]
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/color/
H A DCctEvaluatorTest.java31 final CctEvaluator evaluator = new CctEvaluator(0, 5, new int[]{}, new int[]{}); in noEntriesInParallelArrays_setsEverythingToOne() local
32 assertThat(evaluator.mStepsAtOffsetCcts).isEqualTo(new int[]{1, 1, 1, 1, 1, 1}); in noEntriesInParallelArrays_setsEverythingToOne()
33 assertThat(evaluator.mSteppedCctsAtOffsetCcts).isEqualTo( in noEntriesInParallelArrays_setsEverythingToOne()
39 final CctEvaluator evaluator = new CctEvaluator(0, 5, new int[]{0}, new int[]{}); in unevenNumberOfEntriesInParallelArrays_setsEverythingToOne() local
40 assertThat(evaluator.mStepsAtOffsetCcts).isEqualTo(new int[]{1, 1, 1, 1, 1, 1}); in unevenNumberOfEntriesInParallelArrays_setsEverythingToOne()
41 assertThat(evaluator.mSteppedCctsAtOffsetCcts).isEqualTo( in unevenNumberOfEntriesInParallelArrays_setsEverythingToOne()
47 final CctEvaluator evaluator = new CctEvaluator(0, 5, new int[]{0}, new int[]{2}); in singleEntryInParallelArray_computesCorrectly() local
48 assertThat(evaluator.mStepsAtOffsetCcts).isEqualTo(new int[]{2, 2, 2, 2, 2, 2}); in singleEntryInParallelArray_computesCorrectly()
49 assertThat(evaluator.mSteppedCctsAtOffsetCcts).isEqualTo( in singleEntryInParallelArray_computesCorrectly()
55 final CctEvaluator evaluator = new CctEvaluator(3000, 3005, new int[]{3002}, in minimumIsBelowFirstRange_computesCorrectly() local
[all …]

12345678910>>...43