/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr_test.cc | 260 ResourceMgr resource_mgr(""); in TEST() local 262 params.resource_manager = &resource_mgr; in TEST() 289 ResourceMgr resource_mgr(""); in TEST() local 291 params.resource_manager = &resource_mgr; in TEST() 318 ResourceMgr resource_mgr(""); in TEST() local 320 params.resource_manager = &resource_mgr; in TEST() 334 ResourceMgr resource_mgr(""); in TEST() local 336 params.resource_manager = &resource_mgr; in TEST()
|
D | dataset.h | 347 resource_mgr(ctx->resource_mgr()), in Params() 408 ResourceMgr* resource_mgr = nullptr; member 458 ResourceMgr* resource_mgr() { return params_.resource_mgr; } in resource_mgr() function
|
D | BUILD | 81 "resource_mgr.h", 225 "resource_mgr.h", 283 "resource_mgr.cc", 412 "resource_mgr.cc", 413 "resource_mgr.h",
|
D | op_kernel.cc | 230 FunctionLibraryRuntime* flib, ResourceMgr* resource_mgr, in OpKernelConstruction() argument 239 resource_mgr_(resource_mgr), in OpKernelConstruction() 1613 ResourceMgr* resource_mgr, in CreateOpKernel() argument 1660 resource_mgr, props, input_memory_types, in CreateOpKernel()
|
D | op_kernel.h | 261 ResourceMgr* resource_mgr, 1393 ResourceMgr* resource_mgr,
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | to_tf_record_op.cc | 80 ResourceMgr resource_mgr; in DoCompute() local 81 params.resource_mgr = &resource_mgr; in DoCompute()
|
D | io_ops.cc | 80 ResourceMgr resource_mgr; in WriteData() local 81 params.resource_mgr = &resource_mgr; in WriteData()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | evaluation_utils.cc | 62 DeviceBase* cpu_device, ResourceMgr* resource_mgr, in EvaluateNode() argument 80 params.resource_manager = resource_mgr; in EvaluateNode()
|
D | evaluation_utils.h | 55 DeviceBase* cpu_device, ResourceMgr* resource_mgr,
|
D | loop_optimizer.cc | 558 ResourceMgr* resource_mgr, in EvaluateBoolOpForConstantOperands() argument 576 EvaluateNode(op_node, inputs, cpu_device, resource_mgr, &outputs)); in EvaluateBoolOpForConstantOperands() 600 DeviceBase* cpu_device, ResourceMgr* resource_mgr, in CheckForDeadFanout() argument 703 *switch_ctrl_node, *operand_0, *operand_1, cpu_device, resource_mgr, in CheckForDeadFanout()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | iterator_ops.cc | 121 params.resource_mgr = captured_state->resource_mgr(); in GetNext() 209 params.resource_mgr = new_state->resource_mgr(); in Restore() 244 params.resource_mgr = new_state->resource_mgr(); in SetIteratorFromDataset() 638 ResourceMgr resource_mgr; in DoCompute() local 639 params.resource_mgr = &resource_mgr; in DoCompute() 710 ResourceMgr resource_mgr; in DoCompute() local 711 params.resource_mgr = &resource_mgr; in DoCompute()
|
D | multi_device_iterator_ops.cc | 108 params.resource_mgr = &resource_mgr_; in GetNextFromShard() 145 ResourceMgr* resource_mgr() { return &resource_mgr_; } in resource_mgr() function in tensorflow::data::__anon2e5a99280111::MultiDeviceIterator 566 params.resource_mgr = resource->resource_mgr(); in Compute()
|
D | iterator_ops.h | 106 ResourceMgr* resource_mgr() { return &resource_mgr_; } in resource_mgr() function
|
D | captured_function.cc | 1005 ResourceMgr* resource_mgr = lib_->device()->resource_manager(); in RunAsync() local 1007 f_opts.step_id, [resource_mgr](const string& name) { in RunAsync() 1008 resource_mgr->Cleanup(name).IgnoreError(); in RunAsync()
|
D | dataset_test_base.cc | 354 params.resource_mgr = op_context->resource_manager(); in CreateIteratorContext()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | partitioned_function_ops.cc | 238 ResourceMgr* resource_mgr = lib->device()->resource_manager(); in RunFunction() local 240 run_opts.step_id, [resource_mgr](const string& name) { in RunFunction() 241 resource_mgr->Cleanup(name).IgnoreError(); in RunFunction()
|
D | lookup_util.cc | 412 params.resource_mgr = &resource_mgr_; in Init()
|
/external/tensorflow/tensorflow/core/data/ |
D | standalone.cc | 117 params.resource_mgr = &resource_mgr_; in MakeIterator()
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 452 "//tensorflow/core/framework:resource_mgr.h",
|