Home
last modified time | relevance | path

Searched refs:resource_mgr (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dresource_mgr_test.cc253 ResourceMgr resource_mgr(""); in TEST() local
255 params.resource_manager = &resource_mgr; in TEST()
283 ResourceMgr resource_mgr(""); in TEST() local
285 params.resource_manager = &resource_mgr; in TEST()
312 ResourceMgr resource_mgr(""); in TEST() local
314 params.resource_manager = &resource_mgr; in TEST()
328 ResourceMgr resource_mgr(""); in TEST() local
330 params.resource_manager = &resource_mgr; in TEST()
Ddataset.h288 resource_mgr(ctx->resource_mgr()), in Params()
331 ResourceMgr* resource_mgr = nullptr; member
376 ResourceMgr* resource_mgr() { return params_.resource_mgr; } in resource_mgr() function
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc82 params.resource_mgr = &captured_state->resource_mgr; in GetNext()
169 params.resource_mgr = &new_state->resource_mgr; in Restore()
183 params.resource_mgr = &new_state->resource_mgr; in Restore()
242 params.resource_mgr = &new_state->resource_mgr; in SetIteratorFromDataset()
291 ResourceMgr resource_mgr; member
583 std::unique_ptr<ResourceMgr> resource_mgr = in ComputeAsync() local
585 params.resource_mgr = resource_mgr.get(); in ComputeAsync()
674 std::unique_ptr<ResourceMgr> resource_mgr = in ComputeAsync() local
676 params.resource_mgr = resource_mgr.get(); in ComputeAsync()
Dmulti_device_iterator_ops.cc100 params.resource_mgr = &resource_mgr_; in GetNextFromShard()
128 ResourceMgr* resource_mgr() { return &resource_mgr_; } in resource_mgr() function in tensorflow::data::__anon2db6daca0111::MultiDeviceIterator
510 params.resource_mgr = resource->resource_mgr(); in Compute()
Dcaptured_function.cc420 ResourceMgr* resource_mgr = lib_->device()->resource_manager(); in RunAsync() local
422 f_opts.step_id, [resource_mgr](const string& name) { in RunAsync()
423 resource_mgr->Cleanup(name).IgnoreError(); in RunAsync()
Dshuffle_dataset_op.cc469 ResourceMgr* mgr = ctx->resource_mgr(); in Initialize()
Dcache_dataset_ops.cc699 ResourceMgr* mgr = ctx->resource_mgr(); in Initialize()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils.cc83 DeviceBase* cpu_device, ResourceMgr* resource_mgr, in EvaluateNode() argument
101 params.resource_manager = resource_mgr; in EvaluateNode()
Devaluation_utils.h56 DeviceBase* cpu_device, ResourceMgr* resource_mgr,
Dloop_optimizer.cc559 ResourceMgr* resource_mgr, in EvaluateBoolOpForConstantOperands() argument
574 EvaluateNode(op_node, inputs, cpu_device, resource_mgr, &outputs)); in EvaluateBoolOpForConstantOperands()
598 DeviceBase* cpu_device, ResourceMgr* resource_mgr, in CheckForDeadFanout() argument
686 *switch_ctrl_node, *operand_0, *operand_1, cpu_device, resource_mgr, in CheckForDeadFanout()
/external/tensorflow/tensorflow/contrib/tensor_forest/
DREADME.md137 `core/framework/resource_mgr.h` for more information about resources.)
/external/tensorflow/tensorflow/core/
DBUILD925 "framework/resource_mgr.h",