Searched refs:EagerFunctionParams (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | kernel_and_device.h | 62 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,
|
D | execute_node.h | 96 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_;
|
D | eager_operation.h | 143 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_;
|
D | kernel_and_device.cc | 267 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()
|
D | execute.h | 52 const absl::optional<EagerFunctionParams>& eager_func_params,
|
D | execute.cc | 1276 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()
|
D | eager_operation.cc | 315 const absl::optional<EagerFunctionParams> eager_func_params) { in Reset()
|
/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/ |
D | c_api_multi_client_function_test.cc | 275 tensorflow::EagerFunctionParams{ in TEST_P() 318 tensorflow::EagerFunctionParams{ in TEST_P()
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | eager_service_impl.cc | 99 std::optional<tensorflow::EagerFunctionParams> remote_func_params = in GetEagerOperationAndNumRetvals()
|