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

  /external/tensorflow/tensorflow/core/lib/db/
sqlite.h 254 void BindBlob(int parameter, const StringPiece& blob) {
260 void BindBlob(const char* parameter, const StringPiece& blob) {
261 BindBlob(GetParameterIndex(parameter), blob);
sqlite_test.cc 95 stmt.BindBlob(1, s);
113 stmt.BindBlob(1, s);
139 stmt.BindBlob(1, s);

Completed in 76 milliseconds