OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallContainer
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/util/rpc/
call_container.h
30
// The following class is used for coordination between a `
CallContainer
`
31
// instance and a cancellation callback to make sure that the `
CallContainer
`
35
// attempt to access a `
CallContainer
` instance that is no longer valid.
57
class
CallContainer
{
59
typedef std::function<void(
CallContainer
<Call>*, int)> CreateCallFn;
67
explicit
CallContainer
(OpKernelContext* ctx, int num_calls, bool fail_fast,
98
CallContainer
<Call>::
CallContainer
(
101
typename
CallContainer
<Call>::CreateCallFn create_call_fn,
102
typename
CallContainer
<Call>::StartCallFn start_call_fn
[
all
...]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_rpc_factory.cc
36
explicit GrpcCall(
CallContainer
<GrpcCall>* container, int index, bool try_rpc,
66
CallContainer
<GrpcCall>* const container_;
124
CallContainer
<GrpcCall>::CreateCallFn create_call_fn =
126
CallContainer
<GrpcCall>* container, int index) {
131
CallContainer
<GrpcCall>::StartCallFn start_call_fn =
137
new
CallContainer
<GrpcCall>(ctx, num_elements, fail_fast_, try_rpc,
168
int index,
CallContainer
<GrpcCall>* container,
grpc_rpc_factory.h
54
CallContainer
<internal::GrpcCall>* container,
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java
269
CallContainer
cc = mCallContainerMap.get(callId);
494
private class
CallContainer
{
509
public
CallContainer
(Call call,
552
private static HashMap<String,
CallContainer
> mCallContainerMap =
553
new HashMap<String,
CallContainer
>();
581
new
CallContainer
(call,
651
CallContainer
cc = mCallContainerMap.get(callId);
662
CallContainer
cc = mCallContainerMap.get(callId);
673
CallContainer
cc = mCallContainerMap.get(callId);
686
CallContainer
cc = mCallContainerMap.get(callId)
[
all
...]
Completed in 266 milliseconds