Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc237 std::vector<FHandle> branch_handles(branch_funcs_.size()); in ComputeAsync() local
240 ctx, Instantiate(lib, branch_funcs_[i], &branch_handles[i]), done); in ComputeAsync()
248 (new State(this, ctx, branch, branch_handles, done))->Start(); in ComputeAsync()
257 std::vector<FHandle> branch_handles, DoneCallback done) in State() argument
261 branch_handles_(branch_handles), in State()