Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate_test.cc72 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
133 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
156 ASSERT_THAT(GetValues(9), ElementsAre(10.0f)); in TEST_F()
174 ASSERT_THAT(GetValues(2), ElementsAre(1.1f, 4.4f, 9.9f, 17.6f)); in TEST_F()
192 ASSERT_THAT(GetValues(2), ElementsAre(1.1f, 4.4f, 9.9f, 17.6f)); in TEST_F()
202 ASSERT_THAT(GetValues(2), ElementsAre(17.6f, 9.9f, 4.4f, 1.1f)); in TEST_F()
243 EXPECT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
251 EXPECT_THAT(GetValues(9), ElementsAre(10.0f)); in TEST_F()
276 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
301 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
Dkernel_test.cc125 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
136 ASSERT_THAT(GetValues(8), ElementsAre(24.0f, 32.0f, 48.0f)); in TEST_F()
222 ASSERT_THAT(GetValues(8), ElementsAre(14.52f, 38.72f)); in TEST_F()
271 ASSERT_THAT(GetValues(17), ElementsAre(16.0f)); in TEST_F()
287 ASSERT_THAT(GetValues(17), ElementsAre(18.0f)); in TEST_F()
342 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F()
377 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F()
411 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F()
Dtest_util.h69 std::vector<float> GetValues(int tensor_index) { in GetValues() function
/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()
DReferenceTypeImpl.java628 JDWP.ReferenceType.GetValues.Field[] queryFields = in getValues()
629 new JDWP.ReferenceType.GetValues.Field[size]; in getValues()
641 queryFields[i] = new JDWP.ReferenceType.GetValues.Field( in getValues()
649 values = JDWP.ReferenceType.GetValues. in getValues()
DArrayReferenceImpl.java120 vals = cast(JDWP.ArrayReference.GetValues.process(vm, this, index, length).values); in getValues()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpropagator_test.cpp57 const std::vector<uint32_t>& GetValues() { in GetValues() function in spvtools::opt::__anon6c6435070111::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::__anon01e52acd0111::PropagatorTest
124 EXPECT_THAT(GetValues(), UnorderedElementsAre(4, 3, 1)); in TEST_F()
214 EXPECT_THAT(GetValues(), UnorderedElementsAre(4u, 4u, 4u)); in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc481 void* raw_ptr = const_cast<void*>(weights.GetValues()); in CreateBroadcastableScalarConstant()
627 return nvinfer1::Weights{trt_type, GetValues(), count()}; in GetTrtWeights()
637 ", values=", reinterpret_cast<uintptr_t>(GetValues()), ")"); in DebugString()
807 Reorder2({k, c}, static_cast<float const*>(iweights.GetValues()), in ReorderCKtoKC()
810 static_cast<float*>(const_cast<void*>(oweights->GetValues())), in ReorderCKtoKC()
816 {k, c}, static_cast<Eigen::half const*>(iweights.GetValues()), in ReorderCKtoKC()
818 static_cast<Eigen::half*>(const_cast<void*>(oweights->GetValues())), in ReorderCKtoKC()
851 Reorder4({k, c, r, s}, static_cast<float const*>(iweights.GetValues()), in ReorderRSCKToKCRS()
853 static_cast<float*>(const_cast<void*>(oweights->GetValues())), in ReorderRSCKToKCRS()
859 {k, c, r, s}, static_cast<Eigen::half const*>(iweights.GetValues()), in ReorderRSCKToKCRS()
[all …]
Dconvert_nodes_test.cc190 lhs.GetValues() == rhs.GetValues(); in TrtShapedWeightsEquals()
199 const T* actual_values = static_cast<const T*>(weights.GetValues()); in ValidateWeights()
279 EXPECT_EQ(nullptr, ptr->GetValues()); in TEST()
294 EXPECT_EQ(nullptr, ptr->GetValues()); in TEST()
311 EXPECT_EQ(trt_weights.values, ptr->GetValues()); in TEST()
316 EXPECT_EQ(weights.GetValues(), copy.GetValues()); in TEST()
807 memcpy(const_cast<void*>(weights.GetValues()), values.data(), in TestGetWeightRange()
1227 memcpy(const_cast<void*>(weights.GetValues()), values.data(), in AddTestWeights()
Dconvert_nodes.h188 void* GetValues() const { in GetValues() function
/external/tensorflow/tensorflow/core/kernels/
Dscale_and_translate_op.cc250 void GetValues(OpKernelContext* context, int input_index, float* v_1, in GetValues() function
317 GetValues(context, 2, &row_scale, &col_scale); in Compute()
321 GetValues(context, 3, &row_translation, &col_translation); in Compute()
428 GetValues(context, 2, &row_scale, &col_scale); in Compute()
432 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/swiftshader/third_party/subzero/src/
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 …]
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go290 func (m *ListValue) GetValues() []*Value { func
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h303 const RecordVector &GetValues() const { in GetValues() function
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec1517 (Command GetValues=2
2182 (Command GetValues=2
2521 (Command GetValues=1