Home
last modified time | relevance | path

Searched refs:GetValues (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtopk_v2_test.cc62 std::vector<InputType> GetValues() { in GetValues() function in tflite::__anon437cd5e30111::TopKV2OpModel
80 EXPECT_THAT(m.GetValues(), in TEST_P()
90 EXPECT_THAT(m.GetValues(), in TEST_P()
99 EXPECT_THAT(m.GetValues(), in TEST_P()
109 EXPECT_THAT(m.GetValues(), ElementsAreArray(ArrayFloatNear({0.8, 0.2}))); in TEST_P()
118 EXPECT_THAT(m.GetValues(), ElementsAreArray({3, 2, 10251, 10250})); in TEST_P()
130 EXPECT_THAT(m.GetValues(), ElementsAreArray({3, 2, 251, 250})); in TEST_P()
137 EXPECT_THAT(m.GetValues(), ElementsAreArray({3, 2, 125, -24})); in TEST_P()
145 EXPECT_THAT(m.GetValues(), ElementsAreArray({3, 2, -1, -2})); in TEST_P()
H A Dexpand_dims_test.cc62 std::vector<InputType> GetValues() { in GetValues() function in tflite::__anonad5ed52a0111::ExpandDimsOpModel
92 EXPECT_THAT(axis_0.GetValues(), ElementsAreArray(values)); in TYPED_TEST()
97 EXPECT_THAT(axis_1.GetValues(), ElementsAreArray(values)); in TYPED_TEST()
102 EXPECT_THAT(axis_2.GetValues(), ElementsAreArray(values)); in TYPED_TEST()
113 EXPECT_THAT(m.GetValues(), ElementsAreArray(values)); in TYPED_TEST()
124 EXPECT_THAT(m.GetValues(), ElementsAreArray(values)); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Ddelegate_test.cc82 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
143 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
166 ASSERT_THAT(GetValues(9), ElementsAre(10.0f)); in TEST_F()
184 ASSERT_THAT(GetValues(2), ElementsAre(1.1f, 4.4f, 9.9f, 17.6f)); in TEST_F()
202 ASSERT_THAT(GetValues(2), ElementsAre(1.1f, 4.4f, 9.9f, 17.6f)); in TEST_F()
212 ASSERT_THAT(GetValues(2), ElementsAre(17.6f, 9.9f, 4.4f, 1.1f)); in TEST_F()
253 EXPECT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
261 EXPECT_THAT(GetValues(9), ElementsAre(10.0f)); in TEST_F()
286 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
311 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
[all …]
H A Dkernel_test.cc98 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
109 ASSERT_THAT(GetValues(8), ElementsAre(24.0f, 32.0f, 48.0f)); in TEST_F()
271 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
313 ASSERT_THAT(GetValues(17), ElementsAre(16.0f)); in TEST_F()
329 ASSERT_THAT(GetValues(17), ElementsAre(18.0f)); in TEST_F()
383 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F()
418 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F()
452 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F()
/aosp_15_r20/external/deqp-deps/amber/src/amberscript/
Dparser_expect_test.cc658 ASSERT_EQ(1U, probe->GetValues().size()); in TEST_F()
659 EXPECT_EQ(11, probe->GetValues()[0].AsInt32()); in TEST_F()
686 ASSERT_EQ(2U, probe->GetValues().size()); in TEST_F()
687 EXPECT_EQ(2.3f, probe->GetValues()[0].AsFloat()); in TEST_F()
688 EXPECT_EQ(44, probe->GetValues()[1].AsInt32()); in TEST_F()
695 ASSERT_EQ(2U, probe->GetValues().size()); in TEST_F()
696 EXPECT_EQ(2.3f, probe->GetValues()[0].AsFloat()); in TEST_F()
697 EXPECT_EQ(44, probe->GetValues()[1].AsInt32()); in TEST_F()
876 ASSERT_EQ(1U, probe->GetValues().size()); in TEST_F()
877 EXPECT_EQ(11, probe->GetValues()[0].AsInt32()); in TEST_F()
[all …]
Dparser_buffer_test.cc77 const auto* data = buffer->GetValues<uint32_t>(); in TEST_F()
110 const auto* data = buffer->GetValues<uint32_t>(); in TEST_F()
143 const auto* data = buffer->GetValues<float>(); in TEST_F()
176 const auto* data = buffer->GetValues<float>(); in TEST_F()
208 const auto* data = buffer->GetValues<uint32_t>(); in TEST_F()
242 const auto* data = buffer->GetValues<uint32_t>(); in TEST_F()
274 const auto* data = buffer->GetValues<uint32_t>(); in TEST_F()
303 const auto* data = buffer->GetValues<uint32_t>(); in TEST_F()
332 const auto* data = buffer->GetValues<float>(); in TEST_F()
361 const auto* data = buffer->GetValues<uint8_t>(); in TEST_F()
[all …]
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DStackFrameImpl.java209 JDWP.StackFrame.GetValues.SlotInfo[] slots = in getValues()
210 new JDWP.StackFrame.GetValues.SlotInfo[count]; in getValues()
218 slots[i] = new JDWP.StackFrame.GetValues.SlotInfo(variable.slot(), in getValues()
227 ps = JDWP.StackFrame.GetValues.enqueueCommand(vm, thread, id, slots); in getValues()
233 values = JDWP.StackFrame.GetValues.waitForReply(vm, ps).values; in getValues()
323 JDWP.StackFrame.GetValues.SlotInfo[] slots = in getArgumentValues()
324 new JDWP.StackFrame.GetValues.SlotInfo[count]; in getArgumentValues()
334 slots[ii] = new JDWP.StackFrame.GetValues.SlotInfo(slot++,(byte)sigChar); in getArgumentValues()
345 ps = JDWP.StackFrame.GetValues.enqueueCommand(vm, thread, id, slots); in getArgumentValues()
350 values = JDWP.StackFrame.GetValues.waitForReply(vm, ps).values; in getArgumentValues()
H A DObjectReferenceImpl.java202 JDWP.ObjectReference.GetValues.Field[] queryFields = in getValues()
203 new JDWP.ObjectReference.GetValues.Field[size]; in getValues()
206 queryFields[i] = new JDWP.ObjectReference.GetValues.Field( in getValues()
211 values = JDWP.ObjectReference.GetValues. in getValues()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
H A Dragged_range_tflite_test.cc67 std::vector<T> GetValues() const { return ExtractVector<T>(output_values_); } in GetValues() function in tflite::__anonea89ad870111::RaggedRangeOpModel
96 EXPECT_THAT(model.GetValues(), testing::UnorderedElementsAreArray( in TEST()
108 EXPECT_THAT(model.GetValues(), testing::UnorderedElementsAreArray( in TEST()
120 EXPECT_THAT(model.GetValues(), testing::UnorderedElementsAreArray( in TEST()
132 EXPECT_THAT(model.GetValues(), in TEST()
150 EXPECT_THAT(model.GetValues(), in TEST()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/fuzzing/
H A Drandom.pass.cpp27 std::vector<IntT> GetValues(const std::uint8_t *data, std::size_t size) { in GetValues() function
54 auto Input = GetValues<ResultT>(data, size); in DispatchAndCreate()
70 auto Input = GetValues<double>(data, size); in DispatchAndCreate()
100 auto vals = GetValues<double>(data, size); in Create()
116 auto vals = GetValues<double>(data, size); in Create()
132 auto vals = GetValues<ResultT>(data, size); in Create()
148 auto vals = GetValues<double>(data, size); in Create()
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc521 EXPECT_EQ("1512000", nodes[0]->GetValues()[0]); in TEST_F()
522 EXPECT_EQ("1134000", nodes[0]->GetValues()[1]); in TEST_F()
523 EXPECT_EQ("384000", nodes[0]->GetValues()[2]); in TEST_F()
524 EXPECT_EQ("1512000", nodes[1]->GetValues()[0]); in TEST_F()
525 EXPECT_EQ("1134000", nodes[1]->GetValues()[1]); in TEST_F()
526 EXPECT_EQ("384000", nodes[1]->GetValues()[2]); in TEST_F()
536 EXPECT_EQ("HIGH", nodes[2]->GetValues()[0]); in TEST_F()
537 EXPECT_EQ("LOW", nodes[2]->GetValues()[1]); in TEST_F()
538 EXPECT_EQ("NONE", nodes[2]->GetValues()[2]); in TEST_F()
607 EXPECT_EQ("1512000", nodes[0]->GetValues()[0]); in TEST_F()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpropagator_test.cpp56 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anon88eb9b940111::PropagatorTest
123 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F()
213 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dpropagator_test.cpp56 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anoneba8560e0111::PropagatorTest
123 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F()
213 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dpropagator_test.cpp56 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anon69406e9a0111::PropagatorTest
123 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F()
213 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/
Dparser_test.cc262 const auto* data = bufs[1]->GetValues<uint32_t>(); in TEST_F()
285 const auto* data = bufs[1]->GetValues<uint32_t>(); in TEST_F()
442 const auto* values_0 = bufs[1]->GetValues<float>(); in TEST_F()
448 const auto* values_1 = bufs[2]->GetValues<uint8_t>(); in TEST_F()
497 const auto* values_0 = bufs[1]->GetValues<uint32_t>(); in TEST_F()
/aosp_15_r20/external/cronet/components/prefs/
H A Doverlay_user_pref_store.cc91 base::Value::Dict OverlayUserPrefStore::GetValues() const { in GetValues() function in OverlayUserPrefStore
92 auto values = ephemeral_user_pref_store_->GetValues(); in GetValues()
93 auto persistent_values = persistent_user_pref_store_->GetValues(); in GetValues()
H A Dsegregated_pref_store.cc95 base::Value::Dict SegregatedPrefStore::GetValues() const { in GetValues() function in SegregatedPrefStore
96 base::Value::Dict values = default_pref_store_->GetValues(); in GetValues()
98 selected_pref_store_->GetValues(); in GetValues()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
H A Dmlir_hlo_builder.cc220 loc_, ty, GetValues(operands), attributes); in CustomCallInternal()
232 loc_, GetValues(all_operands.first(num_args)), in ReduceInternal()
233 GetValues(all_operands.subspan(num_args)), in ReduceInternal()
324 loc_, sort_types, GetValues(operands), in SortInternal()
636 auto mlir_operands = GetValues(operands); in ConcatInDimInternal()
669 loc_, result_ty, GetValue(operand), GetValues(start_indices), in DynamicSliceInternal()
681 GetValues(start_indices))); in DynamicUpdateSliceInternal()
/aosp_15_r20/external/tink/go/jwt/
H A Djwk_converter.go94 if list.ListValue == nil || len(list.ListValue.GetValues()) == 0 {
127 if len(keyOPSList.GetValues()) != 1 {
130 value, ok := keyOPSList.GetValues()[0].Kind.(*spb.Value_StringValue)
401 for _, keyStruct := range keyList.GetValues() {
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dscale_and_translate_op.cc252 void GetValues(OpKernelContext* context, int input_index, float* v_1, in GetValues() function
319 GetValues(context, 2, &row_scale, &col_scale); in Compute()
323 GetValues(context, 3, &row_translation, &col_translation); in Compute()
430 GetValues(context, 2, &row_scale, &col_scale); in Compute()
434 GetValues(context, 3, &row_translation, &col_translation); in Compute()
/aosp_15_r20/external/deqp-deps/amber/src/
Dbuffer.cc125 auto* buf_1_ptr = GetValues<uint8_t>(); in CalculateDiffs()
126 auto* buf_2_ptr = buffer->GetValues<uint8_t>(); in CalculateDiffs()
185 auto* buf_ptr = GetValues<uint8_t>(); in GetHistogramForChannel()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp710 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in isValidRecordSize()
720 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in isValidRecordSizeAtLeast()
731 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in isValidRecordSizeAtMost()
777 for (const uint64_t Val : Record.GetValues()) { in ErrorAt()
802 StrBuf << ". Found: " << Record.GetValues().size(); in reportRecordSizeError()
866 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in ProcessRecord()
1145 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in ProcessRecord()
1288 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in convertToString()
1319 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in ProcessRecord()
2168 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues(); in ProcessRecord()
[all …]
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc267 if (cmd->GetValues().empty()) { in CreatePipeline()
270 cmd->GetBuffer()->SetDataWithOffset(cmd->GetValues(), cmd->GetOffset()); in CreatePipeline()
667 if (cmd->GetValues().empty()) { in DoBuffer()
670 cmd->GetBuffer()->SetDataWithOffset(cmd->GetValues(), cmd->GetOffset()); in DoBuffer()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DUniqueCStringMap.h124 size_t GetValues(ConstString unique_cstr, std::vector<T> &values) const { in GetValues() function
134 size_t GetValues(const RegularExpression &regex, in GetValues() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DUniqueCStringMap.h124 size_t GetValues(ConstString unique_cstr, std::vector<T> &values) const { in GetValues() function
134 size_t GetValues(const RegularExpression &regex, in GetValues() function

1234