Home
last modified time | relevance | path

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

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