Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.cc91 void HeapTracker::RecordOperation(uint64_t sequence_number, in RecordOperation() function in perfetto::profiling::HeapTracker
/external/pdfium/xfa/fde/
Dcfde_texteditengine.h84 enum class RecordOperation { kInsertRecord, kSkipRecord, kSkipNotify }; enum
/external/tensorflow/tensorflow/c/eager/
Dtape.h406 void GradientTape<Gradient, BackwardFunction, TapeTensor>::RecordOperation( in RecordOperation() function
Dgradients.cc225 void Tape::RecordOperation(absl::Span<AbstractTensorHandle* const> inputs, in RecordOperation() function in tensorflow::gradients::Tape