Home
last modified time | relevance | path

Searched refs:kTFDataResourceTag (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc597 tensorflow::ResourceTagger tag(kTFDataResourceTag, in DoCompute()
609 tensorflow::ResourceTagger tag(kTFDataResourceTag, in DoCompute()
630 tensorflow::ResourceTagger tag(kTFDataResourceTag, in DoCompute()
694 tensorflow::ResourceTagger tag(kTFDataResourceTag, in DoCompute()
809 tensorflow::ResourceTagger tag(kTFDataResourceTag, in ComputeAsync()
984 tensorflow::ResourceTagger tag(kTFDataResourceTag, in DoCompute()
1013 tensorflow::ResourceTagger tag(kTFDataResourceTag, in DoCompute()
1130 tensorflow::ResourceTagger tag(kTFDataResourceTag, in Compute()
1155 tensorflow::ResourceTagger tag(kTFDataResourceTag, in Compute()
Dunbounded_thread_pool.cc74 tensorflow::ResourceTagger tag(kTFDataResourceTag, "ThreadPool"); in Schedule()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dto_tf_record_op.cc60 tensorflow::ResourceTagger tag(kTFDataResourceTag, in DoCompute()
/external/tensorflow/tensorflow/core/framework/
Ddataset.cc727 tensorflow::ResourceTagger tag(kTFDataResourceTag, "Background"); in WorkerLoop()
764 tensorflow::ResourceTagger tag(kTFDataResourceTag, "Runner"); in Run()
Ddataset.h73 constexpr char kTFDataResourceTag[] = "tfdata"; variable