Home
last modified time | relevance | path

Searched defs:bytesValue (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DElementHandle.cpp180 bool ElementHandle::getAsBytes(std::vector<uint8_t> &bytesValue, std::string & /*error*/) const in getAsBytes()
191 bool ElementHandle::setAsBytes(const std::vector<uint8_t> &bytesValue, std::string &error) in setAsBytes()
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DTensor.java407 public byte[] bytesValue() { in bytesValue() method in Tensor