/external/tensorflow/tensorflow/lite/kernels/ |
D | topk_v2_test.cc | 62 std::vector<InputType> GetValues() { in GetValues() function in tflite::__anona6feb7d20111::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()
|
D | expand_dims_test.cc | 62 std::vector<InputType> GetValues() { in GetValues() function in tflite::__anone1ce16990111::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()
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | delegate_test.cc | 82 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 …]
|
D | kernel_test.cc | 98 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()
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/ |
D | ragged_range_tflite_test.cc | 67 std::vector<T> GetValues() const { return ExtractVector<T>(output_values_); } in GetValues() function in tflite::__anon6d25a8560111::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()
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | StackFrameImpl.java | 209 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()
|
D | ObjectReferenceImpl.java | 202 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()
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_expect_test.cc | 658 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 …]
|
D | parser_buffer_test.cc | 77 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 …]
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/fuzzing/ |
D | random.pass.cpp | 23 std::vector<IntT> GetValues(const std::uint8_t *data, std::size_t size) { in GetValues() function 50 auto Input = GetValues<ResultT>(data, size); in DispatchAndCreate() 66 auto Input = GetValues<double>(data, size); in DispatchAndCreate() 96 auto vals = GetValues<double>(data, size); in Create() 112 auto vals = GetValues<double>(data, size); in Create() 128 auto vals = GetValues<ResultT>(data, size); in Create() 144 auto vals = GetValues<double>(data, size); in Create()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | propagator_test.cpp | 57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anonccc250890111::PropagatorTest 124 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F() 214 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | propagator_test.cpp | 57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anonb152b3c30111::PropagatorTest 124 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F() 214 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | propagator_test.cpp | 56 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anon944b46d60111::PropagatorTest 123 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F() 213 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
|
/external/cronet/components/prefs/ |
D | overlay_user_pref_store.cc | 91 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()
|
D | segregated_pref_store.cc | 95 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()
|
D | pref_store.h | 57 virtual base::Value::Dict GetValues() const = 0;
|
D | default_pref_store.h | 31 base::Value::Dict GetValues() const override;
|
D | overlay_user_pref_store_unittest.cc | 213 TEST_F(OverlayUserPrefStoreTest, GetValues) { in TEST_F() argument 225 auto values = overlay_->GetValues(); in TEST_F()
|
D | value_map_pref_store.h | 32 base::Value::Dict GetValues() const override;
|
D | default_pref_store.cc | 23 base::Value::Dict DefaultPrefStore::GetValues() const { in GetValues() function in DefaultPrefStore
|
/external/deqp-deps/amber/src/vkscript/ |
D | parser_test.cc | 262 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()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
D | mlir_hlo_builder.cc | 220 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()
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | scale_and_translate_op.cc | 252 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()
|
/external/deqp-deps/amber/src/ |
D | buffer.cc | 125 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()
|
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/ |
D | Program.cs | 49 foreach (var enumValue in Enum.GetValues(typeof(MicrobenchmarkType))) in Main()
|