Searched refs:resource_mgr (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr_test.cc | 253 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()
|
D | dataset.h | 288 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/ |
D | iterator_ops.cc | 82 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()
|
D | multi_device_iterator_ops.cc | 100 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()
|
D | captured_function.cc | 420 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()
|
D | shuffle_dataset_op.cc | 469 ResourceMgr* mgr = ctx->resource_mgr(); in Initialize()
|
D | cache_dataset_ops.cc | 699 ResourceMgr* mgr = ctx->resource_mgr(); in Initialize()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | evaluation_utils.cc | 83 DeviceBase* cpu_device, ResourceMgr* resource_mgr, in EvaluateNode() argument 101 params.resource_manager = resource_mgr; in EvaluateNode()
|
D | evaluation_utils.h | 56 DeviceBase* cpu_device, ResourceMgr* resource_mgr,
|
D | loop_optimizer.cc | 559 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/ |
D | README.md | 137 `core/framework/resource_mgr.h` for more information about resources.)
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 925 "framework/resource_mgr.h",
|