Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dprofiler_client.cc40 std::unique_ptr<typename T::Stub> CreateStub( in CreateStub() function
59 CreateStub<grpc::ProfilerService>(service_address); in ProfileGrpc()
70 CreateStub<grpc::ProfileAnalysis>(service_address); in NewSessionGrpc()
80 CreateStub<grpc::ProfilerService>(service_address); in MonitorGrpc()
100 stub_(CreateStub<grpc::ProfilerService>(service_address_)), in RemoteProfilerSession()
/external/grpc-grpc/test/cpp/client/
Dclient_channel_stress_test.cc254 void CreateStub() { in CreateStub() function in grpc::testing::__anone8ea55010111::ClientChannelStressTest
283 CreateStub(); in Start()