Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc333 const grpc_gcp_identity* r_id) { in handshaker_identity_equals() argument
334 if (!((l_id->hostname.arg != nullptr) != (r_id->hostname.arg != nullptr))) { in handshaker_identity_equals()
337 static_cast<grpc_slice*>(r_id->hostname.arg)); in handshaker_identity_equals()
343 (r_id->service_account.arg != nullptr))) { in handshaker_identity_equals()
346 static_cast<grpc_slice*>(r_id->service_account.arg)); in handshaker_identity_equals()
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
Dmodel_ops_test.py57 def _set_float_split(split, feat_col, thresh, l_id, r_id): argument
72 split.right_id = r_id
Dprediction_ops_test.py78 def _set_float_split(split, feat_col, thresh, l_id, r_id, feature_dim_id=None): argument
94 split.right_id = r_id
113 def _set_categorical_id_split(split, feat_col, feat_id, l_id, r_id): argument
128 split.right_id = r_id
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py705 r_id = id(r)
706 if r_id not in graph:
707 graph[r_id] = []
708 if obj_id not in graph[r_id]:
709 graph[r_id].append(obj_id)
711 reprs[r_id] = describe(r, blacklist)
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/
Dgbdt_batch_test.py64 def _set_float_split(split, feat_col, thresh, l_id, r_id): argument
79 split.right_id = r_id