Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dtape.h34 struct OpTapeEntry { struct
54 using OpTape = gtl::FlatMap<int64, OpTapeEntry<BackwardFunction, TapeTensor>>; argument