/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | delegate_test.cc | 72 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()
|
D | kernel_test.cc | 125 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()
|
D | test_util.h | 69 std::vector<float> GetValues(int tensor_index) { in GetValues() function
|
/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()
|
D | ReferenceTypeImpl.java | 628 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()
|
D | ArrayReferenceImpl.java | 120 vals = cast(JDWP.ArrayReference.GetValues.process(vm, this, index, length).values); in getValues()
|
/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::__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/ |
D | propagator_test.cpp | 57 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/ |
D | convert_nodes.cc | 481 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 …]
|
D | convert_nodes_test.cc | 190 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()
|
D | convert_nodes.h | 188 void* GetValues() const { in GetValues() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scale_and_translate_op.cc | 250 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/ |
D | Program.cs | 49 foreach (var enumValue in Enum.GetValues(typeof(MicrobenchmarkType))) in Main()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 710 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/ |
D | struct.pb.go | 290 func (m *ListValue) GetValues() []*Value { func
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeParser.h | 303 const RecordVector &GetValues() const { in GetValues() function
|
/external/oj-libjdwp/make/data/jdwp/ |
D | jdwp.spec | 1517 (Command GetValues=2 2182 (Command GetValues=2 2521 (Command GetValues=1
|