Home
last modified time | relevance | path

Searched refs:RecordElement (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Ddataset.h721 if (s.ok() && !*end_of_sequence) RecordElement(ctx); in GetNext()
776 void RecordElement(IteratorContext* ctx) { in RecordElement() function
Dmodel.h393 void RecordElement(const string& name) LOCKS_EXCLUDED(mu_);
Dmodel.cc466 void Model::RecordElement(const string& name) { in RecordElement() function in tensorflow::data::model::Model