HomeSort by relevance Sort by last modified time
    Searched refs:GetValues (Results 1 - 12 of 12) sorted by null

  /system/extras/libperfmgr/include/perfmgr/
Node.h 68 std::vector<std::string> GetValues() const;
  /system/extras/libperfmgr/tests/
HintManagerTest.cc 230 EXPECT_EQ("1512000", nodes[0]->GetValues()[0]);
231 EXPECT_EQ("1134000", nodes[0]->GetValues()[1]);
232 EXPECT_EQ("384000", nodes[0]->GetValues()[2]);
233 EXPECT_EQ("1512000", nodes[1]->GetValues()[0]);
234 EXPECT_EQ("1134000", nodes[1]->GetValues()[1]);
235 EXPECT_EQ("384000", nodes[1]->GetValues()[2]);
NodeTest.cc 84 // Test GetValues
88 std::vector values = t.GetValues();
102 EXPECT_EQ(0u, t.GetValues().size());
  /external/tensorflow/tensorflow/contrib/tensorrt/convert/
convert_nodes.cc 144 return nvinfer1::Weights{trt_type, GetValues(), GetShapeSize(shape_)};
147 const void* GetValues() const { return values_; }
302 Reorder4({k, c, r, s}, static_cast<float const*>(iweights.GetValues()),
304 static_cast<float*>(const_cast<void*>(oweights->GetValues())),
543 auto inp = static_cast<float const*>(iweights.GetValues());
544 auto oup = static_cast<float*>(const_cast<void*>(oweights->GetValues()));
567 auto inp_l = static_cast<const float*>(iweights_l.GetValues());
568 auto inp_r = static_cast<const float*>(iweights_r.GetValues());
569 auto oup = static_cast<float*>(const_cast<void*>(oweights->GetValues()));
    [all...]
  /system/extras/libperfmgr/
Node.cc 143 std::vector<std::string> Node::GetValues() const {
  /system/extras/libperfmgr/tools/
ConfigVerifier.cc 48 std::vector<std::string> values = node->GetValues();
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeParser.h 303 const RecordVector &GetValues() const {
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 710 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues();
720 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues();
731 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues();
777 for (const uint64_t Val : Record.GetValues()) {
802 StrBuf << ". Found: " << Record.GetValues().size();
866 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues();
    [all...]
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec 704 (Command GetValues=6
    [all...]
  /external/golang-protobuf/ptypes/struct/
struct.pb.go 335 func (m *ListValue) GetValues() []*Value {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 293 milliseconds