/external/tensorflow/tensorflow/core/common_runtime/ |
D | collective_param_resolver_local_test.cc | 183 prl_->CompleteParamsAsync(GetDeviceAttributes(device), cp, in TEST_F() 238 prl_->CompleteParamsAsync(GetDeviceAttributes(device), cp, in TEST_F() 280 prl_->CompleteParamsAsync(GetDeviceAttributes(device), cp, in TEST_F() 329 prl_->CompleteParamsAsync(GetDeviceAttributes(device), cp[i], &cancel_mgr, in TEST_F() 359 prl_->CompleteParamsAsync(GetDeviceAttributes(device), cp[i], in TEST_F() 379 prl_->CompleteParamsAsync(GetDeviceAttributes(device), cp[i], &cancel_mgr, in TEST_F() 409 prl_->CompleteParamsAsync(GetDeviceAttributes(device), cp[i], in TEST_F() 428 prl_->CompleteParamsAsync(GetDeviceAttributes(device), cp, &cancel_mgr, in TEST_F() 467 prl_->CompleteParamsAsync(GetDeviceAttributes(device), cp, in TEST_F()
|
D | test_collective_executor_mgr.h | 39 void CompleteParamsAsync(const DeviceAttributes& device, CollectiveParams* cp, in CompleteParamsAsync() function
|
D | base_collective_executor.h | 116 void CompleteParamsAsync(const DeviceAttributes& device, CollectiveParams* cp,
|
D | collective_param_resolver_local.h | 50 void CompleteParamsAsync(const DeviceAttributes& device, CollectiveParams* cp,
|
D | base_collective_executor.cc | 346 void BaseCollectiveExecutor::CompleteParamsAsync( in CompleteParamsAsync() function in tensorflow::BaseCollectiveExecutor 388 cem_->GetParamResolver()->CompleteParamsAsync(device, cp, cancel_mgr, in CompleteParamsAsync()
|
D | collective_param_resolver_local.cc | 639 void CollectiveParamResolverLocal::CompleteParamsAsync( in CompleteParamsAsync() function in tensorflow::CollectiveParamResolverLocal
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | collective_param_resolver_distributed.h | 37 void CompleteParamsAsync(const DeviceAttributes& device, CollectiveParams* cp,
|
D | collective_param_resolver_distributed_test.cc | 230 cp_res->CompleteParamsAsync( in IssueRequest()
|
D | collective_param_resolver_distributed.cc | 107 void CollectiveParamResolverDistributed::CompleteParamsAsync( in CompleteParamsAsync() function in tensorflow::CollectiveParamResolverDistributed
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 180 virtual void CompleteParamsAsync(const DeviceAttributes& device, 308 virtual void CompleteParamsAsync(const DeviceAttributes& device, in CompleteParamsAsync() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | collective_ops.cc | 111 col_exec->CompleteParamsAsync( in CanProceedWithCompute() 563 col_exec->CompleteParamsAsync( in ComputeAsync() 700 col_exec->CompleteParamsAsync( in ComputeAsync() 826 col_exec->CompleteParamsAsync( in ComputeAsync() 955 col_exec->CompleteParamsAsync( in ComputeAsync()
|