LMDBDataset

מחלקה סופית ציבורית LMDBDataset

Creates a dataset that emits the key-value pairs in one or more LMDB files.

The Lightning Memory-Mapped Database Manager, or LMDB, is an embedded binary key-value database. This dataset can read the contents of LMDB database files, the names of which generally have the `.mdb` suffix.

כל רכיב פלט מורכב מזוג מפתח-ערך המיוצג כזוג של מחרוזות סקלריות `Tensor`, כאשר `Tensor` הראשון מכיל את המפתח וה`Tensor` השני מכיל את הערך.

LMDB uses different file formats on big- and little-endian machines. `data.LMDBDataset` can only read files in the format of the host machine.

קבועים

חוּט OP_NAME השם של המבצע הזה, כפי שידוע על ידי מנוע הליבה של TensorFlow

שיטות ציבוריות

פלט < TType >
asOutput ()
מחזירה את הידית הסמלית של הטנזור.
סטטי LMDBDataset
create ( Scope scope, Operand < TString > filenames, List<Class<? extends TType >> outputTypes, List< Shape > outputShapes)
Factory method to create a class wrapping a new LMDBDataset operation.
פלט <?>

שיטות בירושה

קבועים

מחרוזת סופית סטטית ציבורית OP_NAME

השם של המבצע הזה, כפי שידוע על ידי מנוע הליבה של TensorFlow

ערך קבוע: "LMDBDataset"

שיטות ציבוריות

פלט ציבורי < TType > asOutput ()

מחזירה את הידית הסמלית של הטנזור.

כניסות לפעולות TensorFlow הן יציאות של פעולת TensorFlow אחרת. שיטה זו משמשת להשגת ידית סמלית המייצגת את חישוב הקלט.

יצירת LMDBDataset ציבורית סטטית ( scope scope, Operand < TSstring > filenames, List<Class<? מרחיב את TType >> outputTypes, List< Shape > outputShapes)

Factory method to create a class wrapping a new LMDBDataset operation.

פרמטרים
תְחוּם ההיקף הנוכחי
שמות קבצים A scalar or a vector containing the name(s) of the binary file(s) to be read.
החזרות
  • מופע חדש של LMDBDataset

ידית פלט ציבורית <?> ()