Searched refs:remote_func_params_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | execute_node.h | 105 remote_func_params_(remote_func_params), in ExecuteNode() 124 return EagerKernelExecute(ctx_, inputs_, remote_func_params_, kernel_, in Run() 140 const absl::optional<EagerRemoteFunctionParams>& remote_func_params_; variable 161 remote_func_params_(remote_func_params), in AsyncExecuteNode() 203 ctx_, inputs_, remote_func_params_, kernel_, graph_collector_, in Run() 235 const absl::optional<EagerRemoteFunctionParams> remote_func_params_; variable
|
D | eager_operation.h | 189 return remote_func_params_; in remote_func_params() 255 absl::optional<EagerRemoteFunctionParams> remote_func_params_; variable
|
D | eager_operation.cc | 347 remote_func_params_ = remote_func_params; in Reset()
|