Home
last modified time | relevance | path

Searched refs:resource_mgr_ (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer.h70 std::unique_ptr<ResourceMgr> resource_mgr_; variable
Dconstant_folding.h247 std::unique_ptr<ResourceMgr> resource_mgr_; variable
Dloop_optimizer.cc707 resource_mgr_.reset(new ResourceMgr()); in LoopOptimizer()
758 cpu_device_, resource_mgr_.get(), in RemoveDeadBranches()
Dconstant_folding.cc230 resource_mgr_.reset(new ResourceMgr()); in ConstantFolding()
1159 resource_mgr_.get(), output); in EvaluateNode()
/external/tensorflow/tensorflow/core/kernels/data/
Dmulti_device_iterator_ops.cc100 params.resource_mgr = &resource_mgr_; in GetNextFromShard()
128 ResourceMgr* resource_mgr() { return &resource_mgr_; } in resource_mgr()
361 ResourceMgr resource_mgr_; member in tensorflow::data::__anon2db6daca0111::MultiDeviceIterator
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1292 &resource_mgr_, &outputs)); in UpdateOutputShapesAndValues()
1706 ResourceMgr resource_mgr_; member in tensorflow::grappler::SymbolicShapeRefiner