Home
last modified time | relevance | path

Searched defs:oauth_client (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dgoogle_auth_provider_test.cc90 auto oauth_client = new FakeOAuthClient; in TEST_F() local
127 auto oauth_client = new FakeOAuthClient; in TEST_F() local
150 auto oauth_client = new FakeOAuthClient; in TEST_F() local
205 auto oauth_client = new FakeOAuthClient; in TEST_F() local
221 auto oauth_client = new FakeOAuthClient; in TEST_F() local
244 auto oauth_client = new FakeOAuthClient; in TEST_F() local
Dgoogle_auth_provider.cc132 std::unique_ptr<OAuthClient> oauth_client, in GoogleAuthProvider()
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dgcs_config_ops.cc118 std::unique_ptr<OAuthClient> oauth_client, Env* env, in ConstantAuthProvider()