Home
last modified time | relevance | path

Searched refs:remote_func_params_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node.h105 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
Deager_operation.h189 return remote_func_params_; in remote_func_params()
255 absl::optional<EagerRemoteFunctionParams> remote_func_params_; variable
Deager_operation.cc347 remote_func_params_ = remote_func_params; in Reset()