OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_client
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/common_lib/
metrics_mock_class.py
50
# TODO(dshi): Remove this method after all reference of timer.
get_client
52
def
get_client
(*args, **kwargs):
function in function:mock_class_base.__getattribute__
55
#
get_client
is to support call like "timer.
get_client
", which returns
57
if name == '
get_client
':
58
return
get_client
/external/tensorflow/tensorflow/contrib/bigtable/kernels/
bigtable_lib.h
42
std::shared_ptr<google::cloud::bigtable::DataClient>
get_client
() {
function in class:tensorflow::BigtableClientResource
62
table_(client->
get_client
(), table_name_,
Completed in 162 milliseconds