Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/kernels/
Dtopk_v2_test.cc64 std::vector<InputType> GetValues() { in GetValues() function in tflite::__anonc19024f40111::TopKV2OpModel
82 EXPECT_THAT(m.GetValues(), in TEST_P()
92 EXPECT_THAT(m.GetValues(), in TEST_P()
101 EXPECT_THAT(m.GetValues(), in TEST_P()
111 EXPECT_THAT(m.GetValues(), ElementsAreArray(ArrayFloatNear({0.8, 0.2}))); in TEST_P()
120 EXPECT_THAT(m.GetValues(), ElementsAreArray({3, 2, 10251, 10250})); in TEST_P()
132 EXPECT_THAT(m.GetValues(), ElementsAreArray({3, 2, 251, 250})); in TEST_P()
139 EXPECT_THAT(m.GetValues(), ElementsAreArray({3, 2, 125, -24})); in TEST_P()
147 EXPECT_THAT(m.GetValues(), ElementsAreArray({3, 2, -1, -2})); in TEST_P()
Dexpand_dims_test.cc62 std::vector<InputType> GetValues() { in GetValues() function in tflite::__anon93b544bb0111::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/
Ddelegate_test.cc75 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
136 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
159 ASSERT_THAT(GetValues(9), ElementsAre(10.0f)); in TEST_F()
177 ASSERT_THAT(GetValues(2), ElementsAre(1.1f, 4.4f, 9.9f, 17.6f)); in TEST_F()
195 ASSERT_THAT(GetValues(2), ElementsAre(1.1f, 4.4f, 9.9f, 17.6f)); in TEST_F()
205 ASSERT_THAT(GetValues(2), ElementsAre(17.6f, 9.9f, 4.4f, 1.1f)); in TEST_F()
246 EXPECT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
254 EXPECT_THAT(GetValues(9), ElementsAre(10.0f)); in TEST_F()
279 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
304 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
[all …]
Dkernel_test.cc81 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
92 ASSERT_THAT(GetValues(8), ElementsAre(24.0f, 32.0f, 48.0f)); in TEST_F()
170 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
212 ASSERT_THAT(GetValues(17), ElementsAre(16.0f)); in TEST_F()
228 ASSERT_THAT(GetValues(17), ElementsAre(18.0f)); in TEST_F()
282 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F()
317 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F()
351 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F()
Dtest_util.h71 std::vector<float> GetValues(int tensor_index) { in GetValues() function
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_range_tflite_test.cc67 std::vector<T> GetValues() const { return ExtractVector<T>(output_values_); } in GetValues() function in tflite::__anon7bee03b80111::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/
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()
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()
/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 …]
/external/llvm-project/libcxx/test/libcxx/fuzzing/
Drandom.pass.cpp23 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/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dpropagator_test.cpp57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anone86eb9f80111::PropagatorTest
124 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F()
214 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpropagator_test.cpp57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anone753bdab0111::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/
Dpropagator_test.cpp57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anon8edb74650111::PropagatorTest
124 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F()
214 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
/external/llvm-project/lldb/unittests/Core/
DUniqueCStringMapTest.cpp47 EXPECT_THAT(Map.GetValues(Foo, Values), 1); in TEST()
51 EXPECT_THAT(Map.GetValues(Bar, Values), 0); in TEST()
/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()
/external/llvm-project/lldb/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
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc149 loc_, ty, GetValues(operands), builder_.getStringAttr(call_target_name), in CustomCallInternal()
163 loc_, GetValues(all_operands.first(num_args)), in ReduceInternal()
164 GetValues(all_operands.subspan(num_args)), in ReduceInternal()
252 loc_, sort_types, GetValues(operands), in SortInternal()
492 auto mlir_operands = GetValues(operands); in ConcatInDimInternal()
524 loc_, result_ty, GetValue(operand), GetValues(start_indices), in DynamicSliceInternal()
536 GetValues(start_indices))); in DynamicUpdateSliceInternal()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc706 return nvinfer1::Weights{type_, GetValues(), count()}; in GetTrtWeights()
758 ", values=", reinterpret_cast<uintptr_t>(GetValues()), ")"); in DebugString()
970 Reorder2({k, c}, static_cast<float const*>(iweights.GetValues()), in ReorderCKtoKC()
971 istrides, static_cast<float*>(oweights->GetValues()), ostrides); in ReorderCKtoKC()
975 Reorder2({k, c}, static_cast<Eigen::half const*>(iweights.GetValues()), in ReorderCKtoKC()
976 istrides, static_cast<Eigen::half*>(oweights->GetValues()), in ReorderCKtoKC()
1009 Reorder4({k, c, r, s}, static_cast<float const*>(iweights.GetValues()), in ReorderRSCKToKCRS()
1010 istrides, static_cast<float*>(oweights->GetValues()), ostrides); in ReorderRSCKToKCRS()
1015 static_cast<Eigen::half const*>(iweights.GetValues()), istrides, in ReorderRSCKToKCRS()
1016 static_cast<Eigen::half*>(oweights->GetValues()), ostrides); in ReorderRSCKToKCRS()
[all …]
/external/tensorflow/tensorflow/core/kernels/image/
Dscale_and_translate_op.cc251 void GetValues(OpKernelContext* context, int input_index, float* v_1, in GetValues() function
318 GetValues(context, 2, &row_scale, &col_scale); in Compute()
322 GetValues(context, 3, &row_translation, &col_translation); in Compute()
429 GetValues(context, 2, &row_scale, &col_scale); in Compute()
433 GetValues(context, 3, &row_translation, &col_translation); in Compute()
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DProgram.cs49 foreach (var enumValue in Enum.GetValues(typeof(MicrobenchmarkType))) in Main()
/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()
/external/deqp-deps/amber/src/vulkan/
Dvertex_buffer.cc92 buf->GetValues<void>(), bytes); in SendVertexData()
Dengine_vulkan.cc260 if (cmd->GetValues().empty()) { in CreatePipeline()
263 cmd->GetBuffer()->SetDataWithOffset(cmd->GetValues(), cmd->GetOffset()); in CreatePipeline()
660 if (cmd->GetValues().empty()) { in DoBuffer()
663 cmd->GetBuffer()->SetDataWithOffset(cmd->GetValues(), cmd->GetOffset()); in DoBuffer()
/external/openscreen/discovery/dnssd/impl/
Dquerier_impl.cc82 std::vector<DnsSdInstanceEndpoint> GetValues( in GetValues() function
387 GetValues(std::move(old_endpoints_or_errors)); in OnRecordChanged()
389 GetValues(std::move(new_endpoints_or_errors)); in OnRecordChanged()

12