Home
last modified time | relevance | path

Searched refs:EagerFunctionParams (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h62 struct EagerFunctionParams { struct
141 const absl::optional<EagerFunctionParams>& eager_func_params,
157 const absl::optional<EagerFunctionParams>& eager_func_params,
219 const absl::optional<EagerFunctionParams>& eager_func_params,
227 const absl::optional<EagerFunctionParams>& eager_func_params, in RunAsync()
321 const absl::optional<EagerFunctionParams>& eager_func_params,
329 const absl::optional<EagerFunctionParams>& eager_func_params,
351 const absl::optional<EagerFunctionParams>& eager_func_params,
Dexecute_node.h96 const absl::optional<EagerFunctionParams>& eager_func_params, in ExecuteNode()
140 const absl::optional<EagerFunctionParams>& eager_func_params_;
152 const absl::optional<EagerFunctionParams>& eager_func_params, in AsyncExecuteNode()
234 const absl::optional<EagerFunctionParams> eager_func_params_;
Deager_operation.h143 const absl::optional<EagerFunctionParams> remote_func_params =
200 eager_func_params_ = EagerFunctionParams{ in SetStepId()
212 const absl::optional<EagerFunctionParams>& eager_func_params() const { in eager_func_params()
280 absl::optional<EagerFunctionParams> eager_func_params_;
Dkernel_and_device.cc267 const absl::optional<EagerFunctionParams>& eager_func_params, in Run()
355 const absl::optional<EagerFunctionParams>& eager_func_params, in PrepareForRun()
360 const EagerFunctionParams& params = eager_func_params.value(); in PrepareForRun()
416 const absl::optional<EagerFunctionParams>& eager_func_params, in Run()
461 const absl::optional<EagerFunctionParams>& eager_func_params, in RunAsync()
Dexecute.h52 const absl::optional<EagerFunctionParams>& eager_func_params,
Dexecute.cc1276 const absl::optional<EagerFunctionParams>& eager_func_params, in CreateUnshapedOutput()
1317 absl::optional<EagerFunctionParams> eager_func_params = in AddOrExecuteNode()
1326 eager_func_params = EagerFunctionParams{ in AddOrExecuteNode()
1701 const absl::optional<EagerFunctionParams>& eager_func_params) { in GetKernelOutputs()
1829 const absl::optional<EagerFunctionParams>& eager_func_params, in EagerKernelExecute()
2043 const absl::optional<EagerFunctionParams>& eager_func_params, in EagerKernelExecuteAsync()
Deager_operation.cc315 const absl::optional<EagerFunctionParams> eager_func_params) { in Reset()
/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
Dc_api_multi_client_function_test.cc275 tensorflow::EagerFunctionParams{ in TEST_P()
318 tensorflow::EagerFunctionParams{ in TEST_P()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc99 std::optional<tensorflow::EagerFunctionParams> remote_func_params = in GetEagerOperationAndNumRetvals()